summaryrefslogtreecommitdiffstats
path: root/library/tzdata/HST
diff options
context:
space:
mode:
Diffstat (limited to 'library/tzdata/HST')
-rw-r--r--library/tzdata/HST6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tzdata/HST b/library/tzdata/HST
index fea7f14..ee07dfa 100644
--- a/library/tzdata/HST
+++ b/library/tzdata/HST
@@ -1,5 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:HST) {
- {-9223372036854775808 -36000 0 HST}
+if {![info exists TZData(Pacific/Honolulu)]} {
+ LoadTimeZoneFile Pacific/Honolulu
}
+set TZData(:HST) $TZData(:Pacific/Honolulu)