Commit d1c74586 authored by Kieran Clancy's avatar Kieran Clancy Committed by Alexandre Julliard

Added another CST (Australian Central Daylight Time) to TZ_INFO.

parent 87df0745
......@@ -297,6 +297,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
{"CST",
{'C','e','n','.',' ','A','u','s','t','r','a','l','i','a',' ','S','t','a',
'n','d','a','r','d',' ','T','i','m','e','\0'}, -570, 0},
{"CST",
{'C','e','n','.',' ','A','u','s','t','r','a','l','i','a',' ','D','a','y',
'l','i','g','h','t',' ','T','i','m','e','\0'}, -630, 1},
{"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},
......
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