RE: dst and strtotime

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Is your system time correct?

Best regards,
Peter Lauri

www.dwsasia.com - company web site
www.lauri.se - personal web site
www.carbonfree.org.uk - become Carbon Free




> -----Original Message-----
> From: Jake McHenry [mailto:linux@xxxxxxxxxxxxxxxxx]
> Sent: Monday, March 12, 2007 6:10 PM
> To: PHP-General
> Subject:  dst and strtotime
> 
> Hi everyone,
> 
> I was hoping a problem like this wouldn't arise, but it happened :(
> 
> After the dst updates on my fedora box, this broke, and worked fine
> before..
> now gives me 3/10 instead of 3/11 for strtotime("last sunday").... anyone
> know why? 3/10 was saturday!
> 
> 
> 
> $recent_period = strtotime('last sunday');
> echo date("Y-m-d", $recent_period);
> print_r($periods);
> $test_recent_period = array_search($recent_period, $periods);
> if ($test_recent_period == '')
>   $recent_period = strtotime('last sunday', $recent_period);
> 
> 
> 
> 
> 
> Thanks,
> Jake
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux