diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-08-21 18:03:07 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-08-21 18:03:07 (GMT) |
commit | e1965805082830c9526ceabe20035cd09c19d261 (patch) | |
tree | f067691ea513b4ca50a7e61538c175dd14706117 /tests | |
parent | 10dea081e7b685bbb61db77ae8aa23ecee598332 (diff) | |
download | tcl-e1965805082830c9526ceabe20035cd09c19d261.zip tcl-e1965805082830c9526ceabe20035cd09c19d261.tar.gz tcl-e1965805082830c9526ceabe20035cd09c19d261.tar.bz2 |
Fixed bug in CET time spec - times change at 0100 Greenwuch, not local.
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 8234fdf..c97848a 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.38 2004/08/21 17:57:07 kennykb Exp $ +# RCS: @(#) $Id: clock.test,v 1.39 2004/08/21 18:03: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-01:00CEST-02:00,M3.5.0/01:00,M10.5.0/01:00 + set env(TZ) CET-01:00CEST-02:00,M3.5.0/02:00,M10.5.0/03:00 } \ -body { clock format 0 -format %H:%M:%S -timezone :localtime |