|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-17 11:11 UTC] chagenbu@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 01:00:02 2025 UTC |
two timezone definitions are missing from parsedate.y: [root@host standard]# cvs diff parsedate.y Index: parsedate.y ============================================================ RCS file: /repository/php4/ext/standard/parsedate.y,v retrieving revision 1.23 diff -U0 -r1.23 parsedate.y --- parsedate.y 2000/08/22 20:59:26 1.23 +++ parsedate.y 2000/11/16 18:17:04 @@ -566,0 +567,2 @@ + { "akst", tZONE, HOUR (10) }, /* Alaska Standard */ + { "akdt", tZONE, HOUR (10) }, /* Alaska Daylight */