summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-10-03 17:42:31 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-10-03 17:42:31 (GMT)
commit0ee7072e5fb4230554c40aa7eb13a3cf19719b82 (patch)
tree0648c8891385f31c79743e98e0efb5fa811bec42
parentcc8a018f3a8e1d99de2b471586c26296cdb27501 (diff)
downloadtcl-0ee7072e5fb4230554c40aa7eb13a3cf19719b82.zip
tcl-0ee7072e5fb4230554c40aa7eb13a3cf19719b82.tar.gz
tcl-0ee7072e5fb4230554c40aa7eb13a3cf19719b82.tar.bz2
fixed test cases for new US DST rules.
-rw-r--r--ChangeLog2
-rw-r--r--tests/clock.test2242
-rwxr-xr-xtools/makeTestCases.tcl6
3 files changed, 1126 insertions, 1124 deletions
diff --git a/ChangeLog b/ChangeLog
index 99822f8..18e6227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,11 @@
* tools/loadICU.tcl: Changed the file names of message catalogs
to lowercase.
+ * tools/makeTestCases.tcl:
* library/tzdata/*: Olson's tzdata2005n.tar.gz.
Includes new DST rules for USA and a
number of changes to other locales.
+ * tests/clock.test: Regenerated for new US DST rules.
2005-09-30 Don Porter <dgp@users.sourceforge.net>
diff --git a/tests/clock.test b/tests/clock.test
index 4911726..f618a6a 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.58 2005/08/17 21:27:41 kennykb Exp $
+# RCS: @(#) $Id: clock.test,v 1.59 2005/10/03 17:42:32 kennykb Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -42,6 +42,11 @@ if { $::tcl_platform(platform) eq {windows} } {
}
package require msgcat 1.4
+::tcltest::testConstraint detroit \
+ [expr {![catch {clock format 0 -timezone :America/Detroit -format %z}]}]
+::tcltest::testConstraint y2038 \
+ [expr {[clock format 2158894800 -format %z -timezone :America/Detroit] eq {-0400}}]
+
# TEST PLAN
# clock-1:
@@ -14774,17 +14779,14 @@ test clock-4.96 { format time of day 23:59:59 } {
# Test formatting of Daylight Saving Time
-::tcltest::testConstraint detroit 0
test clock-5.1 {does Detroit exist} {
clock format 0 -format {} -timezone :America/Detroit
- ::tcltest::testConstraint detroit 1
concat
} {}
test clock-5.2 {does Detroit have a Y2038 problem} detroit {
if { [clock format 2158894800 -format %z -timezone :America/Detroit] ne {-0400} } {
concat {y2038 problem}
} else {
- ::tcltest::testConstraint y2038 1
concat {ok}
}
} ok
@@ -15760,2236 +15762,2236 @@ test clock-5.245 {time zone boundary case 2006-10-29 01:00:01} detroit {
clock format 1162101601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.246 {time zone boundary case 2007-04-01 01:59:59} detroit {
- clock format 1175410799 -format {%H:%M:%S %z %Z} \
+test clock-5.246 {time zone boundary case 2007-03-11 01:59:59} detroit {
+ clock format 1173596399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.247 {time zone boundary case 2007-04-01 03:00:00} detroit {
- clock format 1175410800 -format {%H:%M:%S %z %Z} \
+test clock-5.247 {time zone boundary case 2007-03-11 03:00:00} detroit {
+ clock format 1173596400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.248 {time zone boundary case 2007-04-01 03:00:01} detroit {
- clock format 1175410801 -format {%H:%M:%S %z %Z} \
+test clock-5.248 {time zone boundary case 2007-03-11 03:00:01} detroit {
+ clock format 1173596401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.249 {time zone boundary case 2007-10-28 01:59:59} detroit {
- clock format 1193551199 -format {%H:%M:%S %z %Z} \
+test clock-5.249 {time zone boundary case 2007-11-04 01:59:59} detroit {
+ clock format 1194155999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.250 {time zone boundary case 2007-10-28 01:00:00} detroit {
- clock format 1193551200 -format {%H:%M:%S %z %Z} \
+test clock-5.250 {time zone boundary case 2007-11-04 01:00:00} detroit {
+ clock format 1194156000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.251 {time zone boundary case 2007-10-28 01:00:01} detroit {
- clock format 1193551201 -format {%H:%M:%S %z %Z} \
+test clock-5.251 {time zone boundary case 2007-11-04 01:00:01} detroit {
+ clock format 1194156001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.252 {time zone boundary case 2008-04-06 01:59:59} detroit {
- clock format 1207465199 -format {%H:%M:%S %z %Z} \
+test clock-5.252 {time zone boundary case 2008-03-09 01:59:59} detroit {
+ clock format 1205045999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.253 {time zone boundary case 2008-04-06 03:00:00} detroit {
- clock format 1207465200 -format {%H:%M:%S %z %Z} \
+test clock-5.253 {time zone boundary case 2008-03-09 03:00:00} detroit {
+ clock format 1205046000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.254 {time zone boundary case 2008-04-06 03:00:01} detroit {
- clock format 1207465201 -format {%H:%M:%S %z %Z} \
+test clock-5.254 {time zone boundary case 2008-03-09 03:00:01} detroit {
+ clock format 1205046001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.255 {time zone boundary case 2008-10-26 01:59:59} detroit {
- clock format 1225000799 -format {%H:%M:%S %z %Z} \
+test clock-5.255 {time zone boundary case 2008-11-02 01:59:59} detroit {
+ clock format 1225605599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.256 {time zone boundary case 2008-10-26 01:00:00} detroit {
- clock format 1225000800 -format {%H:%M:%S %z %Z} \
+test clock-5.256 {time zone boundary case 2008-11-02 01:00:00} detroit {
+ clock format 1225605600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.257 {time zone boundary case 2008-10-26 01:00:01} detroit {
- clock format 1225000801 -format {%H:%M:%S %z %Z} \
+test clock-5.257 {time zone boundary case 2008-11-02 01:00:01} detroit {
+ clock format 1225605601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.258 {time zone boundary case 2009-04-05 01:59:59} detroit {
- clock format 1238914799 -format {%H:%M:%S %z %Z} \
+test clock-5.258 {time zone boundary case 2009-03-08 01:59:59} detroit {
+ clock format 1236495599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.259 {time zone boundary case 2009-04-05 03:00:00} detroit {
- clock format 1238914800 -format {%H:%M:%S %z %Z} \
+test clock-5.259 {time zone boundary case 2009-03-08 03:00:00} detroit {
+ clock format 1236495600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.260 {time zone boundary case 2009-04-05 03:00:01} detroit {
- clock format 1238914801 -format {%H:%M:%S %z %Z} \
+test clock-5.260 {time zone boundary case 2009-03-08 03:00:01} detroit {
+ clock format 1236495601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.261 {time zone boundary case 2009-10-25 01:59:59} detroit {
- clock format 1256450399 -format {%H:%M:%S %z %Z} \
+test clock-5.261 {time zone boundary case 2009-11-01 01:59:59} detroit {
+ clock format 1257055199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.262 {time zone boundary case 2009-10-25 01:00:00} detroit {
- clock format 1256450400 -format {%H:%M:%S %z %Z} \
+test clock-5.262 {time zone boundary case 2009-11-01 01:00:00} detroit {
+ clock format 1257055200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.263 {time zone boundary case 2009-10-25 01:00:01} detroit {
- clock format 1256450401 -format {%H:%M:%S %z %Z} \
+test clock-5.263 {time zone boundary case 2009-11-01 01:00:01} detroit {
+ clock format 1257055201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.264 {time zone boundary case 2010-04-04 01:59:59} detroit {
- clock format 1270364399 -format {%H:%M:%S %z %Z} \
+test clock-5.264 {time zone boundary case 2010-03-14 01:59:59} detroit {
+ clock format 1268549999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.265 {time zone boundary case 2010-04-04 03:00:00} detroit {
- clock format 1270364400 -format {%H:%M:%S %z %Z} \
+test clock-5.265 {time zone boundary case 2010-03-14 03:00:00} detroit {
+ clock format 1268550000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.266 {time zone boundary case 2010-04-04 03:00:01} detroit {
- clock format 1270364401 -format {%H:%M:%S %z %Z} \
+test clock-5.266 {time zone boundary case 2010-03-14 03:00:01} detroit {
+ clock format 1268550001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.267 {time zone boundary case 2010-10-31 01:59:59} detroit {
- clock format 1288504799 -format {%H:%M:%S %z %Z} \
+test clock-5.267 {time zone boundary case 2010-11-07 01:59:59} detroit {
+ clock format 1289109599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.268 {time zone boundary case 2010-10-31 01:00:00} detroit {
- clock format 1288504800 -format {%H:%M:%S %z %Z} \
+test clock-5.268 {time zone boundary case 2010-11-07 01:00:00} detroit {
+ clock format 1289109600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.269 {time zone boundary case 2010-10-31 01:00:01} detroit {
- clock format 1288504801 -format {%H:%M:%S %z %Z} \
+test clock-5.269 {time zone boundary case 2010-11-07 01:00:01} detroit {
+ clock format 1289109601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.270 {time zone boundary case 2011-04-03 01:59:59} detroit {
- clock format 1301813999 -format {%H:%M:%S %z %Z} \
+test clock-5.270 {time zone boundary case 2011-03-13 01:59:59} detroit {
+ clock format 1299999599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.271 {time zone boundary case 2011-04-03 03:00:00} detroit {
- clock format 1301814000 -format {%H:%M:%S %z %Z} \
+test clock-5.271 {time zone boundary case 2011-03-13 03:00:00} detroit {
+ clock format 1299999600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.272 {time zone boundary case 2011-04-03 03:00:01} detroit {
- clock format 1301814001 -format {%H:%M:%S %z %Z} \
+test clock-5.272 {time zone boundary case 2011-03-13 03:00:01} detroit {
+ clock format 1299999601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.273 {time zone boundary case 2011-10-30 01:59:59} detroit {
- clock format 1319954399 -format {%H:%M:%S %z %Z} \
+test clock-5.273 {time zone boundary case 2011-11-06 01:59:59} detroit {
+ clock format 1320559199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.274 {time zone boundary case 2011-10-30 01:00:00} detroit {
- clock format 1319954400 -format {%H:%M:%S %z %Z} \
+test clock-5.274 {time zone boundary case 2011-11-06 01:00:00} detroit {
+ clock format 1320559200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.275 {time zone boundary case 2011-10-30 01:00:01} detroit {
- clock format 1319954401 -format {%H:%M:%S %z %Z} \
+test clock-5.275 {time zone boundary case 2011-11-06 01:00:01} detroit {
+ clock format 1320559201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.276 {time zone boundary case 2012-04-01 01:59:59} detroit {
- clock format 1333263599 -format {%H:%M:%S %z %Z} \
+test clock-5.276 {time zone boundary case 2012-03-11 01:59:59} detroit {
+ clock format 1331449199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.277 {time zone boundary case 2012-04-01 03:00:00} detroit {
- clock format 1333263600 -format {%H:%M:%S %z %Z} \
+test clock-5.277 {time zone boundary case 2012-03-11 03:00:00} detroit {
+ clock format 1331449200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.278 {time zone boundary case 2012-04-01 03:00:01} detroit {
- clock format 1333263601 -format {%H:%M:%S %z %Z} \
+test clock-5.278 {time zone boundary case 2012-03-11 03:00:01} detroit {
+ clock format 1331449201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.279 {time zone boundary case 2012-10-28 01:59:59} detroit {
- clock format 1351403999 -format {%H:%M:%S %z %Z} \
+test clock-5.279 {time zone boundary case 2012-11-04 01:59:59} detroit {
+ clock format 1352008799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.280 {time zone boundary case 2012-10-28 01:00:00} detroit {
- clock format 1351404000 -format {%H:%M:%S %z %Z} \
+test clock-5.280 {time zone boundary case 2012-11-04 01:00:00} detroit {
+ clock format 1352008800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.281 {time zone boundary case 2012-10-28 01:00:01} detroit {
- clock format 1351404001 -format {%H:%M:%S %z %Z} \
+test clock-5.281 {time zone boundary case 2012-11-04 01:00:01} detroit {
+ clock format 1352008801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.282 {time zone boundary case 2013-04-07 01:59:59} detroit {
- clock format 1365317999 -format {%H:%M:%S %z %Z} \
+test clock-5.282 {time zone boundary case 2013-03-10 01:59:59} detroit {
+ clock format 1362898799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.283 {time zone boundary case 2013-04-07 03:00:00} detroit {
- clock format 1365318000 -format {%H:%M:%S %z %Z} \
+test clock-5.283 {time zone boundary case 2013-03-10 03:00:00} detroit {
+ clock format 1362898800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.284 {time zone boundary case 2013-04-07 03:00:01} detroit {
- clock format 1365318001 -format {%H:%M:%S %z %Z} \
+test clock-5.284 {time zone boundary case 2013-03-10 03:00:01} detroit {
+ clock format 1362898801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.285 {time zone boundary case 2013-10-27 01:59:59} detroit {
- clock format 1382853599 -format {%H:%M:%S %z %Z} \
+test clock-5.285 {time zone boundary case 2013-11-03 01:59:59} detroit {
+ clock format 1383458399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.286 {time zone boundary case 2013-10-27 01:00:00} detroit {
- clock format 1382853600 -format {%H:%M:%S %z %Z} \
+test clock-5.286 {time zone boundary case 2013-11-03 01:00:00} detroit {
+ clock format 1383458400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.287 {time zone boundary case 2013-10-27 01:00:01} detroit {
- clock format 1382853601 -format {%H:%M:%S %z %Z} \
+test clock-5.287 {time zone boundary case 2013-11-03 01:00:01} detroit {
+ clock format 1383458401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.288 {time zone boundary case 2014-04-06 01:59:59} detroit {
- clock format 1396767599 -format {%H:%M:%S %z %Z} \
+test clock-5.288 {time zone boundary case 2014-03-09 01:59:59} detroit {
+ clock format 1394348399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.289 {time zone boundary case 2014-04-06 03:00:00} detroit {
- clock format 1396767600 -format {%H:%M:%S %z %Z} \
+test clock-5.289 {time zone boundary case 2014-03-09 03:00:00} detroit {
+ clock format 1394348400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.290 {time zone boundary case 2014-04-06 03:00:01} detroit {
- clock format 1396767601 -format {%H:%M:%S %z %Z} \
+test clock-5.290 {time zone boundary case 2014-03-09 03:00:01} detroit {
+ clock format 1394348401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.291 {time zone boundary case 2014-10-26 01:59:59} detroit {
- clock format 1414303199 -format {%H:%M:%S %z %Z} \
+test clock-5.291 {time zone boundary case 2014-11-02 01:59:59} detroit {
+ clock format 1414907999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.292 {time zone boundary case 2014-10-26 01:00:00} detroit {
- clock format 1414303200 -format {%H:%M:%S %z %Z} \
+test clock-5.292 {time zone boundary case 2014-11-02 01:00:00} detroit {
+ clock format 1414908000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.293 {time zone boundary case 2014-10-26 01:00:01} detroit {
- clock format 1414303201 -format {%H:%M:%S %z %Z} \
+test clock-5.293 {time zone boundary case 2014-11-02 01:00:01} detroit {
+ clock format 1414908001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.294 {time zone boundary case 2015-04-05 01:59:59} detroit {
- clock format 1428217199 -format {%H:%M:%S %z %Z} \
+test clock-5.294 {time zone boundary case 2015-03-08 01:59:59} detroit {
+ clock format 1425797999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.295 {time zone boundary case 2015-04-05 03:00:00} detroit {
- clock format 1428217200 -format {%H:%M:%S %z %Z} \
+test clock-5.295 {time zone boundary case 2015-03-08 03:00:00} detroit {
+ clock format 1425798000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.296 {time zone boundary case 2015-04-05 03:00:01} detroit {
- clock format 1428217201 -format {%H:%M:%S %z %Z} \
+test clock-5.296 {time zone boundary case 2015-03-08 03:00:01} detroit {
+ clock format 1425798001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.297 {time zone boundary case 2015-10-25 01:59:59} detroit {
- clock format 1445752799 -format {%H:%M:%S %z %Z} \
+test clock-5.297 {time zone boundary case 2015-11-01 01:59:59} detroit {
+ clock format 1446357599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.298 {time zone boundary case 2015-10-25 01:00:00} detroit {
- clock format 1445752800 -format {%H:%M:%S %z %Z} \
+test clock-5.298 {time zone boundary case 2015-11-01 01:00:00} detroit {
+ clock format 1446357600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.299 {time zone boundary case 2015-10-25 01:00:01} detroit {
- clock format 1445752801 -format {%H:%M:%S %z %Z} \
+test clock-5.299 {time zone boundary case 2015-11-01 01:00:01} detroit {
+ clock format 1446357601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.300 {time zone boundary case 2016-04-03 01:59:59} detroit {
- clock format 1459666799 -format {%H:%M:%S %z %Z} \
+test clock-5.300 {time zone boundary case 2016-03-13 01:59:59} detroit {
+ clock format 1457852399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.301 {time zone boundary case 2016-04-03 03:00:00} detroit {
- clock format 1459666800 -format {%H:%M:%S %z %Z} \
+test clock-5.301 {time zone boundary case 2016-03-13 03:00:00} detroit {
+ clock format 1457852400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.302 {time zone boundary case 2016-04-03 03:00:01} detroit {
- clock format 1459666801 -format {%H:%M:%S %z %Z} \
+test clock-5.302 {time zone boundary case 2016-03-13 03:00:01} detroit {
+ clock format 1457852401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.303 {time zone boundary case 2016-10-30 01:59:59} detroit {
- clock format 1477807199 -format {%H:%M:%S %z %Z} \
+test clock-5.303 {time zone boundary case 2016-11-06 01:59:59} detroit {
+ clock format 1478411999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.304 {time zone boundary case 2016-10-30 01:00:00} detroit {
- clock format 1477807200 -format {%H:%M:%S %z %Z} \
+test clock-5.304 {time zone boundary case 2016-11-06 01:00:00} detroit {
+ clock format 1478412000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.305 {time zone boundary case 2016-10-30 01:00:01} detroit {
- clock format 1477807201 -format {%H:%M:%S %z %Z} \
+test clock-5.305 {time zone boundary case 2016-11-06 01:00:01} detroit {
+ clock format 1478412001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.306 {time zone boundary case 2017-04-02 01:59:59} detroit {
- clock format 1491116399 -format {%H:%M:%S %z %Z} \
+test clock-5.306 {time zone boundary case 2017-03-12 01:59:59} detroit {
+ clock format 1489301999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.307 {time zone boundary case 2017-04-02 03:00:00} detroit {
- clock format 1491116400 -format {%H:%M:%S %z %Z} \
+test clock-5.307 {time zone boundary case 2017-03-12 03:00:00} detroit {
+ clock format 1489302000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.308 {time zone boundary case 2017-04-02 03:00:01} detroit {
- clock format 1491116401 -format {%H:%M:%S %z %Z} \
+test clock-5.308 {time zone boundary case 2017-03-12 03:00:01} detroit {
+ clock format 1489302001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.309 {time zone boundary case 2017-10-29 01:59:59} detroit {
- clock format 1509256799 -format {%H:%M:%S %z %Z} \
+test clock-5.309 {time zone boundary case 2017-11-05 01:59:59} detroit {
+ clock format 1509861599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.310 {time zone boundary case 2017-10-29 01:00:00} detroit {
- clock format 1509256800 -format {%H:%M:%S %z %Z} \
+test clock-5.310 {time zone boundary case 2017-11-05 01:00:00} detroit {
+ clock format 1509861600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.311 {time zone boundary case 2017-10-29 01:00:01} detroit {
- clock format 1509256801 -format {%H:%M:%S %z %Z} \
+test clock-5.311 {time zone boundary case 2017-11-05 01:00:01} detroit {
+ clock format 1509861601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.312 {time zone boundary case 2018-04-01 01:59:59} detroit {
- clock format 1522565999 -format {%H:%M:%S %z %Z} \
+test clock-5.312 {time zone boundary case 2018-03-11 01:59:59} detroit {
+ clock format 1520751599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.313 {time zone boundary case 2018-04-01 03:00:00} detroit {
- clock format 1522566000 -format {%H:%M:%S %z %Z} \
+test clock-5.313 {time zone boundary case 2018-03-11 03:00:00} detroit {
+ clock format 1520751600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.314 {time zone boundary case 2018-04-01 03:00:01} detroit {
- clock format 1522566001 -format {%H:%M:%S %z %Z} \
+test clock-5.314 {time zone boundary case 2018-03-11 03:00:01} detroit {
+ clock format 1520751601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.315 {time zone boundary case 2018-10-28 01:59:59} detroit {
- clock format 1540706399 -format {%H:%M:%S %z %Z} \
+test clock-5.315 {time zone boundary case 2018-11-04 01:59:59} detroit {
+ clock format 1541311199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.316 {time zone boundary case 2018-10-28 01:00:00} detroit {
- clock format 1540706400 -format {%H:%M:%S %z %Z} \
+test clock-5.316 {time zone boundary case 2018-11-04 01:00:00} detroit {
+ clock format 1541311200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.317 {time zone boundary case 2018-10-28 01:00:01} detroit {
- clock format 1540706401 -format {%H:%M:%S %z %Z} \
+test clock-5.317 {time zone boundary case 2018-11-04 01:00:01} detroit {
+ clock format 1541311201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.318 {time zone boundary case 2019-04-07 01:59:59} detroit {
- clock format 1554620399 -format {%H:%M:%S %z %Z} \
+test clock-5.318 {time zone boundary case 2019-03-10 01:59:59} detroit {
+ clock format 1552201199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.319 {time zone boundary case 2019-04-07 03:00:00} detroit {
- clock format 1554620400 -format {%H:%M:%S %z %Z} \
+test clock-5.319 {time zone boundary case 2019-03-10 03:00:00} detroit {
+ clock format 1552201200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.320 {time zone boundary case 2019-04-07 03:00:01} detroit {
- clock format 1554620401 -format {%H:%M:%S %z %Z} \
+test clock-5.320 {time zone boundary case 2019-03-10 03:00:01} detroit {
+ clock format 1552201201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.321 {time zone boundary case 2019-10-27 01:59:59} detroit {
- clock format 1572155999 -format {%H:%M:%S %z %Z} \
+test clock-5.321 {time zone boundary case 2019-11-03 01:59:59} detroit {
+ clock format 1572760799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.322 {time zone boundary case 2019-10-27 01:00:00} detroit {
- clock format 1572156000 -format {%H:%M:%S %z %Z} \
+test clock-5.322 {time zone boundary case 2019-11-03 01:00:00} detroit {
+ clock format 1572760800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.323 {time zone boundary case 2019-10-27 01:00:01} detroit {
- clock format 1572156001 -format {%H:%M:%S %z %Z} \
+test clock-5.323 {time zone boundary case 2019-11-03 01:00:01} detroit {
+ clock format 1572760801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.324 {time zone boundary case 2020-04-05 01:59:59} detroit {
- clock format 1586069999 -format {%H:%M:%S %z %Z} \
+test clock-5.324 {time zone boundary case 2020-03-08 01:59:59} detroit {
+ clock format 1583650799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.325 {time zone boundary case 2020-04-05 03:00:00} detroit {
- clock format 1586070000 -format {%H:%M:%S %z %Z} \
+test clock-5.325 {time zone boundary case 2020-03-08 03:00:00} detroit {
+ clock format 1583650800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.326 {time zone boundary case 2020-04-05 03:00:01} detroit {
- clock format 1586070001 -format {%H:%M:%S %z %Z} \
+test clock-5.326 {time zone boundary case 2020-03-08 03:00:01} detroit {
+ clock format 1583650801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.327 {time zone boundary case 2020-10-25 01:59:59} detroit {
- clock format 1603605599 -format {%H:%M:%S %z %Z} \
+test clock-5.327 {time zone boundary case 2020-11-01 01:59:59} detroit {
+ clock format 1604210399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.328 {time zone boundary case 2020-10-25 01:00:00} detroit {
- clock format 1603605600 -format {%H:%M:%S %z %Z} \
+test clock-5.328 {time zone boundary case 2020-11-01 01:00:00} detroit {
+ clock format 1604210400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.329 {time zone boundary case 2020-10-25 01:00:01} detroit {
- clock format 1603605601 -format {%H:%M:%S %z %Z} \
+test clock-5.329 {time zone boundary case 2020-11-01 01:00:01} detroit {
+ clock format 1604210401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.330 {time zone boundary case 2021-04-04 01:59:59} detroit {
- clock format 1617519599 -format {%H:%M:%S %z %Z} \
+test clock-5.330 {time zone boundary case 2021-03-14 01:59:59} detroit {
+ clock format 1615705199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.331 {time zone boundary case 2021-04-04 03:00:00} detroit {
- clock format 1617519600 -format {%H:%M:%S %z %Z} \
+test clock-5.331 {time zone boundary case 2021-03-14 03:00:00} detroit {
+ clock format 1615705200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.332 {time zone boundary case 2021-04-04 03:00:01} detroit {
- clock format 1617519601 -format {%H:%M:%S %z %Z} \
+test clock-5.332 {time zone boundary case 2021-03-14 03:00:01} detroit {
+ clock format 1615705201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.333 {time zone boundary case 2021-10-31 01:59:59} detroit {
- clock format 1635659999 -format {%H:%M:%S %z %Z} \
+test clock-5.333 {time zone boundary case 2021-11-07 01:59:59} detroit {
+ clock format 1636264799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.334 {time zone boundary case 2021-10-31 01:00:00} detroit {
- clock format 1635660000 -format {%H:%M:%S %z %Z} \
+test clock-5.334 {time zone boundary case 2021-11-07 01:00:00} detroit {
+ clock format 1636264800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.335 {time zone boundary case 2021-10-31 01:00:01} detroit {
- clock format 1635660001 -format {%H:%M:%S %z %Z} \
+test clock-5.335 {time zone boundary case 2021-11-07 01:00:01} detroit {
+ clock format 1636264801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.336 {time zone boundary case 2022-04-03 01:59:59} detroit {
- clock format 1648969199 -format {%H:%M:%S %z %Z} \
+test clock-5.336 {time zone boundary case 2022-03-13 01:59:59} detroit {
+ clock format 1647154799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.337 {time zone boundary case 2022-04-03 03:00:00} detroit {
- clock format 1648969200 -format {%H:%M:%S %z %Z} \
+test clock-5.337 {time zone boundary case 2022-03-13 03:00:00} detroit {
+ clock format 1647154800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.338 {time zone boundary case 2022-04-03 03:00:01} detroit {
- clock format 1648969201 -format {%H:%M:%S %z %Z} \
+test clock-5.338 {time zone boundary case 2022-03-13 03:00:01} detroit {
+ clock format 1647154801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.339 {time zone boundary case 2022-10-30 01:59:59} detroit {
- clock format 1667109599 -format {%H:%M:%S %z %Z} \
+test clock-5.339 {time zone boundary case 2022-11-06 01:59:59} detroit {
+ clock format 1667714399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.340 {time zone boundary case 2022-10-30 01:00:00} detroit {
- clock format 1667109600 -format {%H:%M:%S %z %Z} \
+test clock-5.340 {time zone boundary case 2022-11-06 01:00:00} detroit {
+ clock format 1667714400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.341 {time zone boundary case 2022-10-30 01:00:01} detroit {
- clock format 1667109601 -format {%H:%M:%S %z %Z} \
+test clock-5.341 {time zone boundary case 2022-11-06 01:00:01} detroit {
+ clock format 1667714401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.342 {time zone boundary case 2023-04-02 01:59:59} detroit {
- clock format 1680418799 -format {%H:%M:%S %z %Z} \
+test clock-5.342 {time zone boundary case 2023-03-12 01:59:59} detroit {
+ clock format 1678604399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.343 {time zone boundary case 2023-04-02 03:00:00} detroit {
- clock format 1680418800 -format {%H:%M:%S %z %Z} \
+test clock-5.343 {time zone boundary case 2023-03-12 03:00:00} detroit {
+ clock format 1678604400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.344 {time zone boundary case 2023-04-02 03:00:01} detroit {
- clock format 1680418801 -format {%H:%M:%S %z %Z} \
+test clock-5.344 {time zone boundary case 2023-03-12 03:00:01} detroit {
+ clock format 1678604401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.345 {time zone boundary case 2023-10-29 01:59:59} detroit {
- clock format 1698559199 -format {%H:%M:%S %z %Z} \
+test clock-5.345 {time zone boundary case 2023-11-05 01:59:59} detroit {
+ clock format 1699163999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.346 {time zone boundary case 2023-10-29 01:00:00} detroit {
- clock format 1698559200 -format {%H:%M:%S %z %Z} \
+test clock-5.346 {time zone boundary case 2023-11-05 01:00:00} detroit {
+ clock format 1699164000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.347 {time zone boundary case 2023-10-29 01:00:01} detroit {
- clock format 1698559201 -format {%H:%M:%S %z %Z} \
+test clock-5.347 {time zone boundary case 2023-11-05 01:00:01} detroit {
+ clock format 1699164001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.348 {time zone boundary case 2024-04-07 01:59:59} detroit {
- clock format 1712473199 -format {%H:%M:%S %z %Z} \
+test clock-5.348 {time zone boundary case 2024-03-10 01:59:59} detroit {
+ clock format 1710053999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.349 {time zone boundary case 2024-04-07 03:00:00} detroit {
- clock format 1712473200 -format {%H:%M:%S %z %Z} \
+test clock-5.349 {time zone boundary case 2024-03-10 03:00:00} detroit {
+ clock format 1710054000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.350 {time zone boundary case 2024-04-07 03:00:01} detroit {
- clock format 1712473201 -format {%H:%M:%S %z %Z} \
+test clock-5.350 {time zone boundary case 2024-03-10 03:00:01} detroit {
+ clock format 1710054001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.351 {time zone boundary case 2024-10-27 01:59:59} detroit {
- clock format 1730008799 -format {%H:%M:%S %z %Z} \
+test clock-5.351 {time zone boundary case 2024-11-03 01:59:59} detroit {
+ clock format 1730613599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.352 {time zone boundary case 2024-10-27 01:00:00} detroit {
- clock format 1730008800 -format {%H:%M:%S %z %Z} \
+test clock-5.352 {time zone boundary case 2024-11-03 01:00:00} detroit {
+ clock format 1730613600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.353 {time zone boundary case 2024-10-27 01:00:01} detroit {
- clock format 1730008801 -format {%H:%M:%S %z %Z} \
+test clock-5.353 {time zone boundary case 2024-11-03 01:00:01} detroit {
+ clock format 1730613601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.354 {time zone boundary case 2025-04-06 01:59:59} detroit {
- clock format 1743922799 -format {%H:%M:%S %z %Z} \
+test clock-5.354 {time zone boundary case 2025-03-09 01:59:59} detroit {
+ clock format 1741503599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.355 {time zone boundary case 2025-04-06 03:00:00} detroit {
- clock format 1743922800 -format {%H:%M:%S %z %Z} \
+test clock-5.355 {time zone boundary case 2025-03-09 03:00:00} detroit {
+ clock format 1741503600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.356 {time zone boundary case 2025-04-06 03:00:01} detroit {
- clock format 1743922801 -format {%H:%M:%S %z %Z} \
+test clock-5.356 {time zone boundary case 2025-03-09 03:00:01} detroit {
+ clock format 1741503601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.357 {time zone boundary case 2025-10-26 01:59:59} detroit {
- clock format 1761458399 -format {%H:%M:%S %z %Z} \
+test clock-5.357 {time zone boundary case 2025-11-02 01:59:59} detroit {
+ clock format 1762063199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.358 {time zone boundary case 2025-10-26 01:00:00} detroit {
- clock format 1761458400 -format {%H:%M:%S %z %Z} \
+test clock-5.358 {time zone boundary case 2025-11-02 01:00:00} detroit {
+ clock format 1762063200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.359 {time zone boundary case 2025-10-26 01:00:01} detroit {
- clock format 1761458401 -format {%H:%M:%S %z %Z} \
+test clock-5.359 {time zone boundary case 2025-11-02 01:00:01} detroit {
+ clock format 1762063201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.360 {time zone boundary case 2026-04-05 01:59:59} detroit {
- clock format 1775372399 -format {%H:%M:%S %z %Z} \
+test clock-5.360 {time zone boundary case 2026-03-08 01:59:59} detroit {
+ clock format 1772953199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.361 {time zone boundary case 2026-04-05 03:00:00} detroit {
- clock format 1775372400 -format {%H:%M:%S %z %Z} \
+test clock-5.361 {time zone boundary case 2026-03-08 03:00:00} detroit {
+ clock format 1772953200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.362 {time zone boundary case 2026-04-05 03:00:01} detroit {
- clock format 1775372401 -format {%H:%M:%S %z %Z} \
+test clock-5.362 {time zone boundary case 2026-03-08 03:00:01} detroit {
+ clock format 1772953201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.363 {time zone boundary case 2026-10-25 01:59:59} detroit {
- clock format 1792907999 -format {%H:%M:%S %z %Z} \
+test clock-5.363 {time zone boundary case 2026-11-01 01:59:59} detroit {
+ clock format 1793512799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.364 {time zone boundary case 2026-10-25 01:00:00} detroit {
- clock format 1792908000 -format {%H:%M:%S %z %Z} \
+test clock-5.364 {time zone boundary case 2026-11-01 01:00:00} detroit {
+ clock format 1793512800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.365 {time zone boundary case 2026-10-25 01:00:01} detroit {
- clock format 1792908001 -format {%H:%M:%S %z %Z} \
+test clock-5.365 {time zone boundary case 2026-11-01 01:00:01} detroit {
+ clock format 1793512801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.366 {time zone boundary case 2027-04-04 01:59:59} detroit {
- clock format 1806821999 -format {%H:%M:%S %z %Z} \
+test clock-5.366 {time zone boundary case 2027-03-14 01:59:59} detroit {
+ clock format 1805007599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.367 {time zone boundary case 2027-04-04 03:00:00} detroit {
- clock format 1806822000 -format {%H:%M:%S %z %Z} \
+test clock-5.367 {time zone boundary case 2027-03-14 03:00:00} detroit {
+ clock format 1805007600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.368 {time zone boundary case 2027-04-04 03:00:01} detroit {
- clock format 1806822001 -format {%H:%M:%S %z %Z} \
+test clock-5.368 {time zone boundary case 2027-03-14 03:00:01} detroit {
+ clock format 1805007601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.369 {time zone boundary case 2027-10-31 01:59:59} detroit {
- clock format 1824962399 -format {%H:%M:%S %z %Z} \
+test clock-5.369 {time zone boundary case 2027-11-07 01:59:59} detroit {
+ clock format 1825567199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.370 {time zone boundary case 2027-10-31 01:00:00} detroit {
- clock format 1824962400 -format {%H:%M:%S %z %Z} \
+test clock-5.370 {time zone boundary case 2027-11-07 01:00:00} detroit {
+ clock format 1825567200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.371 {time zone boundary case 2027-10-31 01:00:01} detroit {
- clock format 1824962401 -format {%H:%M:%S %z %Z} \
+test clock-5.371 {time zone boundary case 2027-11-07 01:00:01} detroit {
+ clock format 1825567201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.372 {time zone boundary case 2028-04-02 01:59:59} detroit {
- clock format 1838271599 -format {%H:%M:%S %z %Z} \
+test clock-5.372 {time zone boundary case 2028-03-12 01:59:59} detroit {
+ clock format 1836457199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.373 {time zone boundary case 2028-04-02 03:00:00} detroit {
- clock format 1838271600 -format {%H:%M:%S %z %Z} \
+test clock-5.373 {time zone boundary case 2028-03-12 03:00:00} detroit {
+ clock format 1836457200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.374 {time zone boundary case 2028-04-02 03:00:01} detroit {
- clock format 1838271601 -format {%H:%M:%S %z %Z} \
+test clock-5.374 {time zone boundary case 2028-03-12 03:00:01} detroit {
+ clock format 1836457201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.375 {time zone boundary case 2028-10-29 01:59:59} detroit {
- clock format 1856411999 -format {%H:%M:%S %z %Z} \
+test clock-5.375 {time zone boundary case 2028-11-05 01:59:59} detroit {
+ clock format 1857016799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.376 {time zone boundary case 2028-10-29 01:00:00} detroit {
- clock format 1856412000 -format {%H:%M:%S %z %Z} \
+test clock-5.376 {time zone boundary case 2028-11-05 01:00:00} detroit {
+ clock format 1857016800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.377 {time zone boundary case 2028-10-29 01:00:01} detroit {
- clock format 1856412001 -format {%H:%M:%S %z %Z} \
+test clock-5.377 {time zone boundary case 2028-11-05 01:00:01} detroit {
+ clock format 1857016801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.378 {time zone boundary case 2029-04-01 01:59:59} detroit {
- clock format 1869721199 -format {%H:%M:%S %z %Z} \
+test clock-5.378 {time zone boundary case 2029-03-11 01:59:59} detroit {
+ clock format 1867906799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.379 {time zone boundary case 2029-04-01 03:00:00} detroit {
- clock format 1869721200 -format {%H:%M:%S %z %Z} \
+test clock-5.379 {time zone boundary case 2029-03-11 03:00:00} detroit {
+ clock format 1867906800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.380 {time zone boundary case 2029-04-01 03:00:01} detroit {
- clock format 1869721201 -format {%H:%M:%S %z %Z} \
+test clock-5.380 {time zone boundary case 2029-03-11 03:00:01} detroit {
+ clock format 1867906801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.381 {time zone boundary case 2029-10-28 01:59:59} detroit {
- clock format 1887861599 -format {%H:%M:%S %z %Z} \
+test clock-5.381 {time zone boundary case 2029-11-04 01:59:59} detroit {
+ clock format 1888466399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.382 {time zone boundary case 2029-10-28 01:00:00} detroit {
- clock format 1887861600 -format {%H:%M:%S %z %Z} \
+test clock-5.382 {time zone boundary case 2029-11-04 01:00:00} detroit {
+ clock format 1888466400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.383 {time zone boundary case 2029-10-28 01:00:01} detroit {
- clock format 1887861601 -format {%H:%M:%S %z %Z} \
+test clock-5.383 {time zone boundary case 2029-11-04 01:00:01} detroit {
+ clock format 1888466401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.384 {time zone boundary case 2030-04-07 01:59:59} detroit {
- clock format 1901775599 -format {%H:%M:%S %z %Z} \
+test clock-5.384 {time zone boundary case 2030-03-10 01:59:59} detroit {
+ clock format 1899356399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.385 {time zone boundary case 2030-04-07 03:00:00} detroit {
- clock format 1901775600 -format {%H:%M:%S %z %Z} \
+test clock-5.385 {time zone boundary case 2030-03-10 03:00:00} detroit {
+ clock format 1899356400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.386 {time zone boundary case 2030-04-07 03:00:01} detroit {
- clock format 1901775601 -format {%H:%M:%S %z %Z} \
+test clock-5.386 {time zone boundary case 2030-03-10 03:00:01} detroit {
+ clock format 1899356401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.387 {time zone boundary case 2030-10-27 01:59:59} detroit {
- clock format 1919311199 -format {%H:%M:%S %z %Z} \
+test clock-5.387 {time zone boundary case 2030-11-03 01:59:59} detroit {
+ clock format 1919915999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.388 {time zone boundary case 2030-10-27 01:00:00} detroit {
- clock format 1919311200 -format {%H:%M:%S %z %Z} \
+test clock-5.388 {time zone boundary case 2030-11-03 01:00:00} detroit {
+ clock format 1919916000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.389 {time zone boundary case 2030-10-27 01:00:01} detroit {
- clock format 1919311201 -format {%H:%M:%S %z %Z} \
+test clock-5.389 {time zone boundary case 2030-11-03 01:00:01} detroit {
+ clock format 1919916001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.390 {time zone boundary case 2031-04-06 01:59:59} detroit {
- clock format 1933225199 -format {%H:%M:%S %z %Z} \
+test clock-5.390 {time zone boundary case 2031-03-09 01:59:59} detroit {
+ clock format 1930805999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.391 {time zone boundary case 2031-04-06 03:00:00} detroit {
- clock format 1933225200 -format {%H:%M:%S %z %Z} \
+test clock-5.391 {time zone boundary case 2031-03-09 03:00:00} detroit {
+ clock format 1930806000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.392 {time zone boundary case 2031-04-06 03:00:01} detroit {
- clock format 1933225201 -format {%H:%M:%S %z %Z} \
+test clock-5.392 {time zone boundary case 2031-03-09 03:00:01} detroit {
+ clock format 1930806001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.393 {time zone boundary case 2031-10-26 01:59:59} detroit {
- clock format 1950760799 -format {%H:%M:%S %z %Z} \
+test clock-5.393 {time zone boundary case 2031-11-02 01:59:59} detroit {
+ clock format 1951365599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.394 {time zone boundary case 2031-10-26 01:00:00} detroit {
- clock format 1950760800 -format {%H:%M:%S %z %Z} \
+test clock-5.394 {time zone boundary case 2031-11-02 01:00:00} detroit {
+ clock format 1951365600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.395 {time zone boundary case 2031-10-26 01:00:01} detroit {
- clock format 1950760801 -format {%H:%M:%S %z %Z} \
+test clock-5.395 {time zone boundary case 2031-11-02 01:00:01} detroit {
+ clock format 1951365601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.396 {time zone boundary case 2032-04-04 01:59:59} detroit {
- clock format 1964674799 -format {%H:%M:%S %z %Z} \
+test clock-5.396 {time zone boundary case 2032-03-14 01:59:59} detroit {
+ clock format 1962860399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.397 {time zone boundary case 2032-04-04 03:00:00} detroit {
- clock format 1964674800 -format {%H:%M:%S %z %Z} \
+test clock-5.397 {time zone boundary case 2032-03-14 03:00:00} detroit {
+ clock format 1962860400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.398 {time zone boundary case 2032-04-04 03:00:01} detroit {
- clock format 1964674801 -format {%H:%M:%S %z %Z} \
+test clock-5.398 {time zone boundary case 2032-03-14 03:00:01} detroit {
+ clock format 1962860401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.399 {time zone boundary case 2032-10-31 01:59:59} detroit {
- clock format 1982815199 -format {%H:%M:%S %z %Z} \
+test clock-5.399 {time zone boundary case 2032-11-07 01:59:59} detroit {
+ clock format 1983419999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.400 {time zone boundary case 2032-10-31 01:00:00} detroit {
- clock format 1982815200 -format {%H:%M:%S %z %Z} \
+test clock-5.400 {time zone boundary case 2032-11-07 01:00:00} detroit {
+ clock format 1983420000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.401 {time zone boundary case 2032-10-31 01:00:01} detroit {
- clock format 1982815201 -format {%H:%M:%S %z %Z} \
+test clock-5.401 {time zone boundary case 2032-11-07 01:00:01} detroit {
+ clock format 1983420001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.402 {time zone boundary case 2033-04-03 01:59:59} detroit {
- clock format 1996124399 -format {%H:%M:%S %z %Z} \
+test clock-5.402 {time zone boundary case 2033-03-13 01:59:59} detroit {
+ clock format 1994309999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.403 {time zone boundary case 2033-04-03 03:00:00} detroit {
- clock format 1996124400 -format {%H:%M:%S %z %Z} \
+test clock-5.403 {time zone boundary case 2033-03-13 03:00:00} detroit {
+ clock format 1994310000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.404 {time zone boundary case 2033-04-03 03:00:01} detroit {
- clock format 1996124401 -format {%H:%M:%S %z %Z} \
+test clock-5.404 {time zone boundary case 2033-03-13 03:00:01} detroit {
+ clock format 1994310001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.405 {time zone boundary case 2033-10-30 01:59:59} detroit {
- clock format 2014264799 -format {%H:%M:%S %z %Z} \
+test clock-5.405 {time zone boundary case 2033-11-06 01:59:59} detroit {
+ clock format 2014869599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.406 {time zone boundary case 2033-10-30 01:00:00} detroit {
- clock format 2014264800 -format {%H:%M:%S %z %Z} \
+test clock-5.406 {time zone boundary case 2033-11-06 01:00:00} detroit {
+ clock format 2014869600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.407 {time zone boundary case 2033-10-30 01:00:01} detroit {
- clock format 2014264801 -format {%H:%M:%S %z %Z} \
+test clock-5.407 {time zone boundary case 2033-11-06 01:00:01} detroit {
+ clock format 2014869601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.408 {time zone boundary case 2034-04-02 01:59:59} detroit {
- clock format 2027573999 -format {%H:%M:%S %z %Z} \
+test clock-5.408 {time zone boundary case 2034-03-12 01:59:59} detroit {
+ clock format 2025759599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.409 {time zone boundary case 2034-04-02 03:00:00} detroit {
- clock format 2027574000 -format {%H:%M:%S %z %Z} \
+test clock-5.409 {time zone boundary case 2034-03-12 03:00:00} detroit {
+ clock format 2025759600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.410 {time zone boundary case 2034-04-02 03:00:01} detroit {
- clock format 2027574001 -format {%H:%M:%S %z %Z} \
+test clock-5.410 {time zone boundary case 2034-03-12 03:00:01} detroit {
+ clock format 2025759601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.411 {time zone boundary case 2034-10-29 01:59:59} detroit {
- clock format 2045714399 -format {%H:%M:%S %z %Z} \
+test clock-5.411 {time zone boundary case 2034-11-05 01:59:59} detroit {
+ clock format 2046319199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.412 {time zone boundary case 2034-10-29 01:00:00} detroit {
- clock format 2045714400 -format {%H:%M:%S %z %Z} \
+test clock-5.412 {time zone boundary case 2034-11-05 01:00:00} detroit {
+ clock format 2046319200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.413 {time zone boundary case 2034-10-29 01:00:01} detroit {
- clock format 2045714401 -format {%H:%M:%S %z %Z} \
+test clock-5.413 {time zone boundary case 2034-11-05 01:00:01} detroit {
+ clock format 2046319201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.414 {time zone boundary case 2035-04-01 01:59:59} detroit {
- clock format 2059023599 -format {%H:%M:%S %z %Z} \
+test clock-5.414 {time zone boundary case 2035-03-11 01:59:59} detroit {
+ clock format 2057209199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.415 {time zone boundary case 2035-04-01 03:00:00} detroit {
- clock format 2059023600 -format {%H:%M:%S %z %Z} \
+test clock-5.415 {time zone boundary case 2035-03-11 03:00:00} detroit {
+ clock format 2057209200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.416 {time zone boundary case 2035-04-01 03:00:01} detroit {
- clock format 2059023601 -format {%H:%M:%S %z %Z} \
+test clock-5.416 {time zone boundary case 2035-03-11 03:00:01} detroit {
+ clock format 2057209201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.417 {time zone boundary case 2035-10-28 01:59:59} detroit {
- clock format 2077163999 -format {%H:%M:%S %z %Z} \
+test clock-5.417 {time zone boundary case 2035-11-04 01:59:59} detroit {
+ clock format 2077768799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.418 {time zone boundary case 2035-10-28 01:00:00} detroit {
- clock format 2077164000 -format {%H:%M:%S %z %Z} \
+test clock-5.418 {time zone boundary case 2035-11-04 01:00:00} detroit {
+ clock format 2077768800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.419 {time zone boundary case 2035-10-28 01:00:01} detroit {
- clock format 2077164001 -format {%H:%M:%S %z %Z} \
+test clock-5.419 {time zone boundary case 2035-11-04 01:00:01} detroit {
+ clock format 2077768801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.420 {time zone boundary case 2036-04-06 01:59:59} detroit {
- clock format 2091077999 -format {%H:%M:%S %z %Z} \
+test clock-5.420 {time zone boundary case 2036-03-09 01:59:59} detroit {
+ clock format 2088658799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.421 {time zone boundary case 2036-04-06 03:00:00} detroit {
- clock format 2091078000 -format {%H:%M:%S %z %Z} \
+test clock-5.421 {time zone boundary case 2036-03-09 03:00:00} detroit {
+ clock format 2088658800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.422 {time zone boundary case 2036-04-06 03:00:01} detroit {
- clock format 2091078001 -format {%H:%M:%S %z %Z} \
+test clock-5.422 {time zone boundary case 2036-03-09 03:00:01} detroit {
+ clock format 2088658801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.423 {time zone boundary case 2036-10-26 01:59:59} detroit {
- clock format 2108613599 -format {%H:%M:%S %z %Z} \
+test clock-5.423 {time zone boundary case 2036-11-02 01:59:59} detroit {
+ clock format 2109218399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.424 {time zone boundary case 2036-10-26 01:00:00} detroit {
- clock format 2108613600 -format {%H:%M:%S %z %Z} \
+test clock-5.424 {time zone boundary case 2036-11-02 01:00:00} detroit {
+ clock format 2109218400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.425 {time zone boundary case 2036-10-26 01:00:01} detroit {
- clock format 2108613601 -format {%H:%M:%S %z %Z} \
+test clock-5.425 {time zone boundary case 2036-11-02 01:00:01} detroit {
+ clock format 2109218401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.426 {time zone boundary case 2037-04-05 01:59:59} detroit {
- clock format 2122527599 -format {%H:%M:%S %z %Z} \
+test clock-5.426 {time zone boundary case 2037-03-08 01:59:59} detroit {
+ clock format 2120108399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.427 {time zone boundary case 2037-04-05 03:00:00} detroit {
- clock format 2122527600 -format {%H:%M:%S %z %Z} \
+test clock-5.427 {time zone boundary case 2037-03-08 03:00:00} detroit {
+ clock format 2120108400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.428 {time zone boundary case 2037-04-05 03:00:01} detroit {
- clock format 2122527601 -format {%H:%M:%S %z %Z} \
+test clock-5.428 {time zone boundary case 2037-03-08 03:00:01} detroit {
+ clock format 2120108401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.429 {time zone boundary case 2037-10-25 01:59:59} detroit {
- clock format 2140063199 -format {%H:%M:%S %z %Z} \
+test clock-5.429 {time zone boundary case 2037-11-01 01:59:59} detroit {
+ clock format 2140667999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.430 {time zone boundary case 2037-10-25 01:00:00} detroit {
- clock format 2140063200 -format {%H:%M:%S %z %Z} \
+test clock-5.430 {time zone boundary case 2037-11-01 01:00:00} detroit {
+ clock format 2140668000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.431 {time zone boundary case 2037-10-25 01:00:01} detroit {
- clock format 2140063201 -format {%H:%M:%S %z %Z} \
+test clock-5.431 {time zone boundary case 2037-11-01 01:00:01} detroit {
+ clock format 2140668001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.432 {time zone boundary case 2038-04-04 01:59:59} {detroit y2038} {
- clock format 2153977199 -format {%H:%M:%S %z %Z} \
+test clock-5.432 {time zone boundary case 2038-03-14 01:59:59} {detroit y2038} {
+ clock format 2152162799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.433 {time zone boundary case 2038-04-04 03:00:00} {detroit y2038} {
- clock format 2153977200 -format {%H:%M:%S %z %Z} \
+test clock-5.433 {time zone boundary case 2038-03-14 03:00:00} {detroit y2038} {
+ clock format 2152162800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.434 {time zone boundary case 2038-04-04 03:00:01} {detroit y2038} {
- clock format 2153977201 -format {%H:%M:%S %z %Z} \
+test clock-5.434 {time zone boundary case 2038-03-14 03:00:01} {detroit y2038} {
+ clock format 2152162801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.435 {time zone boundary case 2038-10-31 01:59:59} {detroit y2038} {
- clock format 2172117599 -format {%H:%M:%S %z %Z} \
+test clock-5.435 {time zone boundary case 2038-11-07 01:59:59} {detroit y2038} {
+ clock format 2172722399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.436 {time zone boundary case 2038-10-31 01:00:00} {detroit y2038} {
- clock format 2172117600 -format {%H:%M:%S %z %Z} \
+test clock-5.436 {time zone boundary case 2038-11-07 01:00:00} {detroit y2038} {
+ clock format 2172722400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.437 {time zone boundary case 2038-10-31 01:00:01} {detroit y2038} {
- clock format 2172117601 -format {%H:%M:%S %z %Z} \
+test clock-5.437 {time zone boundary case 2038-11-07 01:00:01} {detroit y2038} {
+ clock format 2172722401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.438 {time zone boundary case 2039-04-03 01:59:59} {detroit y2038} {
- clock format 2185426799 -format {%H:%M:%S %z %Z} \
+test clock-5.438 {time zone boundary case 2039-03-13 01:59:59} {detroit y2038} {
+ clock format 2183612399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.439 {time zone boundary case 2039-04-03 03:00:00} {detroit y2038} {
- clock format 2185426800 -format {%H:%M:%S %z %Z} \
+test clock-5.439 {time zone boundary case 2039-03-13 03:00:00} {detroit y2038} {
+ clock format 2183612400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.440 {time zone boundary case 2039-04-03 03:00:01} {detroit y2038} {
- clock format 2185426801 -format {%H:%M:%S %z %Z} \
+test clock-5.440 {time zone boundary case 2039-03-13 03:00:01} {detroit y2038} {
+ clock format 2183612401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.441 {time zone boundary case 2039-10-30 01:59:59} {detroit y2038} {
- clock format 2203567199 -format {%H:%M:%S %z %Z} \
+test clock-5.441 {time zone boundary case 2039-11-06 01:59:59} {detroit y2038} {
+ clock format 2204171999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.442 {time zone boundary case 2039-10-30 01:00:00} {detroit y2038} {
- clock format 2203567200 -format {%H:%M:%S %z %Z} \
+test clock-5.442 {time zone boundary case 2039-11-06 01:00:00} {detroit y2038} {
+ clock format 2204172000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.443 {time zone boundary case 2039-10-30 01:00:01} {detroit y2038} {
- clock format 2203567201 -format {%H:%M:%S %z %Z} \
+test clock-5.443 {time zone boundary case 2039-11-06 01:00:01} {detroit y2038} {
+ clock format 2204172001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.444 {time zone boundary case 2040-04-01 01:59:59} {detroit y2038} {
- clock format 2216876399 -format {%H:%M:%S %z %Z} \
+test clock-5.444 {time zone boundary case 2040-03-11 01:59:59} {detroit y2038} {
+ clock format 2215061999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.445 {time zone boundary case 2040-04-01 03:00:00} {detroit y2038} {
- clock format 2216876400 -format {%H:%M:%S %z %Z} \
+test clock-5.445 {time zone boundary case 2040-03-11 03:00:00} {detroit y2038} {
+ clock format 2215062000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.446 {time zone boundary case 2040-04-01 03:00:01} {detroit y2038} {
- clock format 2216876401 -format {%H:%M:%S %z %Z} \
+test clock-5.446 {time zone boundary case 2040-03-11 03:00:01} {detroit y2038} {
+ clock format 2215062001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.447 {time zone boundary case 2040-10-28 01:59:59} {detroit y2038} {
- clock format 2235016799 -format {%H:%M:%S %z %Z} \
+test clock-5.447 {time zone boundary case 2040-11-04 01:59:59} {detroit y2038} {
+ clock format 2235621599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.448 {time zone boundary case 2040-10-28 01:00:00} {detroit y2038} {
- clock format 2235016800 -format {%H:%M:%S %z %Z} \
+test clock-5.448 {time zone boundary case 2040-11-04 01:00:00} {detroit y2038} {
+ clock format 2235621600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.449 {time zone boundary case 2040-10-28 01:00:01} {detroit y2038} {
- clock format 2235016801 -format {%H:%M:%S %z %Z} \
+test clock-5.449 {time zone boundary case 2040-11-04 01:00:01} {detroit y2038} {
+ clock format 2235621601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.450 {time zone boundary case 2041-04-07 01:59:59} {detroit y2038} {
- clock format 2248930799 -format {%H:%M:%S %z %Z} \
+test clock-5.450 {time zone boundary case 2041-03-10 01:59:59} {detroit y2038} {
+ clock format 2246511599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.451 {time zone boundary case 2041-04-07 03:00:00} {detroit y2038} {
- clock format 2248930800 -format {%H:%M:%S %z %Z} \
+test clock-5.451 {time zone boundary case 2041-03-10 03:00:00} {detroit y2038} {
+ clock format 2246511600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.452 {time zone boundary case 2041-04-07 03:00:01} {detroit y2038} {
- clock format 2248930801 -format {%H:%M:%S %z %Z} \
+test clock-5.452 {time zone boundary case 2041-03-10 03:00:01} {detroit y2038} {
+ clock format 2246511601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.453 {time zone boundary case 2041-10-27 01:59:59} {detroit y2038} {
- clock format 2266466399 -format {%H:%M:%S %z %Z} \
+test clock-5.453 {time zone boundary case 2041-11-03 01:59:59} {detroit y2038} {
+ clock format 2267071199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.454 {time zone boundary case 2041-10-27 01:00:00} {detroit y2038} {
- clock format 2266466400 -format {%H:%M:%S %z %Z} \
+test clock-5.454 {time zone boundary case 2041-11-03 01:00:00} {detroit y2038} {
+ clock format 2267071200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.455 {time zone boundary case 2041-10-27 01:00:01} {detroit y2038} {
- clock format 2266466401 -format {%H:%M:%S %z %Z} \
+test clock-5.455 {time zone boundary case 2041-11-03 01:00:01} {detroit y2038} {
+ clock format 2267071201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.456 {time zone boundary case 2042-04-06 01:59:59} {detroit y2038} {
- clock format 2280380399 -format {%H:%M:%S %z %Z} \
+test clock-5.456 {time zone boundary case 2042-03-09 01:59:59} {detroit y2038} {
+ clock format 2277961199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.457 {time zone boundary case 2042-04-06 03:00:00} {detroit y2038} {
- clock format 2280380400 -format {%H:%M:%S %z %Z} \
+test clock-5.457 {time zone boundary case 2042-03-09 03:00:00} {detroit y2038} {
+ clock format 2277961200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.458 {time zone boundary case 2042-04-06 03:00:01} {detroit y2038} {
- clock format 2280380401 -format {%H:%M:%S %z %Z} \
+test clock-5.458 {time zone boundary case 2042-03-09 03:00:01} {detroit y2038} {
+ clock format 2277961201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.459 {time zone boundary case 2042-10-26 01:59:59} {detroit y2038} {
- clock format 2297915999 -format {%H:%M:%S %z %Z} \
+test clock-5.459 {time zone boundary case 2042-11-02 01:59:59} {detroit y2038} {
+ clock format 2298520799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.460 {time zone boundary case 2042-10-26 01:00:00} {detroit y2038} {
- clock format 2297916000 -format {%H:%M:%S %z %Z} \
+test clock-5.460 {time zone boundary case 2042-11-02 01:00:00} {detroit y2038} {
+ clock format 2298520800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.461 {time zone boundary case 2042-10-26 01:00:01} {detroit y2038} {
- clock format 2297916001 -format {%H:%M:%S %z %Z} \
+test clock-5.461 {time zone boundary case 2042-11-02 01:00:01} {detroit y2038} {
+ clock format 2298520801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.462 {time zone boundary case 2043-04-05 01:59:59} {detroit y2038} {
- clock format 2311829999 -format {%H:%M:%S %z %Z} \
+test clock-5.462 {time zone boundary case 2043-03-08 01:59:59} {detroit y2038} {
+ clock format 2309410799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.463 {time zone boundary case 2043-04-05 03:00:00} {detroit y2038} {
- clock format 2311830000 -format {%H:%M:%S %z %Z} \
+test clock-5.463 {time zone boundary case 2043-03-08 03:00:00} {detroit y2038} {
+ clock format 2309410800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.464 {time zone boundary case 2043-04-05 03:00:01} {detroit y2038} {
- clock format 2311830001 -format {%H:%M:%S %z %Z} \
+test clock-5.464 {time zone boundary case 2043-03-08 03:00:01} {detroit y2038} {
+ clock format 2309410801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.465 {time zone boundary case 2043-10-25 01:59:59} {detroit y2038} {
- clock format 2329365599 -format {%H:%M:%S %z %Z} \
+test clock-5.465 {time zone boundary case 2043-11-01 01:59:59} {detroit y2038} {
+ clock format 2329970399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.466 {time zone boundary case 2043-10-25 01:00:00} {detroit y2038} {
- clock format 2329365600 -format {%H:%M:%S %z %Z} \
+test clock-5.466 {time zone boundary case 2043-11-01 01:00:00} {detroit y2038} {
+ clock format 2329970400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.467 {time zone boundary case 2043-10-25 01:00:01} {detroit y2038} {
- clock format 2329365601 -format {%H:%M:%S %z %Z} \
+test clock-5.467 {time zone boundary case 2043-11-01 01:00:01} {detroit y2038} {
+ clock format 2329970401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.468 {time zone boundary case 2044-04-03 01:59:59} {detroit y2038} {
- clock format 2343279599 -format {%H:%M:%S %z %Z} \
+test clock-5.468 {time zone boundary case 2044-03-13 01:59:59} {detroit y2038} {
+ clock format 2341465199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.469 {time zone boundary case 2044-04-03 03:00:00} {detroit y2038} {
- clock format 2343279600 -format {%H:%M:%S %z %Z} \
+test clock-5.469 {time zone boundary case 2044-03-13 03:00:00} {detroit y2038} {
+ clock format 2341465200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.470 {time zone boundary case 2044-04-03 03:00:01} {detroit y2038} {
- clock format 2343279601 -format {%H:%M:%S %z %Z} \
+test clock-5.470 {time zone boundary case 2044-03-13 03:00:01} {detroit y2038} {
+ clock format 2341465201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.471 {time zone boundary case 2044-10-30 01:59:59} {detroit y2038} {
- clock format 2361419999 -format {%H:%M:%S %z %Z} \
+test clock-5.471 {time zone boundary case 2044-11-06 01:59:59} {detroit y2038} {
+ clock format 2362024799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.472 {time zone boundary case 2044-10-30 01:00:00} {detroit y2038} {
- clock format 2361420000 -format {%H:%M:%S %z %Z} \
+test clock-5.472 {time zone boundary case 2044-11-06 01:00:00} {detroit y2038} {
+ clock format 2362024800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.473 {time zone boundary case 2044-10-30 01:00:01} {detroit y2038} {
- clock format 2361420001 -format {%H:%M:%S %z %Z} \
+test clock-5.473 {time zone boundary case 2044-11-06 01:00:01} {detroit y2038} {
+ clock format 2362024801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.474 {time zone boundary case 2045-04-02 01:59:59} {detroit y2038} {
- clock format 2374729199 -format {%H:%M:%S %z %Z} \
+test clock-5.474 {time zone boundary case 2045-03-12 01:59:59} {detroit y2038} {
+ clock format 2372914799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.475 {time zone boundary case 2045-04-02 03:00:00} {detroit y2038} {
- clock format 2374729200 -format {%H:%M:%S %z %Z} \
+test clock-5.475 {time zone boundary case 2045-03-12 03:00:00} {detroit y2038} {
+ clock format 2372914800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.476 {time zone boundary case 2045-04-02 03:00:01} {detroit y2038} {
- clock format 2374729201 -format {%H:%M:%S %z %Z} \
+test clock-5.476 {time zone boundary case 2045-03-12 03:00:01} {detroit y2038} {
+ clock format 2372914801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.477 {time zone boundary case 2045-10-29 01:59:59} {detroit y2038} {
- clock format 2392869599 -format {%H:%M:%S %z %Z} \
+test clock-5.477 {time zone boundary case 2045-11-05 01:59:59} {detroit y2038} {
+ clock format 2393474399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.478 {time zone boundary case 2045-10-29 01:00:00} {detroit y2038} {
- clock format 2392869600 -format {%H:%M:%S %z %Z} \
+test clock-5.478 {time zone boundary case 2045-11-05 01:00:00} {detroit y2038} {
+ clock format 2393474400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.479 {time zone boundary case 2045-10-29 01:00:01} {detroit y2038} {
- clock format 2392869601 -format {%H:%M:%S %z %Z} \
+test clock-5.479 {time zone boundary case 2045-11-05 01:00:01} {detroit y2038} {
+ clock format 2393474401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.480 {time zone boundary case 2046-04-01 01:59:59} {detroit y2038} {
- clock format 2406178799 -format {%H:%M:%S %z %Z} \
+test clock-5.480 {time zone boundary case 2046-03-11 01:59:59} {detroit y2038} {
+ clock format 2404364399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.481 {time zone boundary case 2046-04-01 03:00:00} {detroit y2038} {
- clock format 2406178800 -format {%H:%M:%S %z %Z} \
+test clock-5.481 {time zone boundary case 2046-03-11 03:00:00} {detroit y2038} {
+ clock format 2404364400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.482 {time zone boundary case 2046-04-01 03:00:01} {detroit y2038} {
- clock format 2406178801 -format {%H:%M:%S %z %Z} \
+test clock-5.482 {time zone boundary case 2046-03-11 03:00:01} {detroit y2038} {
+ clock format 2404364401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.483 {time zone boundary case 2046-10-28 01:59:59} {detroit y2038} {
- clock format 2424319199 -format {%H:%M:%S %z %Z} \
+test clock-5.483 {time zone boundary case 2046-11-04 01:59:59} {detroit y2038} {
+ clock format 2424923999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.484 {time zone boundary case 2046-10-28 01:00:00} {detroit y2038} {
- clock format 2424319200 -format {%H:%M:%S %z %Z} \
+test clock-5.484 {time zone boundary case 2046-11-04 01:00:00} {detroit y2038} {
+ clock format 2424924000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.485 {time zone boundary case 2046-10-28 01:00:01} {detroit y2038} {
- clock format 2424319201 -format {%H:%M:%S %z %Z} \
+test clock-5.485 {time zone boundary case 2046-11-04 01:00:01} {detroit y2038} {
+ clock format 2424924001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.486 {time zone boundary case 2047-04-07 01:59:59} {detroit y2038} {
- clock format 2438233199 -format {%H:%M:%S %z %Z} \
+test clock-5.486 {time zone boundary case 2047-03-10 01:59:59} {detroit y2038} {
+ clock format 2435813999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.487 {time zone boundary case 2047-04-07 03:00:00} {detroit y2038} {
- clock format 2438233200 -format {%H:%M:%S %z %Z} \
+test clock-5.487 {time zone boundary case 2047-03-10 03:00:00} {detroit y2038} {
+ clock format 2435814000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.488 {time zone boundary case 2047-04-07 03:00:01} {detroit y2038} {
- clock format 2438233201 -format {%H:%M:%S %z %Z} \
+test clock-5.488 {time zone boundary case 2047-03-10 03:00:01} {detroit y2038} {
+ clock format 2435814001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.489 {time zone boundary case 2047-10-27 01:59:59} {detroit y2038} {
- clock format 2455768799 -format {%H:%M:%S %z %Z} \
+test clock-5.489 {time zone boundary case 2047-11-03 01:59:59} {detroit y2038} {
+ clock format 2456373599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.490 {time zone boundary case 2047-10-27 01:00:00} {detroit y2038} {
- clock format 2455768800 -format {%H:%M:%S %z %Z} \
+test clock-5.490 {time zone boundary case 2047-11-03 01:00:00} {detroit y2038} {
+ clock format 2456373600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.491 {time zone boundary case 2047-10-27 01:00:01} {detroit y2038} {
- clock format 2455768801 -format {%H:%M:%S %z %Z} \
+test clock-5.491 {time zone boundary case 2047-11-03 01:00:01} {detroit y2038} {
+ clock format 2456373601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.492 {time zone boundary case 2048-04-05 01:59:59} {detroit y2038} {
- clock format 2469682799 -format {%H:%M:%S %z %Z} \
+test clock-5.492 {time zone boundary case 2048-03-08 01:59:59} {detroit y2038} {
+ clock format 2467263599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.493 {time zone boundary case 2048-04-05 03:00:00} {detroit y2038} {
- clock format 2469682800 -format {%H:%M:%S %z %Z} \
+test clock-5.493 {time zone boundary case 2048-03-08 03:00:00} {detroit y2038} {
+ clock format 2467263600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.494 {time zone boundary case 2048-04-05 03:00:01} {detroit y2038} {
- clock format 2469682801 -format {%H:%M:%S %z %Z} \
+test clock-5.494 {time zone boundary case 2048-03-08 03:00:01} {detroit y2038} {
+ clock format 2467263601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.495 {time zone boundary case 2048-10-25 01:59:59} {detroit y2038} {
- clock format 2487218399 -format {%H:%M:%S %z %Z} \
+test clock-5.495 {time zone boundary case 2048-11-01 01:59:59} {detroit y2038} {
+ clock format 2487823199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.496 {time zone boundary case 2048-10-25 01:00:00} {detroit y2038} {
- clock format 2487218400 -format {%H:%M:%S %z %Z} \
+test clock-5.496 {time zone boundary case 2048-11-01 01:00:00} {detroit y2038} {
+ clock format 2487823200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.497 {time zone boundary case 2048-10-25 01:00:01} {detroit y2038} {
- clock format 2487218401 -format {%H:%M:%S %z %Z} \
+test clock-5.497 {time zone boundary case 2048-11-01 01:00:01} {detroit y2038} {
+ clock format 2487823201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.498 {time zone boundary case 2049-04-04 01:59:59} {detroit y2038} {
- clock format 2501132399 -format {%H:%M:%S %z %Z} \
+test clock-5.498 {time zone boundary case 2049-03-14 01:59:59} {detroit y2038} {
+ clock format 2499317999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.499 {time zone boundary case 2049-04-04 03:00:00} {detroit y2038} {
- clock format 2501132400 -format {%H:%M:%S %z %Z} \
+test clock-5.499 {time zone boundary case 2049-03-14 03:00:00} {detroit y2038} {
+ clock format 2499318000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.500 {time zone boundary case 2049-04-04 03:00:01} {detroit y2038} {
- clock format 2501132401 -format {%H:%M:%S %z %Z} \
+test clock-5.500 {time zone boundary case 2049-03-14 03:00:01} {detroit y2038} {
+ clock format 2499318001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.501 {time zone boundary case 2049-10-31 01:59:59} {detroit y2038} {
- clock format 2519272799 -format {%H:%M:%S %z %Z} \
+test clock-5.501 {time zone boundary case 2049-11-07 01:59:59} {detroit y2038} {
+ clock format 2519877599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.502 {time zone boundary case 2049-10-31 01:00:00} {detroit y2038} {
- clock format 2519272800 -format {%H:%M:%S %z %Z} \
+test clock-5.502 {time zone boundary case 2049-11-07 01:00:00} {detroit y2038} {
+ clock format 2519877600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.503 {time zone boundary case 2049-10-31 01:00:01} {detroit y2038} {
- clock format 2519272801 -format {%H:%M:%S %z %Z} \
+test clock-5.503 {time zone boundary case 2049-11-07 01:00:01} {detroit y2038} {
+ clock format 2519877601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.504 {time zone boundary case 2050-04-03 01:59:59} {detroit y2038} {
- clock format 2532581999 -format {%H:%M:%S %z %Z} \
+test clock-5.504 {time zone boundary case 2050-03-13 01:59:59} {detroit y2038} {
+ clock format 2530767599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.505 {time zone boundary case 2050-04-03 03:00:00} {detroit y2038} {
- clock format 2532582000 -format {%H:%M:%S %z %Z} \
+test clock-5.505 {time zone boundary case 2050-03-13 03:00:00} {detroit y2038} {
+ clock format 2530767600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.506 {time zone boundary case 2050-04-03 03:00:01} {detroit y2038} {
- clock format 2532582001 -format {%H:%M:%S %z %Z} \
+test clock-5.506 {time zone boundary case 2050-03-13 03:00:01} {detroit y2038} {
+ clock format 2530767601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.507 {time zone boundary case 2050-10-30 01:59:59} {detroit y2038} {
- clock format 2550722399 -format {%H:%M:%S %z %Z} \
+test clock-5.507 {time zone boundary case 2050-11-06 01:59:59} {detroit y2038} {
+ clock format 2551327199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.508 {time zone boundary case 2050-10-30 01:00:00} {detroit y2038} {
- clock format 2550722400 -format {%H:%M:%S %z %Z} \
+test clock-5.508 {time zone boundary case 2050-11-06 01:00:00} {detroit y2038} {
+ clock format 2551327200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.509 {time zone boundary case 2050-10-30 01:00:01} {detroit y2038} {
- clock format 2550722401 -format {%H:%M:%S %z %Z} \
+test clock-5.509 {time zone boundary case 2050-11-06 01:00:01} {detroit y2038} {
+ clock format 2551327201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.510 {time zone boundary case 2051-04-02 01:59:59} {detroit y2038} {
- clock format 2564031599 -format {%H:%M:%S %z %Z} \
+test clock-5.510 {time zone boundary case 2051-03-12 01:59:59} {detroit y2038} {
+ clock format 2562217199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.511 {time zone boundary case 2051-04-02 03:00:00} {detroit y2038} {
- clock format 2564031600 -format {%H:%M:%S %z %Z} \
+test clock-5.511 {time zone boundary case 2051-03-12 03:00:00} {detroit y2038} {
+ clock format 2562217200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.512 {time zone boundary case 2051-04-02 03:00:01} {detroit y2038} {
- clock format 2564031601 -format {%H:%M:%S %z %Z} \
+test clock-5.512 {time zone boundary case 2051-03-12 03:00:01} {detroit y2038} {
+ clock format 2562217201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.513 {time zone boundary case 2051-10-29 01:59:59} {detroit y2038} {
- clock format 2582171999 -format {%H:%M:%S %z %Z} \
+test clock-5.513 {time zone boundary case 2051-11-05 01:59:59} {detroit y2038} {
+ clock format 2582776799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.514 {time zone boundary case 2051-10-29 01:00:00} {detroit y2038} {
- clock format 2582172000 -format {%H:%M:%S %z %Z} \
+test clock-5.514 {time zone boundary case 2051-11-05 01:00:00} {detroit y2038} {
+ clock format 2582776800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.515 {time zone boundary case 2051-10-29 01:00:01} {detroit y2038} {
- clock format 2582172001 -format {%H:%M:%S %z %Z} \
+test clock-5.515 {time zone boundary case 2051-11-05 01:00:01} {detroit y2038} {
+ clock format 2582776801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.516 {time zone boundary case 2052-04-07 01:59:59} {detroit y2038} {
- clock format 2596085999 -format {%H:%M:%S %z %Z} \
+test clock-5.516 {time zone boundary case 2052-03-10 01:59:59} {detroit y2038} {
+ clock format 2593666799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.517 {time zone boundary case 2052-04-07 03:00:00} {detroit y2038} {
- clock format 2596086000 -format {%H:%M:%S %z %Z} \
+test clock-5.517 {time zone boundary case 2052-03-10 03:00:00} {detroit y2038} {
+ clock format 2593666800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.518 {time zone boundary case 2052-04-07 03:00:01} {detroit y2038} {
- clock format 2596086001 -format {%H:%M:%S %z %Z} \
+test clock-5.518 {time zone boundary case 2052-03-10 03:00:01} {detroit y2038} {
+ clock format 2593666801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.519 {time zone boundary case 2052-10-27 01:59:59} {detroit y2038} {
- clock format 2613621599 -format {%H:%M:%S %z %Z} \
+test clock-5.519 {time zone boundary case 2052-11-03 01:59:59} {detroit y2038} {
+ clock format 2614226399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.520 {time zone boundary case 2052-10-27 01:00:00} {detroit y2038} {
- clock format 2613621600 -format {%H:%M:%S %z %Z} \
+test clock-5.520 {time zone boundary case 2052-11-03 01:00:00} {detroit y2038} {
+ clock format 2614226400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.521 {time zone boundary case 2052-10-27 01:00:01} {detroit y2038} {
- clock format 2613621601 -format {%H:%M:%S %z %Z} \
+test clock-5.521 {time zone boundary case 2052-11-03 01:00:01} {detroit y2038} {
+ clock format 2614226401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.522 {time zone boundary case 2053-04-06 01:59:59} {detroit y2038} {
- clock format 2627535599 -format {%H:%M:%S %z %Z} \
+test clock-5.522 {time zone boundary case 2053-03-09 01:59:59} {detroit y2038} {
+ clock format 2625116399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.523 {time zone boundary case 2053-04-06 03:00:00} {detroit y2038} {
- clock format 2627535600 -format {%H:%M:%S %z %Z} \
+test clock-5.523 {time zone boundary case 2053-03-09 03:00:00} {detroit y2038} {
+ clock format 2625116400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.524 {time zone boundary case 2053-04-06 03:00:01} {detroit y2038} {
- clock format 2627535601 -format {%H:%M:%S %z %Z} \
+test clock-5.524 {time zone boundary case 2053-03-09 03:00:01} {detroit y2038} {
+ clock format 2625116401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.525 {time zone boundary case 2053-10-26 01:59:59} {detroit y2038} {
- clock format 2645071199 -format {%H:%M:%S %z %Z} \
+test clock-5.525 {time zone boundary case 2053-11-02 01:59:59} {detroit y2038} {
+ clock format 2645675999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.526 {time zone boundary case 2053-10-26 01:00:00} {detroit y2038} {
- clock format 2645071200 -format {%H:%M:%S %z %Z} \
+test clock-5.526 {time zone boundary case 2053-11-02 01:00:00} {detroit y2038} {
+ clock format 2645676000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.527 {time zone boundary case 2053-10-26 01:00:01} {detroit y2038} {
- clock format 2645071201 -format {%H:%M:%S %z %Z} \
+test clock-5.527 {time zone boundary case 2053-11-02 01:00:01} {detroit y2038} {
+ clock format 2645676001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.528 {time zone boundary case 2054-04-05 01:59:59} {detroit y2038} {
- clock format 2658985199 -format {%H:%M:%S %z %Z} \
+test clock-5.528 {time zone boundary case 2054-03-08 01:59:59} {detroit y2038} {
+ clock format 2656565999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.529 {time zone boundary case 2054-04-05 03:00:00} {detroit y2038} {
- clock format 2658985200 -format {%H:%M:%S %z %Z} \
+test clock-5.529 {time zone boundary case 2054-03-08 03:00:00} {detroit y2038} {
+ clock format 2656566000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.530 {time zone boundary case 2054-04-05 03:00:01} {detroit y2038} {
- clock format 2658985201 -format {%H:%M:%S %z %Z} \
+test clock-5.530 {time zone boundary case 2054-03-08 03:00:01} {detroit y2038} {
+ clock format 2656566001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.531 {time zone boundary case 2054-10-25 01:59:59} {detroit y2038} {
- clock format 2676520799 -format {%H:%M:%S %z %Z} \
+test clock-5.531 {time zone boundary case 2054-11-01 01:59:59} {detroit y2038} {
+ clock format 2677125599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.532 {time zone boundary case 2054-10-25 01:00:00} {detroit y2038} {
- clock format 2676520800 -format {%H:%M:%S %z %Z} \
+test clock-5.532 {time zone boundary case 2054-11-01 01:00:00} {detroit y2038} {
+ clock format 2677125600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.533 {time zone boundary case 2054-10-25 01:00:01} {detroit y2038} {
- clock format 2676520801 -format {%H:%M:%S %z %Z} \
+test clock-5.533 {time zone boundary case 2054-11-01 01:00:01} {detroit y2038} {
+ clock format 2677125601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.534 {time zone boundary case 2055-04-04 01:59:59} {detroit y2038} {
- clock format 2690434799 -format {%H:%M:%S %z %Z} \
+test clock-5.534 {time zone boundary case 2055-03-14 01:59:59} {detroit y2038} {
+ clock format 2688620399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.535 {time zone boundary case 2055-04-04 03:00:00} {detroit y2038} {
- clock format 2690434800 -format {%H:%M:%S %z %Z} \
+test clock-5.535 {time zone boundary case 2055-03-14 03:00:00} {detroit y2038} {
+ clock format 2688620400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.536 {time zone boundary case 2055-04-04 03:00:01} {detroit y2038} {
- clock format 2690434801 -format {%H:%M:%S %z %Z} \
+test clock-5.536 {time zone boundary case 2055-03-14 03:00:01} {detroit y2038} {
+ clock format 2688620401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.537 {time zone boundary case 2055-10-31 01:59:59} {detroit y2038} {
- clock format 2708575199 -format {%H:%M:%S %z %Z} \
+test clock-5.537 {time zone boundary case 2055-11-07 01:59:59} {detroit y2038} {
+ clock format 2709179999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.538 {time zone boundary case 2055-10-31 01:00:00} {detroit y2038} {
- clock format 2708575200 -format {%H:%M:%S %z %Z} \
+test clock-5.538 {time zone boundary case 2055-11-07 01:00:00} {detroit y2038} {
+ clock format 2709180000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.539 {time zone boundary case 2055-10-31 01:00:01} {detroit y2038} {
- clock format 2708575201 -format {%H:%M:%S %z %Z} \
+test clock-5.539 {time zone boundary case 2055-11-07 01:00:01} {detroit y2038} {
+ clock format 2709180001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.540 {time zone boundary case 2056-04-02 01:59:59} {detroit y2038} {
- clock format 2721884399 -format {%H:%M:%S %z %Z} \
+test clock-5.540 {time zone boundary case 2056-03-12 01:59:59} {detroit y2038} {
+ clock format 2720069999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.541 {time zone boundary case 2056-04-02 03:00:00} {detroit y2038} {
- clock format 2721884400 -format {%H:%M:%S %z %Z} \
+test clock-5.541 {time zone boundary case 2056-03-12 03:00:00} {detroit y2038} {
+ clock format 2720070000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.542 {time zone boundary case 2056-04-02 03:00:01} {detroit y2038} {
- clock format 2721884401 -format {%H:%M:%S %z %Z} \
+test clock-5.542 {time zone boundary case 2056-03-12 03:00:01} {detroit y2038} {
+ clock format 2720070001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.543 {time zone boundary case 2056-10-29 01:59:59} {detroit y2038} {
- clock format 2740024799 -format {%H:%M:%S %z %Z} \
+test clock-5.543 {time zone boundary case 2056-11-05 01:59:59} {detroit y2038} {
+ clock format 2740629599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.544 {time zone boundary case 2056-10-29 01:00:00} {detroit y2038} {
- clock format 2740024800 -format {%H:%M:%S %z %Z} \
+test clock-5.544 {time zone boundary case 2056-11-05 01:00:00} {detroit y2038} {
+ clock format 2740629600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.545 {time zone boundary case 2056-10-29 01:00:01} {detroit y2038} {
- clock format 2740024801 -format {%H:%M:%S %z %Z} \
+test clock-5.545 {time zone boundary case 2056-11-05 01:00:01} {detroit y2038} {
+ clock format 2740629601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.546 {time zone boundary case 2057-04-01 01:59:59} {detroit y2038} {
- clock format 2753333999 -format {%H:%M:%S %z %Z} \
+test clock-5.546 {time zone boundary case 2057-03-11 01:59:59} {detroit y2038} {
+ clock format 2751519599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.547 {time zone boundary case 2057-04-01 03:00:00} {detroit y2038} {
- clock format 2753334000 -format {%H:%M:%S %z %Z} \
+test clock-5.547 {time zone boundary case 2057-03-11 03:00:00} {detroit y2038} {
+ clock format 2751519600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.548 {time zone boundary case 2057-04-01 03:00:01} {detroit y2038} {
- clock format 2753334001 -format {%H:%M:%S %z %Z} \
+test clock-5.548 {time zone boundary case 2057-03-11 03:00:01} {detroit y2038} {
+ clock format 2751519601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.549 {time zone boundary case 2057-10-28 01:59:59} {detroit y2038} {
- clock format 2771474399 -format {%H:%M:%S %z %Z} \
+test clock-5.549 {time zone boundary case 2057-11-04 01:59:59} {detroit y2038} {
+ clock format 2772079199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.550 {time zone boundary case 2057-10-28 01:00:00} {detroit y2038} {
- clock format 2771474400 -format {%H:%M:%S %z %Z} \
+test clock-5.550 {time zone boundary case 2057-11-04 01:00:00} {detroit y2038} {
+ clock format 2772079200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.551 {time zone boundary case 2057-10-28 01:00:01} {detroit y2038} {
- clock format 2771474401 -format {%H:%M:%S %z %Z} \
+test clock-5.551 {time zone boundary case 2057-11-04 01:00:01} {detroit y2038} {
+ clock format 2772079201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.552 {time zone boundary case 2058-04-07 01:59:59} {detroit y2038} {
- clock format 2785388399 -format {%H:%M:%S %z %Z} \
+test clock-5.552 {time zone boundary case 2058-03-10 01:59:59} {detroit y2038} {
+ clock format 2782969199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.553 {time zone boundary case 2058-04-07 03:00:00} {detroit y2038} {
- clock format 2785388400 -format {%H:%M:%S %z %Z} \
+test clock-5.553 {time zone boundary case 2058-03-10 03:00:00} {detroit y2038} {
+ clock format 2782969200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.554 {time zone boundary case 2058-04-07 03:00:01} {detroit y2038} {
- clock format 2785388401 -format {%H:%M:%S %z %Z} \
+test clock-5.554 {time zone boundary case 2058-03-10 03:00:01} {detroit y2038} {
+ clock format 2782969201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.555 {time zone boundary case 2058-10-27 01:59:59} {detroit y2038} {
- clock format 2802923999 -format {%H:%M:%S %z %Z} \
+test clock-5.555 {time zone boundary case 2058-11-03 01:59:59} {detroit y2038} {
+ clock format 2803528799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.556 {time zone boundary case 2058-10-27 01:00:00} {detroit y2038} {
- clock format 2802924000 -format {%H:%M:%S %z %Z} \
+test clock-5.556 {time zone boundary case 2058-11-03 01:00:00} {detroit y2038} {
+ clock format 2803528800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.557 {time zone boundary case 2058-10-27 01:00:01} {detroit y2038} {
- clock format 2802924001 -format {%H:%M:%S %z %Z} \
+test clock-5.557 {time zone boundary case 2058-11-03 01:00:01} {detroit y2038} {
+ clock format 2803528801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.558 {time zone boundary case 2059-04-06 01:59:59} {detroit y2038} {
- clock format 2816837999 -format {%H:%M:%S %z %Z} \
+test clock-5.558 {time zone boundary case 2059-03-09 01:59:59} {detroit y2038} {
+ clock format 2814418799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.559 {time zone boundary case 2059-04-06 03:00:00} {detroit y2038} {
- clock format 2816838000 -format {%H:%M:%S %z %Z} \
+test clock-5.559 {time zone boundary case 2059-03-09 03:00:00} {detroit y2038} {
+ clock format 2814418800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.560 {time zone boundary case 2059-04-06 03:00:01} {detroit y2038} {
- clock format 2816838001 -format {%H:%M:%S %z %Z} \
+test clock-5.560 {time zone boundary case 2059-03-09 03:00:01} {detroit y2038} {
+ clock format 2814418801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.561 {time zone boundary case 2059-10-26 01:59:59} {detroit y2038} {
- clock format 2834373599 -format {%H:%M:%S %z %Z} \
+test clock-5.561 {time zone boundary case 2059-11-02 01:59:59} {detroit y2038} {
+ clock format 2834978399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.562 {time zone boundary case 2059-10-26 01:00:00} {detroit y2038} {
- clock format 2834373600 -format {%H:%M:%S %z %Z} \
+test clock-5.562 {time zone boundary case 2059-11-02 01:00:00} {detroit y2038} {
+ clock format 2834978400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.563 {time zone boundary case 2059-10-26 01:00:01} {detroit y2038} {
- clock format 2834373601 -format {%H:%M:%S %z %Z} \
+test clock-5.563 {time zone boundary case 2059-11-02 01:00:01} {detroit y2038} {
+ clock format 2834978401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.564 {time zone boundary case 2060-04-04 01:59:59} {detroit y2038} {
- clock format 2848287599 -format {%H:%M:%S %z %Z} \
+test clock-5.564 {time zone boundary case 2060-03-14 01:59:59} {detroit y2038} {
+ clock format 2846473199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.565 {time zone boundary case 2060-04-04 03:00:00} {detroit y2038} {
- clock format 2848287600 -format {%H:%M:%S %z %Z} \
+test clock-5.565 {time zone boundary case 2060-03-14 03:00:00} {detroit y2038} {
+ clock format 2846473200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.566 {time zone boundary case 2060-04-04 03:00:01} {detroit y2038} {
- clock format 2848287601 -format {%H:%M:%S %z %Z} \
+test clock-5.566 {time zone boundary case 2060-03-14 03:00:01} {detroit y2038} {
+ clock format 2846473201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.567 {time zone boundary case 2060-10-31 01:59:59} {detroit y2038} {
- clock format 2866427999 -format {%H:%M:%S %z %Z} \
+test clock-5.567 {time zone boundary case 2060-11-07 01:59:59} {detroit y2038} {
+ clock format 2867032799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.568 {time zone boundary case 2060-10-31 01:00:00} {detroit y2038} {
- clock format 2866428000 -format {%H:%M:%S %z %Z} \
+test clock-5.568 {time zone boundary case 2060-11-07 01:00:00} {detroit y2038} {
+ clock format 2867032800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.569 {time zone boundary case 2060-10-31 01:00:01} {detroit y2038} {
- clock format 2866428001 -format {%H:%M:%S %z %Z} \
+test clock-5.569 {time zone boundary case 2060-11-07 01:00:01} {detroit y2038} {
+ clock format 2867032801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.570 {time zone boundary case 2061-04-03 01:59:59} {detroit y2038} {
- clock format 2879737199 -format {%H:%M:%S %z %Z} \
+test clock-5.570 {time zone boundary case 2061-03-13 01:59:59} {detroit y2038} {
+ clock format 2877922799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.571 {time zone boundary case 2061-04-03 03:00:00} {detroit y2038} {
- clock format 2879737200 -format {%H:%M:%S %z %Z} \
+test clock-5.571 {time zone boundary case 2061-03-13 03:00:00} {detroit y2038} {
+ clock format 2877922800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.572 {time zone boundary case 2061-04-03 03:00:01} {detroit y2038} {
- clock format 2879737201 -format {%H:%M:%S %z %Z} \
+test clock-5.572 {time zone boundary case 2061-03-13 03:00:01} {detroit y2038} {
+ clock format 2877922801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.573 {time zone boundary case 2061-10-30 01:59:59} {detroit y2038} {
- clock format 2897877599 -format {%H:%M:%S %z %Z} \
+test clock-5.573 {time zone boundary case 2061-11-06 01:59:59} {detroit y2038} {
+ clock format 2898482399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.574 {time zone boundary case 2061-10-30 01:00:00} {detroit y2038} {
- clock format 2897877600 -format {%H:%M:%S %z %Z} \
+test clock-5.574 {time zone boundary case 2061-11-06 01:00:00} {detroit y2038} {
+ clock format 2898482400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.575 {time zone boundary case 2061-10-30 01:00:01} {detroit y2038} {
- clock format 2897877601 -format {%H:%M:%S %z %Z} \
+test clock-5.575 {time zone boundary case 2061-11-06 01:00:01} {detroit y2038} {
+ clock format 2898482401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.576 {time zone boundary case 2062-04-02 01:59:59} {detroit y2038} {
- clock format 2911186799 -format {%H:%M:%S %z %Z} \
+test clock-5.576 {time zone boundary case 2062-03-12 01:59:59} {detroit y2038} {
+ clock format 2909372399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.577 {time zone boundary case 2062-04-02 03:00:00} {detroit y2038} {
- clock format 2911186800 -format {%H:%M:%S %z %Z} \
+test clock-5.577 {time zone boundary case 2062-03-12 03:00:00} {detroit y2038} {
+ clock format 2909372400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.578 {time zone boundary case 2062-04-02 03:00:01} {detroit y2038} {
- clock format 2911186801 -format {%H:%M:%S %z %Z} \
+test clock-5.578 {time zone boundary case 2062-03-12 03:00:01} {detroit y2038} {
+ clock format 2909372401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.579 {time zone boundary case 2062-10-29 01:59:59} {detroit y2038} {
- clock format 2929327199 -format {%H:%M:%S %z %Z} \
+test clock-5.579 {time zone boundary case 2062-11-05 01:59:59} {detroit y2038} {
+ clock format 2929931999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.580 {time zone boundary case 2062-10-29 01:00:00} {detroit y2038} {
- clock format 2929327200 -format {%H:%M:%S %z %Z} \
+test clock-5.580 {time zone boundary case 2062-11-05 01:00:00} {detroit y2038} {
+ clock format 2929932000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.581 {time zone boundary case 2062-10-29 01:00:01} {detroit y2038} {
- clock format 2929327201 -format {%H:%M:%S %z %Z} \
+test clock-5.581 {time zone boundary case 2062-11-05 01:00:01} {detroit y2038} {
+ clock format 2929932001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.582 {time zone boundary case 2063-04-01 01:59:59} {detroit y2038} {
- clock format 2942636399 -format {%H:%M:%S %z %Z} \
+test clock-5.582 {time zone boundary case 2063-03-11 01:59:59} {detroit y2038} {
+ clock format 2940821999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.583 {time zone boundary case 2063-04-01 03:00:00} {detroit y2038} {
- clock format 2942636400 -format {%H:%M:%S %z %Z} \
+test clock-5.583 {time zone boundary case 2063-03-11 03:00:00} {detroit y2038} {
+ clock format 2940822000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.584 {time zone boundary case 2063-04-01 03:00:01} {detroit y2038} {
- clock format 2942636401 -format {%H:%M:%S %z %Z} \
+test clock-5.584 {time zone boundary case 2063-03-11 03:00:01} {detroit y2038} {
+ clock format 2940822001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.585 {time zone boundary case 2063-10-28 01:59:59} {detroit y2038} {
- clock format 2960776799 -format {%H:%M:%S %z %Z} \
+test clock-5.585 {time zone boundary case 2063-11-04 01:59:59} {detroit y2038} {
+ clock format 2961381599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.586 {time zone boundary case 2063-10-28 01:00:00} {detroit y2038} {
- clock format 2960776800 -format {%H:%M:%S %z %Z} \
+test clock-5.586 {time zone boundary case 2063-11-04 01:00:00} {detroit y2038} {
+ clock format 2961381600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.587 {time zone boundary case 2063-10-28 01:00:01} {detroit y2038} {
- clock format 2960776801 -format {%H:%M:%S %z %Z} \
+test clock-5.587 {time zone boundary case 2063-11-04 01:00:01} {detroit y2038} {
+ clock format 2961381601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.588 {time zone boundary case 2064-04-06 01:59:59} {detroit y2038} {
- clock format 2974690799 -format {%H:%M:%S %z %Z} \
+test clock-5.588 {time zone boundary case 2064-03-09 01:59:59} {detroit y2038} {
+ clock format 2972271599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.589 {time zone boundary case 2064-04-06 03:00:00} {detroit y2038} {
- clock format 2974690800 -format {%H:%M:%S %z %Z} \
+test clock-5.589 {time zone boundary case 2064-03-09 03:00:00} {detroit y2038} {
+ clock format 2972271600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.590 {time zone boundary case 2064-04-06 03:00:01} {detroit y2038} {
- clock format 2974690801 -format {%H:%M:%S %z %Z} \
+test clock-5.590 {time zone boundary case 2064-03-09 03:00:01} {detroit y2038} {
+ clock format 2972271601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.591 {time zone boundary case 2064-10-26 01:59:59} {detroit y2038} {
- clock format 2992226399 -format {%H:%M:%S %z %Z} \
+test clock-5.591 {time zone boundary case 2064-11-02 01:59:59} {detroit y2038} {
+ clock format 2992831199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.592 {time zone boundary case 2064-10-26 01:00:00} {detroit y2038} {
- clock format 2992226400 -format {%H:%M:%S %z %Z} \
+test clock-5.592 {time zone boundary case 2064-11-02 01:00:00} {detroit y2038} {
+ clock format 2992831200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.593 {time zone boundary case 2064-10-26 01:00:01} {detroit y2038} {
- clock format 2992226401 -format {%H:%M:%S %z %Z} \
+test clock-5.593 {time zone boundary case 2064-11-02 01:00:01} {detroit y2038} {
+ clock format 2992831201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.594 {time zone boundary case 2065-04-05 01:59:59} {detroit y2038} {
- clock format 3006140399 -format {%H:%M:%S %z %Z} \
+test clock-5.594 {time zone boundary case 2065-03-08 01:59:59} {detroit y2038} {
+ clock format 3003721199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.595 {time zone boundary case 2065-04-05 03:00:00} {detroit y2038} {
- clock format 3006140400 -format {%H:%M:%S %z %Z} \
+test clock-5.595 {time zone boundary case 2065-03-08 03:00:00} {detroit y2038} {
+ clock format 3003721200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.596 {time zone boundary case 2065-04-05 03:00:01} {detroit y2038} {
- clock format 3006140401 -format {%H:%M:%S %z %Z} \
+test clock-5.596 {time zone boundary case 2065-03-08 03:00:01} {detroit y2038} {
+ clock format 3003721201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.597 {time zone boundary case 2065-10-25 01:59:59} {detroit y2038} {
- clock format 3023675999 -format {%H:%M:%S %z %Z} \
+test clock-5.597 {time zone boundary case 2065-11-01 01:59:59} {detroit y2038} {
+ clock format 3024280799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.598 {time zone boundary case 2065-10-25 01:00:00} {detroit y2038} {
- clock format 3023676000 -format {%H:%M:%S %z %Z} \
+test clock-5.598 {time zone boundary case 2065-11-01 01:00:00} {detroit y2038} {
+ clock format 3024280800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.599 {time zone boundary case 2065-10-25 01:00:01} {detroit y2038} {
- clock format 3023676001 -format {%H:%M:%S %z %Z} \
+test clock-5.599 {time zone boundary case 2065-11-01 01:00:01} {detroit y2038} {
+ clock format 3024280801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.600 {time zone boundary case 2066-04-04 01:59:59} {detroit y2038} {
- clock format 3037589999 -format {%H:%M:%S %z %Z} \
+test clock-5.600 {time zone boundary case 2066-03-14 01:59:59} {detroit y2038} {
+ clock format 3035775599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.601 {time zone boundary case 2066-04-04 03:00:00} {detroit y2038} {
- clock format 3037590000 -format {%H:%M:%S %z %Z} \
+test clock-5.601 {time zone boundary case 2066-03-14 03:00:00} {detroit y2038} {
+ clock format 3035775600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.602 {time zone boundary case 2066-04-04 03:00:01} {detroit y2038} {
- clock format 3037590001 -format {%H:%M:%S %z %Z} \
+test clock-5.602 {time zone boundary case 2066-03-14 03:00:01} {detroit y2038} {
+ clock format 3035775601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.603 {time zone boundary case 2066-10-31 01:59:59} {detroit y2038} {
- clock format 3055730399 -format {%H:%M:%S %z %Z} \
+test clock-5.603 {time zone boundary case 2066-11-07 01:59:59} {detroit y2038} {
+ clock format 3056335199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.604 {time zone boundary case 2066-10-31 01:00:00} {detroit y2038} {
- clock format 3055730400 -format {%H:%M:%S %z %Z} \
+test clock-5.604 {time zone boundary case 2066-11-07 01:00:00} {detroit y2038} {
+ clock format 3056335200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.605 {time zone boundary case 2066-10-31 01:00:01} {detroit y2038} {
- clock format 3055730401 -format {%H:%M:%S %z %Z} \
+test clock-5.605 {time zone boundary case 2066-11-07 01:00:01} {detroit y2038} {
+ clock format 3056335201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.606 {time zone boundary case 2067-04-03 01:59:59} {detroit y2038} {
- clock format 3069039599 -format {%H:%M:%S %z %Z} \
+test clock-5.606 {time zone boundary case 2067-03-13 01:59:59} {detroit y2038} {
+ clock format 3067225199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.607 {time zone boundary case 2067-04-03 03:00:00} {detroit y2038} {
- clock format 3069039600 -format {%H:%M:%S %z %Z} \
+test clock-5.607 {time zone boundary case 2067-03-13 03:00:00} {detroit y2038} {
+ clock format 3067225200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.608 {time zone boundary case 2067-04-03 03:00:01} {detroit y2038} {
- clock format 3069039601 -format {%H:%M:%S %z %Z} \
+test clock-5.608 {time zone boundary case 2067-03-13 03:00:01} {detroit y2038} {
+ clock format 3067225201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.609 {time zone boundary case 2067-10-30 01:59:59} {detroit y2038} {
- clock format 3087179999 -format {%H:%M:%S %z %Z} \
+test clock-5.609 {time zone boundary case 2067-11-06 01:59:59} {detroit y2038} {
+ clock format 3087784799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.610 {time zone boundary case 2067-10-30 01:00:00} {detroit y2038} {
- clock format 3087180000 -format {%H:%M:%S %z %Z} \
+test clock-5.610 {time zone boundary case 2067-11-06 01:00:00} {detroit y2038} {
+ clock format 3087784800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.611 {time zone boundary case 2067-10-30 01:00:01} {detroit y2038} {
- clock format 3087180001 -format {%H:%M:%S %z %Z} \
+test clock-5.611 {time zone boundary case 2067-11-06 01:00:01} {detroit y2038} {
+ clock format 3087784801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.612 {time zone boundary case 2068-04-01 01:59:59} {detroit y2038} {
- clock format 3100489199 -format {%H:%M:%S %z %Z} \
+test clock-5.612 {time zone boundary case 2068-03-11 01:59:59} {detroit y2038} {
+ clock format 3098674799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.613 {time zone boundary case 2068-04-01 03:00:00} {detroit y2038} {
- clock format 3100489200 -format {%H:%M:%S %z %Z} \
+test clock-5.613 {time zone boundary case 2068-03-11 03:00:00} {detroit y2038} {
+ clock format 3098674800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.614 {time zone boundary case 2068-04-01 03:00:01} {detroit y2038} {
- clock format 3100489201 -format {%H:%M:%S %z %Z} \
+test clock-5.614 {time zone boundary case 2068-03-11 03:00:01} {detroit y2038} {
+ clock format 3098674801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.615 {time zone boundary case 2068-10-28 01:59:59} {detroit y2038} {
- clock format 3118629599 -format {%H:%M:%S %z %Z} \
+test clock-5.615 {time zone boundary case 2068-11-04 01:59:59} {detroit y2038} {
+ clock format 3119234399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.616 {time zone boundary case 2068-10-28 01:00:00} {detroit y2038} {
- clock format 3118629600 -format {%H:%M:%S %z %Z} \
+test clock-5.616 {time zone boundary case 2068-11-04 01:00:00} {detroit y2038} {
+ clock format 3119234400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.617 {time zone boundary case 2068-10-28 01:00:01} {detroit y2038} {
- clock format 3118629601 -format {%H:%M:%S %z %Z} \
+test clock-5.617 {time zone boundary case 2068-11-04 01:00:01} {detroit y2038} {
+ clock format 3119234401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.618 {time zone boundary case 2069-04-07 01:59:59} {detroit y2038} {
- clock format 3132543599 -format {%H:%M:%S %z %Z} \
+test clock-5.618 {time zone boundary case 2069-03-10 01:59:59} {detroit y2038} {
+ clock format 3130124399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.619 {time zone boundary case 2069-04-07 03:00:00} {detroit y2038} {
- clock format 3132543600 -format {%H:%M:%S %z %Z} \
+test clock-5.619 {time zone boundary case 2069-03-10 03:00:00} {detroit y2038} {
+ clock format 3130124400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.620 {time zone boundary case 2069-04-07 03:00:01} {detroit y2038} {
- clock format 3132543601 -format {%H:%M:%S %z %Z} \
+test clock-5.620 {time zone boundary case 2069-03-10 03:00:01} {detroit y2038} {
+ clock format 3130124401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.621 {time zone boundary case 2069-10-27 01:59:59} {detroit y2038} {
- clock format 3150079199 -format {%H:%M:%S %z %Z} \
+test clock-5.621 {time zone boundary case 2069-11-03 01:59:59} {detroit y2038} {
+ clock format 3150683999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.622 {time zone boundary case 2069-10-27 01:00:00} {detroit y2038} {
- clock format 3150079200 -format {%H:%M:%S %z %Z} \
+test clock-5.622 {time zone boundary case 2069-11-03 01:00:00} {detroit y2038} {
+ clock format 3150684000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.623 {time zone boundary case 2069-10-27 01:00:01} {detroit y2038} {
- clock format 3150079201 -format {%H:%M:%S %z %Z} \
+test clock-5.623 {time zone boundary case 2069-11-03 01:00:01} {detroit y2038} {
+ clock format 3150684001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.624 {time zone boundary case 2070-04-06 01:59:59} {detroit y2038} {
- clock format 3163993199 -format {%H:%M:%S %z %Z} \
+test clock-5.624 {time zone boundary case 2070-03-09 01:59:59} {detroit y2038} {
+ clock format 3161573999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.625 {time zone boundary case 2070-04-06 03:00:00} {detroit y2038} {
- clock format 3163993200 -format {%H:%M:%S %z %Z} \
+test clock-5.625 {time zone boundary case 2070-03-09 03:00:00} {detroit y2038} {
+ clock format 3161574000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.626 {time zone boundary case 2070-04-06 03:00:01} {detroit y2038} {
- clock format 3163993201 -format {%H:%M:%S %z %Z} \
+test clock-5.626 {time zone boundary case 2070-03-09 03:00:01} {detroit y2038} {
+ clock format 3161574001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.627 {time zone boundary case 2070-10-26 01:59:59} {detroit y2038} {
- clock format 3181528799 -format {%H:%M:%S %z %Z} \
+test clock-5.627 {time zone boundary case 2070-11-02 01:59:59} {detroit y2038} {
+ clock format 3182133599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.628 {time zone boundary case 2070-10-26 01:00:00} {detroit y2038} {
- clock format 3181528800 -format {%H:%M:%S %z %Z} \
+test clock-5.628 {time zone boundary case 2070-11-02 01:00:00} {detroit y2038} {
+ clock format 3182133600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.629 {time zone boundary case 2070-10-26 01:00:01} {detroit y2038} {
- clock format 3181528801 -format {%H:%M:%S %z %Z} \
+test clock-5.629 {time zone boundary case 2070-11-02 01:00:01} {detroit y2038} {
+ clock format 3182133601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.630 {time zone boundary case 2071-04-05 01:59:59} {detroit y2038} {
- clock format 3195442799 -format {%H:%M:%S %z %Z} \
+test clock-5.630 {time zone boundary case 2071-03-08 01:59:59} {detroit y2038} {
+ clock format 3193023599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.631 {time zone boundary case 2071-04-05 03:00:00} {detroit y2038} {
- clock format 3195442800 -format {%H:%M:%S %z %Z} \
+test clock-5.631 {time zone boundary case 2071-03-08 03:00:00} {detroit y2038} {
+ clock format 3193023600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.632 {time zone boundary case 2071-04-05 03:00:01} {detroit y2038} {
- clock format 3195442801 -format {%H:%M:%S %z %Z} \
+test clock-5.632 {time zone boundary case 2071-03-08 03:00:01} {detroit y2038} {
+ clock format 3193023601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.633 {time zone boundary case 2071-10-25 01:59:59} {detroit y2038} {
- clock format 3212978399 -format {%H:%M:%S %z %Z} \
+test clock-5.633 {time zone boundary case 2071-11-01 01:59:59} {detroit y2038} {
+ clock format 3213583199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.634 {time zone boundary case 2071-10-25 01:00:00} {detroit y2038} {
- clock format 3212978400 -format {%H:%M:%S %z %Z} \
+test clock-5.634 {time zone boundary case 2071-11-01 01:00:00} {detroit y2038} {
+ clock format 3213583200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.635 {time zone boundary case 2071-10-25 01:00:01} {detroit y2038} {
- clock format 3212978401 -format {%H:%M:%S %z %Z} \
+test clock-5.635 {time zone boundary case 2071-11-01 01:00:01} {detroit y2038} {
+ clock format 3213583201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.636 {time zone boundary case 2072-04-03 01:59:59} {detroit y2038} {
- clock format 3226892399 -format {%H:%M:%S %z %Z} \
+test clock-5.636 {time zone boundary case 2072-03-13 01:59:59} {detroit y2038} {
+ clock format 3225077999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.637 {time zone boundary case 2072-04-03 03:00:00} {detroit y2038} {
- clock format 3226892400 -format {%H:%M:%S %z %Z} \
+test clock-5.637 {time zone boundary case 2072-03-13 03:00:00} {detroit y2038} {
+ clock format 3225078000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.638 {time zone boundary case 2072-04-03 03:00:01} {detroit y2038} {
- clock format 3226892401 -format {%H:%M:%S %z %Z} \
+test clock-5.638 {time zone boundary case 2072-03-13 03:00:01} {detroit y2038} {
+ clock format 3225078001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.639 {time zone boundary case 2072-10-30 01:59:59} {detroit y2038} {
- clock format 3245032799 -format {%H:%M:%S %z %Z} \
+test clock-5.639 {time zone boundary case 2072-11-06 01:59:59} {detroit y2038} {
+ clock format 3245637599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.640 {time zone boundary case 2072-10-30 01:00:00} {detroit y2038} {
- clock format 3245032800 -format {%H:%M:%S %z %Z} \
+test clock-5.640 {time zone boundary case 2072-11-06 01:00:00} {detroit y2038} {
+ clock format 3245637600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.641 {time zone boundary case 2072-10-30 01:00:01} {detroit y2038} {
- clock format 3245032801 -format {%H:%M:%S %z %Z} \
+test clock-5.641 {time zone boundary case 2072-11-06 01:00:01} {detroit y2038} {
+ clock format 3245637601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.642 {time zone boundary case 2073-04-02 01:59:59} {detroit y2038} {
- clock format 3258341999 -format {%H:%M:%S %z %Z} \
+test clock-5.642 {time zone boundary case 2073-03-12 01:59:59} {detroit y2038} {
+ clock format 3256527599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.643 {time zone boundary case 2073-04-02 03:00:00} {detroit y2038} {
- clock format 3258342000 -format {%H:%M:%S %z %Z} \
+test clock-5.643 {time zone boundary case 2073-03-12 03:00:00} {detroit y2038} {
+ clock format 3256527600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.644 {time zone boundary case 2073-04-02 03:00:01} {detroit y2038} {
- clock format 3258342001 -format {%H:%M:%S %z %Z} \
+test clock-5.644 {time zone boundary case 2073-03-12 03:00:01} {detroit y2038} {
+ clock format 3256527601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.645 {time zone boundary case 2073-10-29 01:59:59} {detroit y2038} {
- clock format 3276482399 -format {%H:%M:%S %z %Z} \
+test clock-5.645 {time zone boundary case 2073-11-05 01:59:59} {detroit y2038} {
+ clock format 3277087199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.646 {time zone boundary case 2073-10-29 01:00:00} {detroit y2038} {
- clock format 3276482400 -format {%H:%M:%S %z %Z} \
+test clock-5.646 {time zone boundary case 2073-11-05 01:00:00} {detroit y2038} {
+ clock format 3277087200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.647 {time zone boundary case 2073-10-29 01:00:01} {detroit y2038} {
- clock format 3276482401 -format {%H:%M:%S %z %Z} \
+test clock-5.647 {time zone boundary case 2073-11-05 01:00:01} {detroit y2038} {
+ clock format 3277087201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.648 {time zone boundary case 2074-04-01 01:59:59} {detroit y2038} {
- clock format 3289791599 -format {%H:%M:%S %z %Z} \
+test clock-5.648 {time zone boundary case 2074-03-11 01:59:59} {detroit y2038} {
+ clock format 3287977199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.649 {time zone boundary case 2074-04-01 03:00:00} {detroit y2038} {
- clock format 3289791600 -format {%H:%M:%S %z %Z} \
+test clock-5.649 {time zone boundary case 2074-03-11 03:00:00} {detroit y2038} {
+ clock format 3287977200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.650 {time zone boundary case 2074-04-01 03:00:01} {detroit y2038} {
- clock format 3289791601 -format {%H:%M:%S %z %Z} \
+test clock-5.650 {time zone boundary case 2074-03-11 03:00:01} {detroit y2038} {
+ clock format 3287977201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.651 {time zone boundary case 2074-10-28 01:59:59} {detroit y2038} {
- clock format 3307931999 -format {%H:%M:%S %z %Z} \
+test clock-5.651 {time zone boundary case 2074-11-04 01:59:59} {detroit y2038} {
+ clock format 3308536799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.652 {time zone boundary case 2074-10-28 01:00:00} {detroit y2038} {
- clock format 3307932000 -format {%H:%M:%S %z %Z} \
+test clock-5.652 {time zone boundary case 2074-11-04 01:00:00} {detroit y2038} {
+ clock format 3308536800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.653 {time zone boundary case 2074-10-28 01:00:01} {detroit y2038} {
- clock format 3307932001 -format {%H:%M:%S %z %Z} \
+test clock-5.653 {time zone boundary case 2074-11-04 01:00:01} {detroit y2038} {
+ clock format 3308536801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.654 {time zone boundary case 2075-04-07 01:59:59} {detroit y2038} {
- clock format 3321845999 -format {%H:%M:%S %z %Z} \
+test clock-5.654 {time zone boundary case 2075-03-10 01:59:59} {detroit y2038} {
+ clock format 3319426799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.655 {time zone boundary case 2075-04-07 03:00:00} {detroit y2038} {
- clock format 3321846000 -format {%H:%M:%S %z %Z} \
+test clock-5.655 {time zone boundary case 2075-03-10 03:00:00} {detroit y2038} {
+ clock format 3319426800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.656 {time zone boundary case 2075-04-07 03:00:01} {detroit y2038} {
- clock format 3321846001 -format {%H:%M:%S %z %Z} \
+test clock-5.656 {time zone boundary case 2075-03-10 03:00:01} {detroit y2038} {
+ clock format 3319426801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.657 {time zone boundary case 2075-10-27 01:59:59} {detroit y2038} {
- clock format 3339381599 -format {%H:%M:%S %z %Z} \
+test clock-5.657 {time zone boundary case 2075-11-03 01:59:59} {detroit y2038} {
+ clock format 3339986399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.658 {time zone boundary case 2075-10-27 01:00:00} {detroit y2038} {
- clock format 3339381600 -format {%H:%M:%S %z %Z} \
+test clock-5.658 {time zone boundary case 2075-11-03 01:00:00} {detroit y2038} {
+ clock format 3339986400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.659 {time zone boundary case 2075-10-27 01:00:01} {detroit y2038} {
- clock format 3339381601 -format {%H:%M:%S %z %Z} \
+test clock-5.659 {time zone boundary case 2075-11-03 01:00:01} {detroit y2038} {
+ clock format 3339986401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.660 {time zone boundary case 2076-04-05 01:59:59} {detroit y2038} {
- clock format 3353295599 -format {%H:%M:%S %z %Z} \
+test clock-5.660 {time zone boundary case 2076-03-08 01:59:59} {detroit y2038} {
+ clock format 3350876399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.661 {time zone boundary case 2076-04-05 03:00:00} {detroit y2038} {
- clock format 3353295600 -format {%H:%M:%S %z %Z} \
+test clock-5.661 {time zone boundary case 2076-03-08 03:00:00} {detroit y2038} {
+ clock format 3350876400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.662 {time zone boundary case 2076-04-05 03:00:01} {detroit y2038} {
- clock format 3353295601 -format {%H:%M:%S %z %Z} \
+test clock-5.662 {time zone boundary case 2076-03-08 03:00:01} {detroit y2038} {
+ clock format 3350876401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.663 {time zone boundary case 2076-10-25 01:59:59} {detroit y2038} {
- clock format 3370831199 -format {%H:%M:%S %z %Z} \
+test clock-5.663 {time zone boundary case 2076-11-01 01:59:59} {detroit y2038} {
+ clock format 3371435999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.664 {time zone boundary case 2076-10-25 01:00:00} {detroit y2038} {
- clock format 3370831200 -format {%H:%M:%S %z %Z} \
+test clock-5.664 {time zone boundary case 2076-11-01 01:00:00} {detroit y2038} {
+ clock format 3371436000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.665 {time zone boundary case 2076-10-25 01:00:01} {detroit y2038} {
- clock format 3370831201 -format {%H:%M:%S %z %Z} \
+test clock-5.665 {time zone boundary case 2076-11-01 01:00:01} {detroit y2038} {
+ clock format 3371436001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.666 {time zone boundary case 2077-04-04 01:59:59} {detroit y2038} {
- clock format 3384745199 -format {%H:%M:%S %z %Z} \
+test clock-5.666 {time zone boundary case 2077-03-14 01:59:59} {detroit y2038} {
+ clock format 3382930799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.667 {time zone boundary case 2077-04-04 03:00:00} {detroit y2038} {
- clock format 3384745200 -format {%H:%M:%S %z %Z} \
+test clock-5.667 {time zone boundary case 2077-03-14 03:00:00} {detroit y2038} {
+ clock format 3382930800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.668 {time zone boundary case 2077-04-04 03:00:01} {detroit y2038} {
- clock format 3384745201 -format {%H:%M:%S %z %Z} \
+test clock-5.668 {time zone boundary case 2077-03-14 03:00:01} {detroit y2038} {
+ clock format 3382930801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.669 {time zone boundary case 2077-10-31 01:59:59} {detroit y2038} {
- clock format 3402885599 -format {%H:%M:%S %z %Z} \
+test clock-5.669 {time zone boundary case 2077-11-07 01:59:59} {detroit y2038} {
+ clock format 3403490399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.670 {time zone boundary case 2077-10-31 01:00:00} {detroit y2038} {
- clock format 3402885600 -format {%H:%M:%S %z %Z} \
+test clock-5.670 {time zone boundary case 2077-11-07 01:00:00} {detroit y2038} {
+ clock format 3403490400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.671 {time zone boundary case 2077-10-31 01:00:01} {detroit y2038} {
- clock format 3402885601 -format {%H:%M:%S %z %Z} \
+test clock-5.671 {time zone boundary case 2077-11-07 01:00:01} {detroit y2038} {
+ clock format 3403490401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.672 {time zone boundary case 2078-04-03 01:59:59} {detroit y2038} {
- clock format 3416194799 -format {%H:%M:%S %z %Z} \
+test clock-5.672 {time zone boundary case 2078-03-13 01:59:59} {detroit y2038} {
+ clock format 3414380399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.673 {time zone boundary case 2078-04-03 03:00:00} {detroit y2038} {
- clock format 3416194800 -format {%H:%M:%S %z %Z} \
+test clock-5.673 {time zone boundary case 2078-03-13 03:00:00} {detroit y2038} {
+ clock format 3414380400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.674 {time zone boundary case 2078-04-03 03:00:01} {detroit y2038} {
- clock format 3416194801 -format {%H:%M:%S %z %Z} \
+test clock-5.674 {time zone boundary case 2078-03-13 03:00:01} {detroit y2038} {
+ clock format 3414380401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.675 {time zone boundary case 2078-10-30 01:59:59} {detroit y2038} {
- clock format 3434335199 -format {%H:%M:%S %z %Z} \
+test clock-5.675 {time zone boundary case 2078-11-06 01:59:59} {detroit y2038} {
+ clock format 3434939999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.676 {time zone boundary case 2078-10-30 01:00:00} {detroit y2038} {
- clock format 3434335200 -format {%H:%M:%S %z %Z} \
+test clock-5.676 {time zone boundary case 2078-11-06 01:00:00} {detroit y2038} {
+ clock format 3434940000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.677 {time zone boundary case 2078-10-30 01:00:01} {detroit y2038} {
- clock format 3434335201 -format {%H:%M:%S %z %Z} \
+test clock-5.677 {time zone boundary case 2078-11-06 01:00:01} {detroit y2038} {
+ clock format 3434940001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.678 {time zone boundary case 2079-04-02 01:59:59} {detroit y2038} {
- clock format 3447644399 -format {%H:%M:%S %z %Z} \
+test clock-5.678 {time zone boundary case 2079-03-12 01:59:59} {detroit y2038} {
+ clock format 3445829999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.679 {time zone boundary case 2079-04-02 03:00:00} {detroit y2038} {
- clock format 3447644400 -format {%H:%M:%S %z %Z} \
+test clock-5.679 {time zone boundary case 2079-03-12 03:00:00} {detroit y2038} {
+ clock format 3445830000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.680 {time zone boundary case 2079-04-02 03:00:01} {detroit y2038} {
- clock format 3447644401 -format {%H:%M:%S %z %Z} \
+test clock-5.680 {time zone boundary case 2079-03-12 03:00:01} {detroit y2038} {
+ clock format 3445830001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.681 {time zone boundary case 2079-10-29 01:59:59} {detroit y2038} {
- clock format 3465784799 -format {%H:%M:%S %z %Z} \
+test clock-5.681 {time zone boundary case 2079-11-05 01:59:59} {detroit y2038} {
+ clock format 3466389599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.682 {time zone boundary case 2079-10-29 01:00:00} {detroit y2038} {
- clock format 3465784800 -format {%H:%M:%S %z %Z} \
+test clock-5.682 {time zone boundary case 2079-11-05 01:00:00} {detroit y2038} {
+ clock format 3466389600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.683 {time zone boundary case 2079-10-29 01:00:01} {detroit y2038} {
- clock format 3465784801 -format {%H:%M:%S %z %Z} \
+test clock-5.683 {time zone boundary case 2079-11-05 01:00:01} {detroit y2038} {
+ clock format 3466389601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.684 {time zone boundary case 2080-04-07 01:59:59} {detroit y2038} {
- clock format 3479698799 -format {%H:%M:%S %z %Z} \
+test clock-5.684 {time zone boundary case 2080-03-10 01:59:59} {detroit y2038} {
+ clock format 3477279599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.685 {time zone boundary case 2080-04-07 03:00:00} {detroit y2038} {
- clock format 3479698800 -format {%H:%M:%S %z %Z} \
+test clock-5.685 {time zone boundary case 2080-03-10 03:00:00} {detroit y2038} {
+ clock format 3477279600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.686 {time zone boundary case 2080-04-07 03:00:01} {detroit y2038} {
- clock format 3479698801 -format {%H:%M:%S %z %Z} \
+test clock-5.686 {time zone boundary case 2080-03-10 03:00:01} {detroit y2038} {
+ clock format 3477279601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.687 {time zone boundary case 2080-10-27 01:59:59} {detroit y2038} {
- clock format 3497234399 -format {%H:%M:%S %z %Z} \
+test clock-5.687 {time zone boundary case 2080-11-03 01:59:59} {detroit y2038} {
+ clock format 3497839199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.688 {time zone boundary case 2080-10-27 01:00:00} {detroit y2038} {
- clock format 3497234400 -format {%H:%M:%S %z %Z} \
+test clock-5.688 {time zone boundary case 2080-11-03 01:00:00} {detroit y2038} {
+ clock format 3497839200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.689 {time zone boundary case 2080-10-27 01:00:01} {detroit y2038} {
- clock format 3497234401 -format {%H:%M:%S %z %Z} \
+test clock-5.689 {time zone boundary case 2080-11-03 01:00:01} {detroit y2038} {
+ clock format 3497839201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.690 {time zone boundary case 2081-04-06 01:59:59} {detroit y2038} {
- clock format 3511148399 -format {%H:%M:%S %z %Z} \
+test clock-5.690 {time zone boundary case 2081-03-09 01:59:59} {detroit y2038} {
+ clock format 3508729199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.691 {time zone boundary case 2081-04-06 03:00:00} {detroit y2038} {
- clock format 3511148400 -format {%H:%M:%S %z %Z} \
+test clock-5.691 {time zone boundary case 2081-03-09 03:00:00} {detroit y2038} {
+ clock format 3508729200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.692 {time zone boundary case 2081-04-06 03:00:01} {detroit y2038} {
- clock format 3511148401 -format {%H:%M:%S %z %Z} \
+test clock-5.692 {time zone boundary case 2081-03-09 03:00:01} {detroit y2038} {
+ clock format 3508729201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.693 {time zone boundary case 2081-10-26 01:59:59} {detroit y2038} {
- clock format 3528683999 -format {%H:%M:%S %z %Z} \
+test clock-5.693 {time zone boundary case 2081-11-02 01:59:59} {detroit y2038} {
+ clock format 3529288799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.694 {time zone boundary case 2081-10-26 01:00:00} {detroit y2038} {
- clock format 3528684000 -format {%H:%M:%S %z %Z} \
+test clock-5.694 {time zone boundary case 2081-11-02 01:00:00} {detroit y2038} {
+ clock format 3529288800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.695 {time zone boundary case 2081-10-26 01:00:01} {detroit y2038} {
- clock format 3528684001 -format {%H:%M:%S %z %Z} \
+test clock-5.695 {time zone boundary case 2081-11-02 01:00:01} {detroit y2038} {
+ clock format 3529288801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.696 {time zone boundary case 2082-04-05 01:59:59} {detroit y2038} {
- clock format 3542597999 -format {%H:%M:%S %z %Z} \
+test clock-5.696 {time zone boundary case 2082-03-08 01:59:59} {detroit y2038} {
+ clock format 3540178799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.697 {time zone boundary case 2082-04-05 03:00:00} {detroit y2038} {
- clock format 3542598000 -format {%H:%M:%S %z %Z} \
+test clock-5.697 {time zone boundary case 2082-03-08 03:00:00} {detroit y2038} {
+ clock format 3540178800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.698 {time zone boundary case 2082-04-05 03:00:01} {detroit y2038} {
- clock format 3542598001 -format {%H:%M:%S %z %Z} \
+test clock-5.698 {time zone boundary case 2082-03-08 03:00:01} {detroit y2038} {
+ clock format 3540178801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.699 {time zone boundary case 2082-10-25 01:59:59} {detroit y2038} {
- clock format 3560133599 -format {%H:%M:%S %z %Z} \
+test clock-5.699 {time zone boundary case 2082-11-01 01:59:59} {detroit y2038} {
+ clock format 3560738399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.700 {time zone boundary case 2082-10-25 01:00:00} {detroit y2038} {
- clock format 3560133600 -format {%H:%M:%S %z %Z} \
+test clock-5.700 {time zone boundary case 2082-11-01 01:00:00} {detroit y2038} {
+ clock format 3560738400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.701 {time zone boundary case 2082-10-25 01:00:01} {detroit y2038} {
- clock format 3560133601 -format {%H:%M:%S %z %Z} \
+test clock-5.701 {time zone boundary case 2082-11-01 01:00:01} {detroit y2038} {
+ clock format 3560738401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.702 {time zone boundary case 2083-04-04 01:59:59} {detroit y2038} {
- clock format 3574047599 -format {%H:%M:%S %z %Z} \
+test clock-5.702 {time zone boundary case 2083-03-14 01:59:59} {detroit y2038} {
+ clock format 3572233199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.703 {time zone boundary case 2083-04-04 03:00:00} {detroit y2038} {
- clock format 3574047600 -format {%H:%M:%S %z %Z} \
+test clock-5.703 {time zone boundary case 2083-03-14 03:00:00} {detroit y2038} {
+ clock format 3572233200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.704 {time zone boundary case 2083-04-04 03:00:01} {detroit y2038} {
- clock format 3574047601 -format {%H:%M:%S %z %Z} \
+test clock-5.704 {time zone boundary case 2083-03-14 03:00:01} {detroit y2038} {
+ clock format 3572233201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.705 {time zone boundary case 2083-10-31 01:59:59} {detroit y2038} {
- clock format 3592187999 -format {%H:%M:%S %z %Z} \
+test clock-5.705 {time zone boundary case 2083-11-07 01:59:59} {detroit y2038} {
+ clock format 3592792799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.706 {time zone boundary case 2083-10-31 01:00:00} {detroit y2038} {
- clock format 3592188000 -format {%H:%M:%S %z %Z} \
+test clock-5.706 {time zone boundary case 2083-11-07 01:00:00} {detroit y2038} {
+ clock format 3592792800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.707 {time zone boundary case 2083-10-31 01:00:01} {detroit y2038} {
- clock format 3592188001 -format {%H:%M:%S %z %Z} \
+test clock-5.707 {time zone boundary case 2083-11-07 01:00:01} {detroit y2038} {
+ clock format 3592792801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.708 {time zone boundary case 2084-04-02 01:59:59} {detroit y2038} {
- clock format 3605497199 -format {%H:%M:%S %z %Z} \
+test clock-5.708 {time zone boundary case 2084-03-12 01:59:59} {detroit y2038} {
+ clock format 3603682799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.709 {time zone boundary case 2084-04-02 03:00:00} {detroit y2038} {
- clock format 3605497200 -format {%H:%M:%S %z %Z} \
+test clock-5.709 {time zone boundary case 2084-03-12 03:00:00} {detroit y2038} {
+ clock format 3603682800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.710 {time zone boundary case 2084-04-02 03:00:01} {detroit y2038} {
- clock format 3605497201 -format {%H:%M:%S %z %Z} \
+test clock-5.710 {time zone boundary case 2084-03-12 03:00:01} {detroit y2038} {
+ clock format 3603682801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.711 {time zone boundary case 2084-10-29 01:59:59} {detroit y2038} {
- clock format 3623637599 -format {%H:%M:%S %z %Z} \
+test clock-5.711 {time zone boundary case 2084-11-05 01:59:59} {detroit y2038} {
+ clock format 3624242399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.712 {time zone boundary case 2084-10-29 01:00:00} {detroit y2038} {
- clock format 3623637600 -format {%H:%M:%S %z %Z} \
+test clock-5.712 {time zone boundary case 2084-11-05 01:00:00} {detroit y2038} {
+ clock format 3624242400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.713 {time zone boundary case 2084-10-29 01:00:01} {detroit y2038} {
- clock format 3623637601 -format {%H:%M:%S %z %Z} \
+test clock-5.713 {time zone boundary case 2084-11-05 01:00:01} {detroit y2038} {
+ clock format 3624242401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.714 {time zone boundary case 2085-04-01 01:59:59} {detroit y2038} {
- clock format 3636946799 -format {%H:%M:%S %z %Z} \
+test clock-5.714 {time zone boundary case 2085-03-11 01:59:59} {detroit y2038} {
+ clock format 3635132399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.715 {time zone boundary case 2085-04-01 03:00:00} {detroit y2038} {
- clock format 3636946800 -format {%H:%M:%S %z %Z} \
+test clock-5.715 {time zone boundary case 2085-03-11 03:00:00} {detroit y2038} {
+ clock format 3635132400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.716 {time zone boundary case 2085-04-01 03:00:01} {detroit y2038} {
- clock format 3636946801 -format {%H:%M:%S %z %Z} \
+test clock-5.716 {time zone boundary case 2085-03-11 03:00:01} {detroit y2038} {
+ clock format 3635132401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.717 {time zone boundary case 2085-10-28 01:59:59} {detroit y2038} {
- clock format 3655087199 -format {%H:%M:%S %z %Z} \
+test clock-5.717 {time zone boundary case 2085-11-04 01:59:59} {detroit y2038} {
+ clock format 3655691999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.718 {time zone boundary case 2085-10-28 01:00:00} {detroit y2038} {
- clock format 3655087200 -format {%H:%M:%S %z %Z} \
+test clock-5.718 {time zone boundary case 2085-11-04 01:00:00} {detroit y2038} {
+ clock format 3655692000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.719 {time zone boundary case 2085-10-28 01:00:01} {detroit y2038} {
- clock format 3655087201 -format {%H:%M:%S %z %Z} \
+test clock-5.719 {time zone boundary case 2085-11-04 01:00:01} {detroit y2038} {
+ clock format 3655692001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.720 {time zone boundary case 2086-04-07 01:59:59} {detroit y2038} {
- clock format 3669001199 -format {%H:%M:%S %z %Z} \
+test clock-5.720 {time zone boundary case 2086-03-10 01:59:59} {detroit y2038} {
+ clock format 3666581999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.721 {time zone boundary case 2086-04-07 03:00:00} {detroit y2038} {
- clock format 3669001200 -format {%H:%M:%S %z %Z} \
+test clock-5.721 {time zone boundary case 2086-03-10 03:00:00} {detroit y2038} {
+ clock format 3666582000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.722 {time zone boundary case 2086-04-07 03:00:01} {detroit y2038} {
- clock format 3669001201 -format {%H:%M:%S %z %Z} \
+test clock-5.722 {time zone boundary case 2086-03-10 03:00:01} {detroit y2038} {
+ clock format 3666582001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.723 {time zone boundary case 2086-10-27 01:59:59} {detroit y2038} {
- clock format 3686536799 -format {%H:%M:%S %z %Z} \
+test clock-5.723 {time zone boundary case 2086-11-03 01:59:59} {detroit y2038} {
+ clock format 3687141599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.724 {time zone boundary case 2086-10-27 01:00:00} {detroit y2038} {
- clock format 3686536800 -format {%H:%M:%S %z %Z} \
+test clock-5.724 {time zone boundary case 2086-11-03 01:00:00} {detroit y2038} {
+ clock format 3687141600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.725 {time zone boundary case 2086-10-27 01:00:01} {detroit y2038} {
- clock format 3686536801 -format {%H:%M:%S %z %Z} \
+test clock-5.725 {time zone boundary case 2086-11-03 01:00:01} {detroit y2038} {
+ clock format 3687141601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.726 {time zone boundary case 2087-04-06 01:59:59} {detroit y2038} {
- clock format 3700450799 -format {%H:%M:%S %z %Z} \
+test clock-5.726 {time zone boundary case 2087-03-09 01:59:59} {detroit y2038} {
+ clock format 3698031599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.727 {time zone boundary case 2087-04-06 03:00:00} {detroit y2038} {
- clock format 3700450800 -format {%H:%M:%S %z %Z} \
+test clock-5.727 {time zone boundary case 2087-03-09 03:00:00} {detroit y2038} {
+ clock format 3698031600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.728 {time zone boundary case 2087-04-06 03:00:01} {detroit y2038} {
- clock format 3700450801 -format {%H:%M:%S %z %Z} \
+test clock-5.728 {time zone boundary case 2087-03-09 03:00:01} {detroit y2038} {
+ clock format 3698031601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.729 {time zone boundary case 2087-10-26 01:59:59} {detroit y2038} {
- clock format 3717986399 -format {%H:%M:%S %z %Z} \
+test clock-5.729 {time zone boundary case 2087-11-02 01:59:59} {detroit y2038} {
+ clock format 3718591199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.730 {time zone boundary case 2087-10-26 01:00:00} {detroit y2038} {
- clock format 3717986400 -format {%H:%M:%S %z %Z} \
+test clock-5.730 {time zone boundary case 2087-11-02 01:00:00} {detroit y2038} {
+ clock format 3718591200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.731 {time zone boundary case 2087-10-26 01:00:01} {detroit y2038} {
- clock format 3717986401 -format {%H:%M:%S %z %Z} \
+test clock-5.731 {time zone boundary case 2087-11-02 01:00:01} {detroit y2038} {
+ clock format 3718591201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.732 {time zone boundary case 2088-04-04 01:59:59} {detroit y2038} {
- clock format 3731900399 -format {%H:%M:%S %z %Z} \
+test clock-5.732 {time zone boundary case 2088-03-14 01:59:59} {detroit y2038} {
+ clock format 3730085999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.733 {time zone boundary case 2088-04-04 03:00:00} {detroit y2038} {
- clock format 3731900400 -format {%H:%M:%S %z %Z} \
+test clock-5.733 {time zone boundary case 2088-03-14 03:00:00} {detroit y2038} {
+ clock format 3730086000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.734 {time zone boundary case 2088-04-04 03:00:01} {detroit y2038} {
- clock format 3731900401 -format {%H:%M:%S %z %Z} \
+test clock-5.734 {time zone boundary case 2088-03-14 03:00:01} {detroit y2038} {
+ clock format 3730086001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.735 {time zone boundary case 2088-10-31 01:59:59} {detroit y2038} {
- clock format 3750040799 -format {%H:%M:%S %z %Z} \
+test clock-5.735 {time zone boundary case 2088-11-07 01:59:59} {detroit y2038} {
+ clock format 3750645599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.736 {time zone boundary case 2088-10-31 01:00:00} {detroit y2038} {
- clock format 3750040800 -format {%H:%M:%S %z %Z} \
+test clock-5.736 {time zone boundary case 2088-11-07 01:00:00} {detroit y2038} {
+ clock format 3750645600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.737 {time zone boundary case 2088-10-31 01:00:01} {detroit y2038} {
- clock format 3750040801 -format {%H:%M:%S %z %Z} \
+test clock-5.737 {time zone boundary case 2088-11-07 01:00:01} {detroit y2038} {
+ clock format 3750645601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.738 {time zone boundary case 2089-04-03 01:59:59} {detroit y2038} {
- clock format 3763349999 -format {%H:%M:%S %z %Z} \
+test clock-5.738 {time zone boundary case 2089-03-13 01:59:59} {detroit y2038} {
+ clock format 3761535599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.739 {time zone boundary case 2089-04-03 03:00:00} {detroit y2038} {
- clock format 3763350000 -format {%H:%M:%S %z %Z} \
+test clock-5.739 {time zone boundary case 2089-03-13 03:00:00} {detroit y2038} {
+ clock format 3761535600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.740 {time zone boundary case 2089-04-03 03:00:01} {detroit y2038} {
- clock format 3763350001 -format {%H:%M:%S %z %Z} \
+test clock-5.740 {time zone boundary case 2089-03-13 03:00:01} {detroit y2038} {
+ clock format 3761535601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.741 {time zone boundary case 2089-10-30 01:59:59} {detroit y2038} {
- clock format 3781490399 -format {%H:%M:%S %z %Z} \
+test clock-5.741 {time zone boundary case 2089-11-06 01:59:59} {detroit y2038} {
+ clock format 3782095199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.742 {time zone boundary case 2089-10-30 01:00:00} {detroit y2038} {
- clock format 3781490400 -format {%H:%M:%S %z %Z} \
+test clock-5.742 {time zone boundary case 2089-11-06 01:00:00} {detroit y2038} {
+ clock format 3782095200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.743 {time zone boundary case 2089-10-30 01:00:01} {detroit y2038} {
- clock format 3781490401 -format {%H:%M:%S %z %Z} \
+test clock-5.743 {time zone boundary case 2089-11-06 01:00:01} {detroit y2038} {
+ clock format 3782095201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.744 {time zone boundary case 2090-04-02 01:59:59} {detroit y2038} {
- clock format 3794799599 -format {%H:%M:%S %z %Z} \
+test clock-5.744 {time zone boundary case 2090-03-12 01:59:59} {detroit y2038} {
+ clock format 3792985199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.745 {time zone boundary case 2090-04-02 03:00:00} {detroit y2038} {
- clock format 3794799600 -format {%H:%M:%S %z %Z} \
+test clock-5.745 {time zone boundary case 2090-03-12 03:00:00} {detroit y2038} {
+ clock format 3792985200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.746 {time zone boundary case 2090-04-02 03:00:01} {detroit y2038} {
- clock format 3794799601 -format {%H:%M:%S %z %Z} \
+test clock-5.746 {time zone boundary case 2090-03-12 03:00:01} {detroit y2038} {
+ clock format 3792985201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.747 {time zone boundary case 2090-10-29 01:59:59} {detroit y2038} {
- clock format 3812939999 -format {%H:%M:%S %z %Z} \
+test clock-5.747 {time zone boundary case 2090-11-05 01:59:59} {detroit y2038} {
+ clock format 3813544799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.748 {time zone boundary case 2090-10-29 01:00:00} {detroit y2038} {
- clock format 3812940000 -format {%H:%M:%S %z %Z} \
+test clock-5.748 {time zone boundary case 2090-11-05 01:00:00} {detroit y2038} {
+ clock format 3813544800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.749 {time zone boundary case 2090-10-29 01:00:01} {detroit y2038} {
- clock format 3812940001 -format {%H:%M:%S %z %Z} \
+test clock-5.749 {time zone boundary case 2090-11-05 01:00:01} {detroit y2038} {
+ clock format 3813544801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.750 {time zone boundary case 2091-04-01 01:59:59} {detroit y2038} {
- clock format 3826249199 -format {%H:%M:%S %z %Z} \
+test clock-5.750 {time zone boundary case 2091-03-11 01:59:59} {detroit y2038} {
+ clock format 3824434799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.751 {time zone boundary case 2091-04-01 03:00:00} {detroit y2038} {
- clock format 3826249200 -format {%H:%M:%S %z %Z} \
+test clock-5.751 {time zone boundary case 2091-03-11 03:00:00} {detroit y2038} {
+ clock format 3824434800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.752 {time zone boundary case 2091-04-01 03:00:01} {detroit y2038} {
- clock format 3826249201 -format {%H:%M:%S %z %Z} \
+test clock-5.752 {time zone boundary case 2091-03-11 03:00:01} {detroit y2038} {
+ clock format 3824434801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.753 {time zone boundary case 2091-10-28 01:59:59} {detroit y2038} {
- clock format 3844389599 -format {%H:%M:%S %z %Z} \
+test clock-5.753 {time zone boundary case 2091-11-04 01:59:59} {detroit y2038} {
+ clock format 3844994399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.754 {time zone boundary case 2091-10-28 01:00:00} {detroit y2038} {
- clock format 3844389600 -format {%H:%M:%S %z %Z} \
+test clock-5.754 {time zone boundary case 2091-11-04 01:00:00} {detroit y2038} {
+ clock format 3844994400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.755 {time zone boundary case 2091-10-28 01:00:01} {detroit y2038} {
- clock format 3844389601 -format {%H:%M:%S %z %Z} \
+test clock-5.755 {time zone boundary case 2091-11-04 01:00:01} {detroit y2038} {
+ clock format 3844994401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.756 {time zone boundary case 2092-04-06 01:59:59} {detroit y2038} {
- clock format 3858303599 -format {%H:%M:%S %z %Z} \
+test clock-5.756 {time zone boundary case 2092-03-09 01:59:59} {detroit y2038} {
+ clock format 3855884399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.757 {time zone boundary case 2092-04-06 03:00:00} {detroit y2038} {
- clock format 3858303600 -format {%H:%M:%S %z %Z} \
+test clock-5.757 {time zone boundary case 2092-03-09 03:00:00} {detroit y2038} {
+ clock format 3855884400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.758 {time zone boundary case 2092-04-06 03:00:01} {detroit y2038} {
- clock format 3858303601 -format {%H:%M:%S %z %Z} \
+test clock-5.758 {time zone boundary case 2092-03-09 03:00:01} {detroit y2038} {
+ clock format 3855884401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.759 {time zone boundary case 2092-10-26 01:59:59} {detroit y2038} {
- clock format 3875839199 -format {%H:%M:%S %z %Z} \
+test clock-5.759 {time zone boundary case 2092-11-02 01:59:59} {detroit y2038} {
+ clock format 3876443999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.760 {time zone boundary case 2092-10-26 01:00:00} {detroit y2038} {
- clock format 3875839200 -format {%H:%M:%S %z %Z} \
+test clock-5.760 {time zone boundary case 2092-11-02 01:00:00} {detroit y2038} {
+ clock format 3876444000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.761 {time zone boundary case 2092-10-26 01:00:01} {detroit y2038} {
- clock format 3875839201 -format {%H:%M:%S %z %Z} \
+test clock-5.761 {time zone boundary case 2092-11-02 01:00:01} {detroit y2038} {
+ clock format 3876444001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.762 {time zone boundary case 2093-04-05 01:59:59} {detroit y2038} {
- clock format 3889753199 -format {%H:%M:%S %z %Z} \
+test clock-5.762 {time zone boundary case 2093-03-08 01:59:59} {detroit y2038} {
+ clock format 3887333999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.763 {time zone boundary case 2093-04-05 03:00:00} {detroit y2038} {
- clock format 3889753200 -format {%H:%M:%S %z %Z} \
+test clock-5.763 {time zone boundary case 2093-03-08 03:00:00} {detroit y2038} {
+ clock format 3887334000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.764 {time zone boundary case 2093-04-05 03:00:01} {detroit y2038} {
- clock format 3889753201 -format {%H:%M:%S %z %Z} \
+test clock-5.764 {time zone boundary case 2093-03-08 03:00:01} {detroit y2038} {
+ clock format 3887334001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.765 {time zone boundary case 2093-10-25 01:59:59} {detroit y2038} {
- clock format 3907288799 -format {%H:%M:%S %z %Z} \
+test clock-5.765 {time zone boundary case 2093-11-01 01:59:59} {detroit y2038} {
+ clock format 3907893599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.766 {time zone boundary case 2093-10-25 01:00:00} {detroit y2038} {
- clock format 3907288800 -format {%H:%M:%S %z %Z} \
+test clock-5.766 {time zone boundary case 2093-11-01 01:00:00} {detroit y2038} {
+ clock format 3907893600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.767 {time zone boundary case 2093-10-25 01:00:01} {detroit y2038} {
- clock format 3907288801 -format {%H:%M:%S %z %Z} \
+test clock-5.767 {time zone boundary case 2093-11-01 01:00:01} {detroit y2038} {
+ clock format 3907893601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.768 {time zone boundary case 2094-04-04 01:59:59} {detroit y2038} {
- clock format 3921202799 -format {%H:%M:%S %z %Z} \
+test clock-5.768 {time zone boundary case 2094-03-14 01:59:59} {detroit y2038} {
+ clock format 3919388399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.769 {time zone boundary case 2094-04-04 03:00:00} {detroit y2038} {
- clock format 3921202800 -format {%H:%M:%S %z %Z} \
+test clock-5.769 {time zone boundary case 2094-03-14 03:00:00} {detroit y2038} {
+ clock format 3919388400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.770 {time zone boundary case 2094-04-04 03:00:01} {detroit y2038} {
- clock format 3921202801 -format {%H:%M:%S %z %Z} \
+test clock-5.770 {time zone boundary case 2094-03-14 03:00:01} {detroit y2038} {
+ clock format 3919388401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.771 {time zone boundary case 2094-10-31 01:59:59} {detroit y2038} {
- clock format 3939343199 -format {%H:%M:%S %z %Z} \
+test clock-5.771 {time zone boundary case 2094-11-07 01:59:59} {detroit y2038} {
+ clock format 3939947999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.772 {time zone boundary case 2094-10-31 01:00:00} {detroit y2038} {
- clock format 3939343200 -format {%H:%M:%S %z %Z} \
+test clock-5.772 {time zone boundary case 2094-11-07 01:00:00} {detroit y2038} {
+ clock format 3939948000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.773 {time zone boundary case 2094-10-31 01:00:01} {detroit y2038} {
- clock format 3939343201 -format {%H:%M:%S %z %Z} \
+test clock-5.773 {time zone boundary case 2094-11-07 01:00:01} {detroit y2038} {
+ clock format 3939948001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.774 {time zone boundary case 2095-04-03 01:59:59} {detroit y2038} {
- clock format 3952652399 -format {%H:%M:%S %z %Z} \
+test clock-5.774 {time zone boundary case 2095-03-13 01:59:59} {detroit y2038} {
+ clock format 3950837999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.775 {time zone boundary case 2095-04-03 03:00:00} {detroit y2038} {
- clock format 3952652400 -format {%H:%M:%S %z %Z} \
+test clock-5.775 {time zone boundary case 2095-03-13 03:00:00} {detroit y2038} {
+ clock format 3950838000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.776 {time zone boundary case 2095-04-03 03:00:01} {detroit y2038} {
- clock format 3952652401 -format {%H:%M:%S %z %Z} \
+test clock-5.776 {time zone boundary case 2095-03-13 03:00:01} {detroit y2038} {
+ clock format 3950838001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.777 {time zone boundary case 2095-10-30 01:59:59} {detroit y2038} {
- clock format 3970792799 -format {%H:%M:%S %z %Z} \
+test clock-5.777 {time zone boundary case 2095-11-06 01:59:59} {detroit y2038} {
+ clock format 3971397599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.778 {time zone boundary case 2095-10-30 01:00:00} {detroit y2038} {
- clock format 3970792800 -format {%H:%M:%S %z %Z} \
+test clock-5.778 {time zone boundary case 2095-11-06 01:00:00} {detroit y2038} {
+ clock format 3971397600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.779 {time zone boundary case 2095-10-30 01:00:01} {detroit y2038} {
- clock format 3970792801 -format {%H:%M:%S %z %Z} \
+test clock-5.779 {time zone boundary case 2095-11-06 01:00:01} {detroit y2038} {
+ clock format 3971397601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.780 {time zone boundary case 2096-04-01 01:59:59} {detroit y2038} {
- clock format 3984101999 -format {%H:%M:%S %z %Z} \
+test clock-5.780 {time zone boundary case 2096-03-11 01:59:59} {detroit y2038} {
+ clock format 3982287599 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.781 {time zone boundary case 2096-04-01 03:00:00} {detroit y2038} {
- clock format 3984102000 -format {%H:%M:%S %z %Z} \
+test clock-5.781 {time zone boundary case 2096-03-11 03:00:00} {detroit y2038} {
+ clock format 3982287600 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.782 {time zone boundary case 2096-04-01 03:00:01} {detroit y2038} {
- clock format 3984102001 -format {%H:%M:%S %z %Z} \
+test clock-5.782 {time zone boundary case 2096-03-11 03:00:01} {detroit y2038} {
+ clock format 3982287601 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.783 {time zone boundary case 2096-10-28 01:59:59} {detroit y2038} {
- clock format 4002242399 -format {%H:%M:%S %z %Z} \
+test clock-5.783 {time zone boundary case 2096-11-04 01:59:59} {detroit y2038} {
+ clock format 4002847199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.784 {time zone boundary case 2096-10-28 01:00:00} {detroit y2038} {
- clock format 4002242400 -format {%H:%M:%S %z %Z} \
+test clock-5.784 {time zone boundary case 2096-11-04 01:00:00} {detroit y2038} {
+ clock format 4002847200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.785 {time zone boundary case 2096-10-28 01:00:01} {detroit y2038} {
- clock format 4002242401 -format {%H:%M:%S %z %Z} \
+test clock-5.785 {time zone boundary case 2096-11-04 01:00:01} {detroit y2038} {
+ clock format 4002847201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.786 {time zone boundary case 2097-04-07 01:59:59} {detroit y2038} {
- clock format 4016156399 -format {%H:%M:%S %z %Z} \
+test clock-5.786 {time zone boundary case 2097-03-10 01:59:59} {detroit y2038} {
+ clock format 4013737199 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.787 {time zone boundary case 2097-04-07 03:00:00} {detroit y2038} {
- clock format 4016156400 -format {%H:%M:%S %z %Z} \
+test clock-5.787 {time zone boundary case 2097-03-10 03:00:00} {detroit y2038} {
+ clock format 4013737200 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.788 {time zone boundary case 2097-04-07 03:00:01} {detroit y2038} {
- clock format 4016156401 -format {%H:%M:%S %z %Z} \
+test clock-5.788 {time zone boundary case 2097-03-10 03:00:01} {detroit y2038} {
+ clock format 4013737201 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.789 {time zone boundary case 2097-10-27 01:59:59} {detroit y2038} {
- clock format 4033691999 -format {%H:%M:%S %z %Z} \
+test clock-5.789 {time zone boundary case 2097-11-03 01:59:59} {detroit y2038} {
+ clock format 4034296799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.790 {time zone boundary case 2097-10-27 01:00:00} {detroit y2038} {
- clock format 4033692000 -format {%H:%M:%S %z %Z} \
+test clock-5.790 {time zone boundary case 2097-11-03 01:00:00} {detroit y2038} {
+ clock format 4034296800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.791 {time zone boundary case 2097-10-27 01:00:01} {detroit y2038} {
- clock format 4033692001 -format {%H:%M:%S %z %Z} \
+test clock-5.791 {time zone boundary case 2097-11-03 01:00:01} {detroit y2038} {
+ clock format 4034296801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.792 {time zone boundary case 2098-04-06 01:59:59} {detroit y2038} {
- clock format 4047605999 -format {%H:%M:%S %z %Z} \
+test clock-5.792 {time zone boundary case 2098-03-09 01:59:59} {detroit y2038} {
+ clock format 4045186799 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.793 {time zone boundary case 2098-04-06 03:00:00} {detroit y2038} {
- clock format 4047606000 -format {%H:%M:%S %z %Z} \
+test clock-5.793 {time zone boundary case 2098-03-09 03:00:00} {detroit y2038} {
+ clock format 4045186800 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.794 {time zone boundary case 2098-04-06 03:00:01} {detroit y2038} {
- clock format 4047606001 -format {%H:%M:%S %z %Z} \
+test clock-5.794 {time zone boundary case 2098-03-09 03:00:01} {detroit y2038} {
+ clock format 4045186801 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.795 {time zone boundary case 2098-10-26 01:59:59} {detroit y2038} {
- clock format 4065141599 -format {%H:%M:%S %z %Z} \
+test clock-5.795 {time zone boundary case 2098-11-02 01:59:59} {detroit y2038} {
+ clock format 4065746399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.796 {time zone boundary case 2098-10-26 01:00:00} {detroit y2038} {
- clock format 4065141600 -format {%H:%M:%S %z %Z} \
+test clock-5.796 {time zone boundary case 2098-11-02 01:00:00} {detroit y2038} {
+ clock format 4065746400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.797 {time zone boundary case 2098-10-26 01:00:01} {detroit y2038} {
- clock format 4065141601 -format {%H:%M:%S %z %Z} \
+test clock-5.797 {time zone boundary case 2098-11-02 01:00:01} {detroit y2038} {
+ clock format 4065746401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
-test clock-5.798 {time zone boundary case 2099-04-05 01:59:59} {detroit y2038} {
- clock format 4079055599 -format {%H:%M:%S %z %Z} \
+test clock-5.798 {time zone boundary case 2099-03-08 01:59:59} {detroit y2038} {
+ clock format 4076636399 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0500 EST}
-test clock-5.799 {time zone boundary case 2099-04-05 03:00:00} {detroit y2038} {
- clock format 4079055600 -format {%H:%M:%S %z %Z} \
+test clock-5.799 {time zone boundary case 2099-03-08 03:00:00} {detroit y2038} {
+ clock format 4076636400 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:00 -0400 EDT}
-test clock-5.800 {time zone boundary case 2099-04-05 03:00:01} {detroit y2038} {
- clock format 4079055601 -format {%H:%M:%S %z %Z} \
+test clock-5.800 {time zone boundary case 2099-03-08 03:00:01} {detroit y2038} {
+ clock format 4076636401 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {03:00:01 -0400 EDT}
-test clock-5.801 {time zone boundary case 2099-10-25 01:59:59} {detroit y2038} {
- clock format 4096591199 -format {%H:%M:%S %z %Z} \
+test clock-5.801 {time zone boundary case 2099-11-01 01:59:59} {detroit y2038} {
+ clock format 4097195999 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:59:59 -0400 EDT}
-test clock-5.802 {time zone boundary case 2099-10-25 01:00:00} {detroit y2038} {
- clock format 4096591200 -format {%H:%M:%S %z %Z} \
+test clock-5.802 {time zone boundary case 2099-11-01 01:00:00} {detroit y2038} {
+ clock format 4097196000 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:00 -0500 EST}
-test clock-5.803 {time zone boundary case 2099-10-25 01:00:01} {detroit y2038} {
- clock format 4096591201 -format {%H:%M:%S %z %Z} \
+test clock-5.803 {time zone boundary case 2099-11-01 01:00:01} {detroit y2038} {
+ clock format 4097196001 -format {%H:%M:%S %z %Z} \
-timezone :America/Detroit
} {01:00:01 -0500 EST}
# END testcases5
diff --git a/tools/makeTestCases.tcl b/tools/makeTestCases.tcl
index 497205b..97f9a84 100755
--- a/tools/makeTestCases.tcl
+++ b/tools/makeTestCases.tcl
@@ -1,8 +1,9 @@
# TODO - When integrating this with the Core, path names will need to be
# swizzled here.
-package require newclock
+package require msgcat
set d [file dirname [file dirname [info script]]]
+puts "getting transition data from [file join $d library tzdata America Detroit]"
source [file join $d library/tzdata/America/Detroit]
namespace eval ::tcl::clock {
@@ -547,17 +548,14 @@ proc testcases5 { f2 } {
set fmt {%H:%M:%S %z %Z}
set i 0
- puts $f2 "::tcltest::testConstraint detroit 0"
puts $f2 "test clock-5.[incr i] {does Detroit exist} {"
puts $f2 " clock format 0 -format {} -timezone :America/Detroit"
- puts $f2 " ::tcltest::testConstraint detroit 1"
puts $f2 " concat"
puts $f2 "} {}"
puts $f2 "test clock-5.[incr i] {does Detroit have a Y2038 problem} detroit {"
puts $f2 " if { \[clock format 2158894800 -format %z -timezone :America/Detroit\] ne {-0400} } {"
puts $f2 " concat {y2038 problem}"
puts $f2 " } else {"
- puts $f2 " ::tcltest::testConstraint y2038 1"
puts $f2 " concat {ok}"
puts $f2 " }"
puts $f2 "} ok"