diff options
author | rmax <rmax> | 2002-06-26 13:42:23 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-06-26 13:42:23 (GMT) |
commit | 6d29d83763ad48285d295d6b75eafbf085adf40d (patch) | |
tree | d96c82d6c7f5ec68c1c665c9ae3dd176367bb766 /tests | |
parent | f1e972324325cbee2727c085e1d0cd622d9778af (diff) | |
download | tcl-6d29d83763ad48285d295d6b75eafbf085adf40d.zip tcl-6d29d83763ad48285d295d6b75eafbf085adf40d.tar.gz tcl-6d29d83763ad48285d295d6b75eafbf085adf40d.tar.bz2 |
* unix/tclUnixTime.c: Make [clock format] respect locale settings.
* tests/clock.test: Bug #565880. ***POTENTIAL INCOMPATIBILITY***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/clock.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/clock.test b/tests/clock.test index 1c7cf57..8f4014e 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -10,7 +10,9 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: clock.test,v 1.19 2002/05/29 09:08:43 hobbs Exp $ +# RCS: @(#) $Id: clock.test,v 1.20 2002/06/26 13:42:23 rmax Exp $ + +set env(LC_TIME) POSIX if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest |