Commit 418853e9 authored by Troy Rollo's avatar Troy Rollo Committed by Alexandre Julliard

Add TZ_INFO entry to match (incorrect) Australian Eastern Daylight

Time information given by some systems.
parent 64eac75f
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment