diff options
Diffstat (limited to 'tcl8.6/library/tzdata/Singapore')
-rw-r--r-- | tcl8.6/library/tzdata/Singapore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tcl8.6/library/tzdata/Singapore b/tcl8.6/library/tzdata/Singapore new file mode 100644 index 0000000..1584b35 --- /dev/null +++ b/tcl8.6/library/tzdata/Singapore @@ -0,0 +1,5 @@ +# created by tools/tclZIC.tcl - do not edit +if {![info exists TZData(Asia/Singapore)]} { + LoadTimeZoneFile Asia/Singapore +} +set TZData(:Singapore) $TZData(:Asia/Singapore) |