Search found 1 match
- Mon Feb 18, 2008 5:41 pm
- Forum: PHP - Code
- Topic: DST issues and strtotime or strftime
- Replies: 0
- Views: 137
DST issues and strtotime or strftime
I'm aware that the time change is occuring in this hour. Why am I getting back 3 instead of 2? Thanks. Some test lines: <?php echo(strftime("%a %m/%d/%y %I:%M %p",(strtotime("3/9/2008 2:00:00 AM")))); echo " --- "; echo(strftime("%m/%d/%y %I:%M %p",(strtotime(...