diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-08-21 17:57:02 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-08-21 17:57:02 (GMT) |
commit | 10dea081e7b685bbb61db77ae8aa23ecee598332 (patch) | |
tree | 71063cb7b2fb68c557ee33ab8ee53837b49f9f42 /tests | |
parent | 2eb24794969d407846d80bce8ca07c486fb4ab0b (diff) | |
download | tcl-10dea081e7b685bbb61db77ae8aa23ecee598332.zip tcl-10dea081e7b685bbb61db77ae8aa23ecee598332.tar.gz tcl-10dea081e7b685bbb61db77ae8aa23ecee598332.tar.bz2 |
* tests/clock.test (clock-38.1): Changed TZ setting to specify
CET in excruciating detail to deal with systems that lack the
Posix defaults for DST changes (and to be formally correct with
the change dates for CET).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/clock.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clock.test b/tests/clock.test index a63ea3c..8234fdf 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -11,7 +11,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.test,v 1.37 2004/08/19 18:55:25 kennykb Exp $ +# RCS: @(#) $Id: clock.test,v 1.38 2004/08/21 17:57:07 kennykb Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -35206,7 +35206,7 @@ test clock-38.1 {regression - convertUTCToLocalViaC - east of Greenwich} \ if { [info exists env(TZ)] } { set oldTZ $env(TZ) } - set env(TZ) CET-1CEST + set env(TZ) CET-01:00CEST-02:00,M3.5.0/01:00,M10.5.0/01:00 } \ -body { clock format 0 -format %H:%M:%S -timezone :localtime |