summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-04 20:30:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-04 20:30:24 (GMT)
commitacf8badcb65fff9369ce44e9991d54a96c807187 (patch)
tree0d0feef7fa6515722bb04530c6ba7b7d72f2ba72 /library
parentd5ef0adb9a1e1c0aeef77423003412e3e65c648d (diff)
parent83078d0be30de3fd40f92adcabfa0f48321987c5 (diff)
downloadtcl-acf8badcb65fff9369ce44e9991d54a96c807187.zip
tcl-acf8badcb65fff9369ce44e9991d54a96c807187.tar.gz
tcl-acf8badcb65fff9369ce44e9991d54a96c807187.tar.bz2
Merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/clock.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index ee84b83..b468fea 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -31,7 +31,7 @@ uplevel \#0 {
# library code can find message catalogs and time zone definition files.
namespace eval ::tcl::clock \
- [list variable LibDir [file dirname [info script]]]
+ [list variable LibDir [info library]]
#----------------------------------------------------------------------
#
@@ -554,6 +554,8 @@ proc ::tcl::clock::Initialize {} {
pdt -0700 \
yst -0900 \
ydt -0800 \
+ akst -0900 \
+ akdt -0800 \
hst -1000 \
hdt -0900 \
cat -1000 \