diff options
Diffstat (limited to 'library/tzdata/NZ')
-rw-r--r-- | library/tzdata/NZ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tzdata/NZ b/library/tzdata/NZ index ed40555..03963e3 100644 --- a/library/tzdata/NZ +++ b/library/tzdata/NZ @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(Pacific/Auckland)]} { - loadTimeZoneFile Pacific/Auckland + LoadTimeZoneFile Pacific/Auckland } -set tzdata(:NZ) $TZData(:Pacific/Auckland) +set TZData(:NZ) $TZData(:Pacific/Auckland) |