Added support for NZDT (New Zealand Daylight Time) to TZ_INFO.

This commit is contained in:
Darryl Dixon 2005-02-22 14:49:59 +00:00 committed by Alexandre Julliard
parent 11d70d73ce
commit aef6fe3122
1 changed files with 3 additions and 0 deletions

View File

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