diff options
author | Kevin B Kenny <kennykb@acm.org> | 2014-08-13 01:45:39 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2014-08-13 01:45:39 (GMT) |
commit | 602dfe66bca667059f987f1559432ee137afbd0e (patch) | |
tree | f198145ffd569a6924821a39d4060e67523832c6 /library/tzdata/Africa/Lome | |
parent | 1626150ac74e5e33b084944dc3ff76e4fe1dcf92 (diff) | |
parent | 1c154a30e53f0c04c8f00914637af73dfee1e736 (diff) | |
download | tcl-602dfe66bca667059f987f1559432ee137afbd0e.zip tcl-602dfe66bca667059f987f1559432ee137afbd0e.tar.gz tcl-602dfe66bca667059f987f1559432ee137afbd0e.tar.bz2 |
merge tzdata2014f from ietf.org
Diffstat (limited to 'library/tzdata/Africa/Lome')
-rw-r--r-- | library/tzdata/Africa/Lome | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/library/tzdata/Africa/Lome b/library/tzdata/Africa/Lome index 606625c..9adecc7 100644 --- a/library/tzdata/Africa/Lome +++ b/library/tzdata/Africa/Lome @@ -1,6 +1,5 @@ # created by tools/tclZIC.tcl - do not edit - -set TZData(:Africa/Lome) { - {-9223372036854775808 292 0 LMT} - {-2429827492 0 0 GMT} +if {![info exists TZData(Africa/Abidjan)]} { + LoadTimeZoneFile Africa/Abidjan } +set TZData(:Africa/Lome) $TZData(:Africa/Abidjan) |