|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-04-23 18:34 UTC] tony2001@php.net
[2005-04-25 23:04 UTC] ygomez at hotmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Mar 17 21:00:02 2026 UTC |
Description: ------------ This error only came about in April 2005 at 2:00. I got 1 hr missing on timestamp result and affect the following timestamp's results. I hope can help me. Reproduce code: --------------- <? echo strtotime ("20050403"); echo strtotime ("20050403 1:00:00"); echo strtotime ("20050403 2:00:00"); echo strtotime ("20050404"); ?> Expected result: ---------------- 1112508000 1112511600 1112515200 1112594400 Actual result: -------------- 1112508000 1112511600 1112511600 1112590800