Added another CST (Australian Central Daylight Time) to TZ_INFO.
This commit is contained in:
parent
87df07452a
commit
d1c7458643
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue