From 10dea081e7b685bbb61db77ae8aa23ecee598332 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Sat, 21 Aug 2004 17:57:02 +0000 Subject: * 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). --- ChangeLog | 7 +++++++ tests/clock.test | 4 ++-- 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 + + * 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 * 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 -- cgit v0.12