Actually, it appears to be caused by Daylight Savings time. Leap years yield 143.958333333 Other years yield 142.958333333
At 10:07 PM 1/9/2004, Chris W wrote:
The following code doesn't do what I expect and I was wondering if someone could tell me why and how to make it do what I want.
$NowT = strtotime("January 9 2004"); $EventT = strtotime("June 1 2004"); print ($EventT - $NowT)/86400;
I get 143.958333333
Why don't I get 144?
Chris W
-- 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