summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41e86a3)
raw | patch | inline | side by side (parent: 41e86a3)
author | Steven Drake <sdrake@ihug.co.nz> | |
Tue, 26 Feb 2008 00:45:53 +0000 (13:45 +1300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 26 Feb 2008 05:56:10 +0000 (21:56 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
date.c | patch | blob | history |
index 8f7050027053a4e2390097e341327b117404c26a..a74ed86422763e7d7e5dccf73530e52551a6929a 100644 (file)
--- a/date.c
+++ b/date.c
{ "EAST", +10, 0, }, /* Eastern Australian Standard */
{ "EADT", +10, 1, }, /* Eastern Australian Daylight */
{ "GST", +10, 0, }, /* Guam Standard, USSR Zone 9 */
- { "NZT", +11, 0, }, /* New Zealand */
- { "NZST", +11, 0, }, /* New Zealand Standard */
- { "NZDT", +11, 1, }, /* New Zealand Daylight */
+ { "NZT", +12, 0, }, /* New Zealand */
+ { "NZST", +12, 0, }, /* New Zealand Standard */
+ { "NZDT", +12, 1, }, /* New Zealand Daylight */
{ "IDLE", +12, 0, }, /* International Date Line East */
};