summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2017-10-24 13:30:41 (GMT)
committerKevin B Kenny <kennykb@acm.org>2017-10-24 13:30:41 (GMT)
commit745b43f627503964c4fa557afcc261ce1aaa160e (patch)
treefbd8d6ddc68515b659c36e1e1198521d01b4a8ef /tests/clock.test
parent44077043167cd6acfe43132817852e7508b4ff29 (diff)
parentf18d453679d9b42aaca721479cff7d92205796af (diff)
downloadtcl-745b43f627503964c4fa557afcc261ce1aaa160e.zip
tcl-745b43f627503964c4fa557afcc261ce1aaa160e.tar.gz
tcl-745b43f627503964c4fa557afcc261ce1aaa160e.tar.bz2
Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test27
1 files changed, 3 insertions, 24 deletions
diff --git a/tests/clock.test b/tests/clock.test
index b1afa39..4ec4db2 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -15416,30 +15416,9 @@ test clock-5.29 {time zone boundary case 1948-09-26 01:00:01} detroit {
clock format -671047199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.30 {time zone boundary case 1967-06-14 01:59:59} detroit {
- clock format -80499601 -format {%H:%M:%S %z %Z} \
- -timezone :America/Detroit
-} {01:59:59 -0500 EST}
-test clock-5.31 {time zone boundary case 1967-06-14 03:00:00} detroit {
- clock format -80499600 -format {%H:%M:%S %z %Z} \
- -timezone :America/Detroit
-} {03:00:00 -0400 EDT}
-test clock-5.32 {time zone boundary case 1967-06-14 03:00:01} detroit {
- clock format -80499599 -format {%H:%M:%S %z %Z} \
- -timezone :America/Detroit
-} {03:00:01 -0400 EDT}
-test clock-5.33 {time zone boundary case 1967-10-29 01:59:59} detroit {
- clock format -68666401 -format {%H:%M:%S %z %Z} \
- -timezone :America/Detroit
-} {01:59:59 -0400 EDT}
-test clock-5.34 {time zone boundary case 1967-10-29 01:00:00} detroit {
- clock format -68666400 -format {%H:%M:%S %z %Z} \
- -timezone :America/Detroit
-} {01:00:00 -0500 EST}
-test clock-5.35 {time zone boundary case 1967-10-29 01:00:01} detroit {
- clock format -68666399 -format {%H:%M:%S %z %Z} \
- -timezone :America/Detroit
-} {01:00:01 -0500 EST}
+
+# Detroit did not observe Daylight Saving Time in 1967
+
test clock-5.36 {time zone boundary case 1972-12-31 23:59:59} detroit {
clock format 94712399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit