Add TZ_INFO entry to match (incorrect) Australian Eastern Daylight
Time information given by some systems.
This commit is contained in:
parent
64eac75fe4
commit
418853e9d6
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue