Commit aef6fe31 authored by Darryl Dixon's avatar Darryl Dixon Committed by Alexandre Julliard

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

parent 11d70d73
......@@ -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},
......
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