summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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