diff options
author | venkat <venkat@comit.com> | 2016-10-02 19:24:52 (GMT) |
---|---|---|
committer | venkat <venkat@comit.com> | 2016-10-02 19:24:52 (GMT) |
commit | daea02d5448a5b21b217c522a799bbcbb2c28def (patch) | |
tree | 48b1adcaaf1beac7cff47e620adb00cb20d42030 /library/tzdata/Asia/Rangoon | |
parent | 46c577d5c882b4ad5ca458e7591b3391327194d9 (diff) | |
download | tcl-daea02d5448a5b21b217c522a799bbcbb2c28def.zip tcl-daea02d5448a5b21b217c522a799bbcbb2c28def.tar.gz tcl-daea02d5448a5b21b217c522a799bbcbb2c28def.tar.bz2 |
Update tzdata to 2016g from ietf.org
Diffstat (limited to 'library/tzdata/Asia/Rangoon')
-rw-r--r-- | library/tzdata/Asia/Rangoon | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/library/tzdata/Asia/Rangoon b/library/tzdata/Asia/Rangoon index 4f3ac02..8ea2748 100644 --- a/library/tzdata/Asia/Rangoon +++ b/library/tzdata/Asia/Rangoon @@ -1,9 +1,5 @@ # created by tools/tclZIC.tcl - do not edit - -set TZData(:Asia/Rangoon) { - {-9223372036854775808 23080 0 LMT} - {-2840163880 23080 0 RMT} - {-1577946280 23400 0 BURT} - {-873268200 32400 0 JST} - {-778410000 23400 0 MMT} +if {![info exists TZData(Asia/Yangon)]} { + LoadTimeZoneFile Asia/Yangon } +set TZData(:Asia/Rangoon) $TZData(:Asia/Yangon) |