diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-12 23:59:07 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-12 23:59:07 (GMT) |
commit | 6ea8b6f48141888f45d8e998811d1a1f7a95161e (patch) | |
tree | e2622f5a41e9ebbb03cff1bf5e40cfcd40b3ffb5 /library | |
parent | 7280fa4dc46b70421656b113813334d972e01a16 (diff) | |
download | tcl-6ea8b6f48141888f45d8e998811d1a1f7a95161e.zip tcl-6ea8b6f48141888f45d8e998811d1a1f7a95161e.tar.gz tcl-6ea8b6f48141888f45d8e998811d1a1f7a95161e.tar.bz2 |
added /usr/lib/zoneinfo for antique glibc
Diffstat (limited to 'library')
-rw-r--r-- | library/clock.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl index ccc55fd..1f2558b 100644 --- a/library/clock.tcl +++ b/library/clock.tcl @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: clock.tcl,v 1.18 2005/08/12 23:55:28 kennykb Exp $ +# RCS: @(#) $Id: clock.tcl,v 1.19 2005/08/12 23:59:07 kennykb Exp $ # #---------------------------------------------------------------------- @@ -258,6 +258,7 @@ proc ::tcl::clock::Initialize {} { foreach path { /usr/share/zoneinfo /usr/share/lib/zoneinfo + /usr/lib/zoneinfo /usr/local/etc/zoneinfo C:/Progra~1/cygwin/usr/local/etc/zoneinfo } { |