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

This commit is contained in:
Kieran Clancy 2005-11-03 13:21:23 +00:00 committed by Alexandre Julliard
parent 87df07452a
commit d1c7458643
1 changed files with 3 additions and 0 deletions

View File

@ -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},