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