summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2004-08-21 18:03:06 (GMT)
committerkennykb <kennykb@noemail.net>2004-08-21 18:03:06 (GMT)
commit192ecaf1e064b22534d6e303129e973e5bb73ffa (patch)
treef067691ea513b4ca50a7e61538c175dd14706117 /tests/clock.test
parent9bdba5ddf55d411965cac3d240492e4f0c7c73cc (diff)
downloadtcl-192ecaf1e064b22534d6e303129e973e5bb73ffa.zip
tcl-192ecaf1e064b22534d6e303129e973e5bb73ffa.tar.gz
tcl-192ecaf1e064b22534d6e303129e973e5bb73ffa.tar.bz2
Fixed bug in CET time spec - times change at 0100 Greenwuch, not local.
FossilOrigin-Name: d2b5b523a368ec846581b8a40c3ed83c61327d5a
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test4
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