Added support for NZDT (New Zealand Daylight Time) to TZ_INFO.
This commit is contained in:
parent
11d70d73ce
commit
aef6fe3122
|
@ -309,6 +309,9 @@ static const struct tagTZ_INFO TZ_INFO[] =
|
|||
{"NZST",
|
||||
{'N','e','w',' ','Z','e','a','l','a','n','d',' ','S','t','a','n','d','a',
|
||||
'r','d',' ','T','i','m','e','\0'}, -720, 0},
|
||||
{"NZDT",
|
||||
{'N','e','w',' ','Z','e','a','l','a','n','d',' ','D','a','y','l','i','g',
|
||||
'h','t',' ','T','i','m','e','\0'}, -780, 1},
|
||||
{"FJT",
|
||||
{'F','i','j','i',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e',
|
||||
'\0'}, -720, 0},
|
||||
|
|
Loading…
Reference in New Issue