summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-08-21 17:57:02 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-08-21 17:57:02 (GMT)
commit10dea081e7b685bbb61db77ae8aa23ecee598332 (patch)
tree71063cb7b2fb68c557ee33ab8ee53837b49f9f42
parent2eb24794969d407846d80bce8ca07c486fb4ab0b (diff)
downloadtcl-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).
-rw-r--r--ChangeLog7
-rw-r--r--tests/clock.test4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8170a2b..12633d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-21 Kevin B. Kenny <kennykb@acm.org>
+
+ * 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).
+
2004-08-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclScan.c (Tcl_ScanObjCmd, ValidateFormat): Ensure that
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