|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-12-14 23:43 UTC] kavi at postpro dot net
[2012-12-15 04:17 UTC] sixd@php.net
[2012-12-15 04:38 UTC] rasmus@php.net
-Status: Open
+Status: Feedback
[2012-12-15 04:38 UTC] rasmus@php.net
[2012-12-17 01:35 UTC] aharvey@php.net
[2012-12-17 01:35 UTC] aharvey@php.net
-Status: Feedback
+Status: Not a bug
[2013-01-07 19:07 UTC] kavi at postpro dot net
[2013-01-07 19:18 UTC] rasmus@php.net
[2013-01-07 19:24 UTC] kavi at postpro dot net
[2013-01-07 19:32 UTC] derick@php.net
[2013-01-07 19:33 UTC] kavi at postpro dot net
[2013-01-07 19:34 UTC] kavi at postpro dot net
[2013-01-07 20:23 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 20:00:02 2025 UTC |
Description: ------------ Tried this on 5.3.3, 5.3.6 and 5.3.10, the latest available from the various OS vendors we have. I have not yet successfully compiled 5.4.x to test there. This occurs with the 2012.10 tzdata installed and verified with phpinfo(). Test script: --------------- $date = new DateTime('now', new DateTimezone('Australia/South')); echo $date->format('Y-m-d H:i:s T'); Expected result: ---------------- 2012-12-15 10:10:13 ACDT Actual result: -------------- 2012-12-15 10:10:13 CST