mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
close bug 7851
This commit is contained in:
parent
66d8f798ad
commit
eb437a5870
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user