Add TZ_INFO entry to match (incorrect) Australian Eastern Daylight

Time information given by some systems.
This commit is contained in:
Troy Rollo 2005-01-27 11:11:54 +00:00 committed by Alexandre Julliard
parent 64eac75fe4
commit 418853e9d6
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"EST",
{'E','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -600, 0},
{"EST",
{'E','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -660, 1},
{"GST",
{'W','e','s','t',' ','P','a','c','i','f','i','c',' ','S','t','a','n','d',
'a','r','d',' ','T','i','m','e','\0'}, -600, 0},