]> granicus.if.org Git - php/commitdiff
close bug 7851
authorChuck Hagenbuch <chagenbu@php.net>
Fri, 17 Nov 2000 16:10:43 +0000 (16:10 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Fri, 17 Nov 2000 16:10:43 +0000 (16:10 +0000)
ext/standard/parsedate.y

index e048d24543fbc366f980d61a5daec630cde72f88..0a3540cd69abe4d5dbd04ea08a48fecddb592a72 100644 (file)
@@ -564,6 +564,8 @@ static TABLE const TimezoneTable[] = {
     { "hst",   tZONE,     HOUR (10) }, /* Hawaii Standard */
     { "hdt",   tDAYZONE,  HOUR (10) }, /* Hawaii Daylight */
     { "cat",   tZONE,     HOUR (10) }, /* Central Alaska */
+    { "akst",  tZONE,     HOUR (10) }, /* Alaska Standard */
+    { "akdt",  tZONE,     HOUR (10) }, /* Alaska Daylight */
     { "ahst",  tZONE,     HOUR (10) }, /* Alaska-Hawaii Standard */
     { "nt",    tZONE,     HOUR (11) }, /* Nome */
     { "idlw",  tZONE,     HOUR (12) }, /* International Date Line West */