summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--library/clock.tcl6
-rw-r--r--tests/clock.test4069
-rwxr-xr-xtools/makeTestCases.tcl32
4 files changed, 2342 insertions, 1775 deletions
diff --git a/ChangeLog b/ChangeLog
index dc22633..eafa5f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-30 Kevin Kenny <kennykb@acm.org>
+
+ * library/clock.tcl: Corrected syntax errors in generated code for
+ %EC, %Ey, and %W format groups [Bug 1505383].
+ * tools/makeTestCases.tcl: Added code to make sure that %U and %V
+ format groups are included in the tests. (The code depends on
+ %U and %V formatting working correctly when 'makeTestCases.tcl'
+ is run, rather than making a completely independent check.)
+ * tests/clock.test: Rebuilt with new test cases.
+
2006-07-30 Joe English <jenglish@users.sourceforge.net>
* doc/AppInit.3: Fix typo [Bug 1496886]
diff --git a/library/clock.tcl b/library/clock.tcl
index 37d475f..0ed1eef 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -13,7 +13,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.tcl,v 1.30 2006/04/19 16:43:03 kennykb Exp $
+# RCS: @(#) $Id: clock.tcl,v 1.31 2006/07/30 18:58:55 kennykb Exp $
#
#----------------------------------------------------------------------
@@ -889,7 +889,7 @@ proc ::tcl::clock::ParseClockFormatFormat2 {format locale procName} {
{
set date [GetLocaleEra \
$date[set date {}] \
- @LOCALE_ERAS@]}]
+ @LOCALE_ERAS@]}] \n
set didLocaleEra 1
}
if {!$didLocaleNumerals} {
@@ -1061,7 +1061,7 @@ proc ::tcl::clock::ParseClockFormatFormat2 {format locale procName} {
/ 7 }]
}
append formatString %02d
- append substituents { $Wweeknumber}
+ append substituents { $WweekNumber}
}
y { # The two-digit year of the century
append formatString %02d
diff --git a/tests/clock.test b/tests/clock.test
index 8c4a882..cabac3f 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.63 2006/04/19 16:43:03 kennykb Exp $
+# RCS: @(#) $Id: clock.test,v 1.64 2006/07/30 18:58:55 kennykb Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -12416,1775 +12416,2297 @@ test clock-2.2424 {conversion of 2065-12-31} {
# BEGIN testcases3
test clock-3.1 {ISO week-based calendar 1871-W52-1} {
- clock format -3093206400 -format {%a %A %g %G %u %V %w} -gmt true; # 1871-W52-1
-} {Mon Monday 71 1871 1 52 1}
-test clock-3.2 {ISO week-based calendar 1871-W52-7} {
- clock format -3092688000 -format {%a %A %g %G %u %V %w} -gmt true; # 1871-W52-7
-} {Sun Sunday 71 1871 7 52 0}
-test clock-3.3 {ISO week-based calendar 1872-W01-1} {
- clock format -3092601600 -format {%a %A %g %G %u %V %w} -gmt true; # 1872-W01-1
-} {Mon Monday 72 1872 1 01 1}
-test clock-3.4 {ISO week-based calendar 1872-W01-7} {
- clock format -3092083200 -format {%a %A %g %G %u %V %w} -gmt true; # 1872-W01-7
-} {Sun Sunday 72 1872 7 01 0}
-test clock-3.5 {ISO week-based calendar 1872-W02-1} {
- clock format -3091996800 -format {%a %A %g %G %u %V %w} -gmt true; # 1872-W02-1
-} {Mon Monday 72 1872 1 02 1}
-test clock-3.6 {ISO week-based calendar 1872-W52-1} {
- clock format -3061756800 -format {%a %A %g %G %u %V %w} -gmt true; # 1872-W52-1
-} {Mon Monday 72 1872 1 52 1}
-test clock-3.7 {ISO week-based calendar 1872-W52-7} {
- clock format -3061238400 -format {%a %A %g %G %u %V %w} -gmt true; # 1872-W52-7
-} {Sun Sunday 72 1872 7 52 0}
-test clock-3.8 {ISO week-based calendar 1873-W01-1} {
- clock format -3061152000 -format {%a %A %g %G %u %V %w} -gmt true; # 1873-W01-1
-} {Mon Monday 73 1873 1 01 1}
-test clock-3.9 {ISO week-based calendar 1873-W01-3} {
- clock format -3060979200 -format {%a %A %g %G %u %V %w} -gmt true; # 1873-W01-3
-} {Wed Wednesday 73 1873 3 01 3}
-test clock-3.10 {ISO week-based calendar 1873-W01-7} {
- clock format -3060633600 -format {%a %A %g %G %u %V %w} -gmt true; # 1873-W01-7
-} {Sun Sunday 73 1873 7 01 0}
-test clock-3.11 {ISO week-based calendar 1873-W02-1} {
- clock format -3060547200 -format {%a %A %g %G %u %V %w} -gmt true; # 1873-W02-1
-} {Mon Monday 73 1873 1 02 1}
-test clock-3.12 {ISO week-based calendar 1875-W52-1} {
- clock format -2966803200 -format {%a %A %g %G %u %V %w} -gmt true; # 1875-W52-1
-} {Mon Monday 75 1875 1 52 1}
-test clock-3.13 {ISO week-based calendar 1875-W52-6} {
- clock format -2966371200 -format {%a %A %g %G %u %V %w} -gmt true; # 1875-W52-6
-} {Sat Saturday 75 1875 6 52 6}
-test clock-3.14 {ISO week-based calendar 1875-W52-7} {
- clock format -2966284800 -format {%a %A %g %G %u %V %w} -gmt true; # 1875-W52-7
-} {Sun Sunday 75 1875 7 52 0}
-test clock-3.15 {ISO week-based calendar 1876-W01-1} {
- clock format -2966198400 -format {%a %A %g %G %u %V %w} -gmt true; # 1876-W01-1
-} {Mon Monday 76 1876 1 01 1}
-test clock-3.16 {ISO week-based calendar 1876-W01-7} {
- clock format -2965680000 -format {%a %A %g %G %u %V %w} -gmt true; # 1876-W01-7
-} {Sun Sunday 76 1876 7 01 0}
-test clock-3.17 {ISO week-based calendar 1876-W02-1} {
- clock format -2965593600 -format {%a %A %g %G %u %V %w} -gmt true; # 1876-W02-1
-} {Mon Monday 76 1876 1 02 1}
-test clock-3.18 {ISO week-based calendar 1876-W52-1} {
- clock format -2935353600 -format {%a %A %g %G %u %V %w} -gmt true; # 1876-W52-1
-} {Mon Monday 76 1876 1 52 1}
-test clock-3.19 {ISO week-based calendar 1876-W52-7} {
- clock format -2934835200 -format {%a %A %g %G %u %V %w} -gmt true; # 1876-W52-7
-} {Sun Sunday 76 1876 7 52 0}
-test clock-3.20 {ISO week-based calendar 1877-W01-1} {
- clock format -2934748800 -format {%a %A %g %G %u %V %w} -gmt true; # 1877-W01-1
-} {Mon Monday 77 1877 1 01 1}
-test clock-3.21 {ISO week-based calendar 1877-W01-7} {
- clock format -2934230400 -format {%a %A %g %G %u %V %w} -gmt true; # 1877-W01-7
-} {Sun Sunday 77 1877 7 01 0}
-test clock-3.22 {ISO week-based calendar 1877-W02-1} {
- clock format -2934144000 -format {%a %A %g %G %u %V %w} -gmt true; # 1877-W02-1
-} {Mon Monday 77 1877 1 02 1}
-test clock-3.23 {ISO week-based calendar 1879-W52-1} {
- clock format -2841004800 -format {%a %A %g %G %u %V %w} -gmt true; # 1879-W52-1
-} {Mon Monday 79 1879 1 52 1}
-test clock-3.24 {ISO week-based calendar 1879-W52-7} {
- clock format -2840486400 -format {%a %A %g %G %u %V %w} -gmt true; # 1879-W52-7
-} {Sun Sunday 79 1879 7 52 0}
-test clock-3.25 {ISO week-based calendar 1880-W01-1} {
- clock format -2840400000 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W01-1
-} {Mon Monday 80 1880 1 01 1}
-test clock-3.26 {ISO week-based calendar 1880-W01-4} {
- clock format -2840140800 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W01-4
-} {Thu Thursday 80 1880 4 01 4}
-test clock-3.27 {ISO week-based calendar 1880-W01-7} {
- clock format -2839881600 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W01-7
-} {Sun Sunday 80 1880 7 01 0}
-test clock-3.28 {ISO week-based calendar 1880-W02-1} {
- clock format -2839795200 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W02-1
-} {Mon Monday 80 1880 1 02 1}
-test clock-3.29 {ISO week-based calendar 1880-W53-1} {
- clock format -2808950400 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W53-1
-} {Mon Monday 80 1880 1 53 1}
-test clock-3.30 {ISO week-based calendar 1880-W53-6} {
- clock format -2808518400 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W53-6
-} {Sat Saturday 80 1880 6 53 6}
-test clock-3.31 {ISO week-based calendar 1880-W53-7} {
- clock format -2808432000 -format {%a %A %g %G %u %V %w} -gmt true; # 1880-W53-7
-} {Sun Sunday 80 1880 7 53 0}
-test clock-3.32 {ISO week-based calendar 1881-W01-1} {
- clock format -2808345600 -format {%a %A %g %G %u %V %w} -gmt true; # 1881-W01-1
-} {Mon Monday 81 1881 1 01 1}
-test clock-3.33 {ISO week-based calendar 1881-W01-7} {
- clock format -2807827200 -format {%a %A %g %G %u %V %w} -gmt true; # 1881-W01-7
-} {Sun Sunday 81 1881 7 01 0}
-test clock-3.34 {ISO week-based calendar 1881-W02-1} {
- clock format -2807740800 -format {%a %A %g %G %u %V %w} -gmt true; # 1881-W02-1
-} {Mon Monday 81 1881 1 02 1}
-test clock-3.35 {ISO week-based calendar 1883-W52-1} {
- clock format -2714601600 -format {%a %A %g %G %u %V %w} -gmt true; # 1883-W52-1
-} {Mon Monday 83 1883 1 52 1}
-test clock-3.36 {ISO week-based calendar 1883-W52-7} {
- clock format -2714083200 -format {%a %A %g %G %u %V %w} -gmt true; # 1883-W52-7
-} {Sun Sunday 83 1883 7 52 0}
-test clock-3.37 {ISO week-based calendar 1884-W01-1} {
- clock format -2713996800 -format {%a %A %g %G %u %V %w} -gmt true; # 1884-W01-1
-} {Mon Monday 84 1884 1 01 1}
-test clock-3.38 {ISO week-based calendar 1884-W01-2} {
- clock format -2713910400 -format {%a %A %g %G %u %V %w} -gmt true; # 1884-W01-2
-} {Tue Tuesday 84 1884 2 01 2}
-test clock-3.39 {ISO week-based calendar 1884-W01-7} {
- clock format -2713478400 -format {%a %A %g %G %u %V %w} -gmt true; # 1884-W01-7
-} {Sun Sunday 84 1884 7 01 0}
-test clock-3.40 {ISO week-based calendar 1884-W02-1} {
- clock format -2713392000 -format {%a %A %g %G %u %V %w} -gmt true; # 1884-W02-1
-} {Mon Monday 84 1884 1 02 1}
-test clock-3.41 {ISO week-based calendar 1884-W52-1} {
- clock format -2683152000 -format {%a %A %g %G %u %V %w} -gmt true; # 1884-W52-1
-} {Mon Monday 84 1884 1 52 1}
-test clock-3.42 {ISO week-based calendar 1884-W52-7} {
- clock format -2682633600 -format {%a %A %g %G %u %V %w} -gmt true; # 1884-W52-7
-} {Sun Sunday 84 1884 7 52 0}
-test clock-3.43 {ISO week-based calendar 1885-W01-1} {
- clock format -2682547200 -format {%a %A %g %G %u %V %w} -gmt true; # 1885-W01-1
-} {Mon Monday 85 1885 1 01 1}
-test clock-3.44 {ISO week-based calendar 1885-W01-4} {
- clock format -2682288000 -format {%a %A %g %G %u %V %w} -gmt true; # 1885-W01-4
-} {Thu Thursday 85 1885 4 01 4}
-test clock-3.45 {ISO week-based calendar 1885-W01-7} {
- clock format -2682028800 -format {%a %A %g %G %u %V %w} -gmt true; # 1885-W01-7
-} {Sun Sunday 85 1885 7 01 0}
-test clock-3.46 {ISO week-based calendar 1885-W02-1} {
- clock format -2681942400 -format {%a %A %g %G %u %V %w} -gmt true; # 1885-W02-1
-} {Mon Monday 85 1885 1 02 1}
-test clock-3.47 {ISO week-based calendar 1887-W52-1} {
- clock format -2588198400 -format {%a %A %g %G %u %V %w} -gmt true; # 1887-W52-1
-} {Mon Monday 87 1887 1 52 1}
-test clock-3.48 {ISO week-based calendar 1887-W52-6} {
- clock format -2587766400 -format {%a %A %g %G %u %V %w} -gmt true; # 1887-W52-6
-} {Sat Saturday 87 1887 6 52 6}
-test clock-3.49 {ISO week-based calendar 1887-W52-7} {
- clock format -2587680000 -format {%a %A %g %G %u %V %w} -gmt true; # 1887-W52-7
-} {Sun Sunday 87 1887 7 52 0}
-test clock-3.50 {ISO week-based calendar 1888-W01-1} {
- clock format -2587593600 -format {%a %A %g %G %u %V %w} -gmt true; # 1888-W01-1
-} {Mon Monday 88 1888 1 01 1}
-test clock-3.51 {ISO week-based calendar 1888-W01-7} {
- clock format -2587075200 -format {%a %A %g %G %u %V %w} -gmt true; # 1888-W01-7
-} {Sun Sunday 88 1888 7 01 0}
-test clock-3.52 {ISO week-based calendar 1888-W02-1} {
- clock format -2586988800 -format {%a %A %g %G %u %V %w} -gmt true; # 1888-W02-1
-} {Mon Monday 88 1888 1 02 1}
-test clock-3.53 {ISO week-based calendar 1888-W52-1} {
- clock format -2556748800 -format {%a %A %g %G %u %V %w} -gmt true; # 1888-W52-1
-} {Mon Monday 88 1888 1 52 1}
-test clock-3.54 {ISO week-based calendar 1888-W52-7} {
- clock format -2556230400 -format {%a %A %g %G %u %V %w} -gmt true; # 1888-W52-7
-} {Sun Sunday 88 1888 7 52 0}
-test clock-3.55 {ISO week-based calendar 1889-W01-1} {
- clock format -2556144000 -format {%a %A %g %G %u %V %w} -gmt true; # 1889-W01-1
-} {Mon Monday 89 1889 1 01 1}
-test clock-3.56 {ISO week-based calendar 1889-W01-2} {
- clock format -2556057600 -format {%a %A %g %G %u %V %w} -gmt true; # 1889-W01-2
-} {Tue Tuesday 89 1889 2 01 2}
-test clock-3.57 {ISO week-based calendar 1889-W01-7} {
- clock format -2555625600 -format {%a %A %g %G %u %V %w} -gmt true; # 1889-W01-7
-} {Sun Sunday 89 1889 7 01 0}
-test clock-3.58 {ISO week-based calendar 1889-W02-1} {
- clock format -2555539200 -format {%a %A %g %G %u %V %w} -gmt true; # 1889-W02-1
-} {Mon Monday 89 1889 1 02 1}
-test clock-3.59 {ISO week-based calendar 1889-W52-1} {
- clock format -2525299200 -format {%a %A %g %G %u %V %w} -gmt true; # 1889-W52-1
-} {Mon Monday 89 1889 1 52 1}
-test clock-3.60 {ISO week-based calendar 1889-W52-7} {
- clock format -2524780800 -format {%a %A %g %G %u %V %w} -gmt true; # 1889-W52-7
-} {Sun Sunday 89 1889 7 52 0}
-test clock-3.61 {ISO week-based calendar 1890-W01-1} {
- clock format -2524694400 -format {%a %A %g %G %u %V %w} -gmt true; # 1890-W01-1
-} {Mon Monday 90 1890 1 01 1}
-test clock-3.62 {ISO week-based calendar 1890-W01-3} {
- clock format -2524521600 -format {%a %A %g %G %u %V %w} -gmt true; # 1890-W01-3
-} {Wed Wednesday 90 1890 3 01 3}
-test clock-3.63 {ISO week-based calendar 1890-W01-7} {
- clock format -2524176000 -format {%a %A %g %G %u %V %w} -gmt true; # 1890-W01-7
-} {Sun Sunday 90 1890 7 01 0}
-test clock-3.64 {ISO week-based calendar 1890-W02-1} {
- clock format -2524089600 -format {%a %A %g %G %u %V %w} -gmt true; # 1890-W02-1
-} {Mon Monday 90 1890 1 02 1}
-test clock-3.65 {ISO week-based calendar 1890-W52-1} {
- clock format -2493849600 -format {%a %A %g %G %u %V %w} -gmt true; # 1890-W52-1
-} {Mon Monday 90 1890 1 52 1}
-test clock-3.66 {ISO week-based calendar 1890-W52-7} {
- clock format -2493331200 -format {%a %A %g %G %u %V %w} -gmt true; # 1890-W52-7
-} {Sun Sunday 90 1890 7 52 0}
-test clock-3.67 {ISO week-based calendar 1891-W01-1} {
- clock format -2493244800 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W01-1
-} {Mon Monday 91 1891 1 01 1}
-test clock-3.68 {ISO week-based calendar 1891-W01-4} {
- clock format -2492985600 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W01-4
-} {Thu Thursday 91 1891 4 01 4}
-test clock-3.69 {ISO week-based calendar 1891-W01-7} {
- clock format -2492726400 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W01-7
-} {Sun Sunday 91 1891 7 01 0}
-test clock-3.70 {ISO week-based calendar 1891-W02-1} {
- clock format -2492640000 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W02-1
-} {Mon Monday 91 1891 1 02 1}
-test clock-3.71 {ISO week-based calendar 1891-W53-1} {
- clock format -2461795200 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W53-1
-} {Mon Monday 91 1891 1 53 1}
-test clock-3.72 {ISO week-based calendar 1891-W53-5} {
- clock format -2461449600 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W53-5
-} {Fri Friday 91 1891 5 53 5}
-test clock-3.73 {ISO week-based calendar 1891-W53-7} {
- clock format -2461276800 -format {%a %A %g %G %u %V %w} -gmt true; # 1891-W53-7
-} {Sun Sunday 91 1891 7 53 0}
-test clock-3.74 {ISO week-based calendar 1892-W01-1} {
- clock format -2461190400 -format {%a %A %g %G %u %V %w} -gmt true; # 1892-W01-1
-} {Mon Monday 92 1892 1 01 1}
-test clock-3.75 {ISO week-based calendar 1892-W01-7} {
- clock format -2460672000 -format {%a %A %g %G %u %V %w} -gmt true; # 1892-W01-7
-} {Sun Sunday 92 1892 7 01 0}
-test clock-3.76 {ISO week-based calendar 1892-W02-1} {
- clock format -2460585600 -format {%a %A %g %G %u %V %w} -gmt true; # 1892-W02-1
-} {Mon Monday 92 1892 1 02 1}
-test clock-3.77 {ISO week-based calendar 1892-W52-1} {
- clock format -2430345600 -format {%a %A %g %G %u %V %w} -gmt true; # 1892-W52-1
-} {Mon Monday 92 1892 1 52 1}
-test clock-3.78 {ISO week-based calendar 1892-W52-6} {
- clock format -2429913600 -format {%a %A %g %G %u %V %w} -gmt true; # 1892-W52-6
-} {Sat Saturday 92 1892 6 52 6}
-test clock-3.79 {ISO week-based calendar 1892-W52-7} {
- clock format -2429827200 -format {%a %A %g %G %u %V %w} -gmt true; # 1892-W52-7
-} {Sun Sunday 92 1892 7 52 0}
-test clock-3.80 {ISO week-based calendar 1893-W01-1} {
- clock format -2429740800 -format {%a %A %g %G %u %V %w} -gmt true; # 1893-W01-1
-} {Mon Monday 93 1893 1 01 1}
-test clock-3.81 {ISO week-based calendar 1893-W01-7} {
- clock format -2429222400 -format {%a %A %g %G %u %V %w} -gmt true; # 1893-W01-7
-} {Sun Sunday 93 1893 7 01 0}
-test clock-3.82 {ISO week-based calendar 1893-W02-1} {
- clock format -2429136000 -format {%a %A %g %G %u %V %w} -gmt true; # 1893-W02-1
-} {Mon Monday 93 1893 1 02 1}
-test clock-3.83 {ISO week-based calendar 1893-W52-1} {
- clock format -2398896000 -format {%a %A %g %G %u %V %w} -gmt true; # 1893-W52-1
-} {Mon Monday 93 1893 1 52 1}
-test clock-3.84 {ISO week-based calendar 1893-W52-7} {
- clock format -2398377600 -format {%a %A %g %G %u %V %w} -gmt true; # 1893-W52-7
-} {Sun Sunday 93 1893 7 52 0}
-test clock-3.85 {ISO week-based calendar 1894-W01-1} {
- clock format -2398291200 -format {%a %A %g %G %u %V %w} -gmt true; # 1894-W01-1
-} {Mon Monday 94 1894 1 01 1}
-test clock-3.86 {ISO week-based calendar 1894-W01-7} {
- clock format -2397772800 -format {%a %A %g %G %u %V %w} -gmt true; # 1894-W01-7
-} {Sun Sunday 94 1894 7 01 0}
-test clock-3.87 {ISO week-based calendar 1894-W02-1} {
- clock format -2397686400 -format {%a %A %g %G %u %V %w} -gmt true; # 1894-W02-1
-} {Mon Monday 94 1894 1 02 1}
-test clock-3.88 {ISO week-based calendar 1894-W52-1} {
- clock format -2367446400 -format {%a %A %g %G %u %V %w} -gmt true; # 1894-W52-1
-} {Mon Monday 94 1894 1 52 1}
-test clock-3.89 {ISO week-based calendar 1894-W52-7} {
- clock format -2366928000 -format {%a %A %g %G %u %V %w} -gmt true; # 1894-W52-7
-} {Sun Sunday 94 1894 7 52 0}
-test clock-3.90 {ISO week-based calendar 1895-W01-1} {
- clock format -2366841600 -format {%a %A %g %G %u %V %w} -gmt true; # 1895-W01-1
-} {Mon Monday 95 1895 1 01 1}
-test clock-3.91 {ISO week-based calendar 1895-W01-2} {
- clock format -2366755200 -format {%a %A %g %G %u %V %w} -gmt true; # 1895-W01-2
-} {Tue Tuesday 95 1895 2 01 2}
-test clock-3.92 {ISO week-based calendar 1895-W01-7} {
- clock format -2366323200 -format {%a %A %g %G %u %V %w} -gmt true; # 1895-W01-7
-} {Sun Sunday 95 1895 7 01 0}
-test clock-3.93 {ISO week-based calendar 1895-W02-1} {
- clock format -2366236800 -format {%a %A %g %G %u %V %w} -gmt true; # 1895-W02-1
-} {Mon Monday 95 1895 1 02 1}
-test clock-3.94 {ISO week-based calendar 1895-W52-1} {
- clock format -2335996800 -format {%a %A %g %G %u %V %w} -gmt true; # 1895-W52-1
-} {Mon Monday 95 1895 1 52 1}
-test clock-3.95 {ISO week-based calendar 1895-W52-7} {
- clock format -2335478400 -format {%a %A %g %G %u %V %w} -gmt true; # 1895-W52-7
-} {Sun Sunday 95 1895 7 52 0}
-test clock-3.96 {ISO week-based calendar 1896-W01-1} {
- clock format -2335392000 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W01-1
-} {Mon Monday 96 1896 1 01 1}
-test clock-3.97 {ISO week-based calendar 1896-W01-3} {
- clock format -2335219200 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W01-3
-} {Wed Wednesday 96 1896 3 01 3}
-test clock-3.98 {ISO week-based calendar 1896-W01-7} {
- clock format -2334873600 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W01-7
-} {Sun Sunday 96 1896 7 01 0}
-test clock-3.99 {ISO week-based calendar 1896-W02-1} {
- clock format -2334787200 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W02-1
-} {Mon Monday 96 1896 1 02 1}
-test clock-3.100 {ISO week-based calendar 1896-W53-1} {
- clock format -2303942400 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W53-1
-} {Mon Monday 96 1896 1 53 1}
-test clock-3.101 {ISO week-based calendar 1896-W53-5} {
- clock format -2303596800 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W53-5
-} {Fri Friday 96 1896 5 53 5}
-test clock-3.102 {ISO week-based calendar 1896-W53-7} {
- clock format -2303424000 -format {%a %A %g %G %u %V %w} -gmt true; # 1896-W53-7
-} {Sun Sunday 96 1896 7 53 0}
-test clock-3.103 {ISO week-based calendar 1897-W01-1} {
- clock format -2303337600 -format {%a %A %g %G %u %V %w} -gmt true; # 1897-W01-1
-} {Mon Monday 97 1897 1 01 1}
-test clock-3.104 {ISO week-based calendar 1897-W01-7} {
- clock format -2302819200 -format {%a %A %g %G %u %V %w} -gmt true; # 1897-W01-7
-} {Sun Sunday 97 1897 7 01 0}
-test clock-3.105 {ISO week-based calendar 1897-W02-1} {
- clock format -2302732800 -format {%a %A %g %G %u %V %w} -gmt true; # 1897-W02-1
-} {Mon Monday 97 1897 1 02 1}
-test clock-3.106 {ISO week-based calendar 1897-W52-1} {
- clock format -2272492800 -format {%a %A %g %G %u %V %w} -gmt true; # 1897-W52-1
-} {Mon Monday 97 1897 1 52 1}
-test clock-3.107 {ISO week-based calendar 1897-W52-6} {
- clock format -2272060800 -format {%a %A %g %G %u %V %w} -gmt true; # 1897-W52-6
-} {Sat Saturday 97 1897 6 52 6}
-test clock-3.108 {ISO week-based calendar 1897-W52-7} {
- clock format -2271974400 -format {%a %A %g %G %u %V %w} -gmt true; # 1897-W52-7
-} {Sun Sunday 97 1897 7 52 0}
-test clock-3.109 {ISO week-based calendar 1898-W01-1} {
- clock format -2271888000 -format {%a %A %g %G %u %V %w} -gmt true; # 1898-W01-1
-} {Mon Monday 98 1898 1 01 1}
-test clock-3.110 {ISO week-based calendar 1898-W01-7} {
- clock format -2271369600 -format {%a %A %g %G %u %V %w} -gmt true; # 1898-W01-7
-} {Sun Sunday 98 1898 7 01 0}
-test clock-3.111 {ISO week-based calendar 1898-W02-1} {
- clock format -2271283200 -format {%a %A %g %G %u %V %w} -gmt true; # 1898-W02-1
-} {Mon Monday 98 1898 1 02 1}
-test clock-3.112 {ISO week-based calendar 1898-W52-1} {
- clock format -2241043200 -format {%a %A %g %G %u %V %w} -gmt true; # 1898-W52-1
-} {Mon Monday 98 1898 1 52 1}
-test clock-3.113 {ISO week-based calendar 1898-W52-6} {
- clock format -2240611200 -format {%a %A %g %G %u %V %w} -gmt true; # 1898-W52-6
-} {Sat Saturday 98 1898 6 52 6}
-test clock-3.114 {ISO week-based calendar 1898-W52-7} {
- clock format -2240524800 -format {%a %A %g %G %u %V %w} -gmt true; # 1898-W52-7
-} {Sun Sunday 98 1898 7 52 0}
-test clock-3.115 {ISO week-based calendar 1899-W01-1} {
- clock format -2240438400 -format {%a %A %g %G %u %V %w} -gmt true; # 1899-W01-1
-} {Mon Monday 99 1899 1 01 1}
-test clock-3.116 {ISO week-based calendar 1899-W01-7} {
- clock format -2239920000 -format {%a %A %g %G %u %V %w} -gmt true; # 1899-W01-7
-} {Sun Sunday 99 1899 7 01 0}
-test clock-3.117 {ISO week-based calendar 1899-W02-1} {
- clock format -2239833600 -format {%a %A %g %G %u %V %w} -gmt true; # 1899-W02-1
-} {Mon Monday 99 1899 1 02 1}
-test clock-3.118 {ISO week-based calendar 1899-W52-1} {
- clock format -2209593600 -format {%a %A %g %G %u %V %w} -gmt true; # 1899-W52-1
-} {Mon Monday 99 1899 1 52 1}
-test clock-3.119 {ISO week-based calendar 1899-W52-7} {
- clock format -2209075200 -format {%a %A %g %G %u %V %w} -gmt true; # 1899-W52-7
-} {Sun Sunday 99 1899 7 52 0}
-test clock-3.120 {ISO week-based calendar 1900-W01-1} {
- clock format -2208988800 -format {%a %A %g %G %u %V %w} -gmt true; # 1900-W01-1
-} {Mon Monday 00 1900 1 01 1}
-test clock-3.121 {ISO week-based calendar 1900-W01-7} {
- clock format -2208470400 -format {%a %A %g %G %u %V %w} -gmt true; # 1900-W01-7
-} {Sun Sunday 00 1900 7 01 0}
-test clock-3.122 {ISO week-based calendar 1900-W02-1} {
- clock format -2208384000 -format {%a %A %g %G %u %V %w} -gmt true; # 1900-W02-1
-} {Mon Monday 00 1900 1 02 1}
-test clock-3.123 {ISO week-based calendar 1943-W52-1} {
- clock format -820972800 -format {%a %A %g %G %u %V %w} -gmt true; # 1943-W52-1
-} {Mon Monday 43 1943 1 52 1}
-test clock-3.124 {ISO week-based calendar 1943-W52-6} {
- clock format -820540800 -format {%a %A %g %G %u %V %w} -gmt true; # 1943-W52-6
-} {Sat Saturday 43 1943 6 52 6}
-test clock-3.125 {ISO week-based calendar 1943-W52-7} {
- clock format -820454400 -format {%a %A %g %G %u %V %w} -gmt true; # 1943-W52-7
-} {Sun Sunday 43 1943 7 52 0}
-test clock-3.126 {ISO week-based calendar 1944-W01-1} {
- clock format -820368000 -format {%a %A %g %G %u %V %w} -gmt true; # 1944-W01-1
-} {Mon Monday 44 1944 1 01 1}
-test clock-3.127 {ISO week-based calendar 1944-W01-7} {
- clock format -819849600 -format {%a %A %g %G %u %V %w} -gmt true; # 1944-W01-7
-} {Sun Sunday 44 1944 7 01 0}
-test clock-3.128 {ISO week-based calendar 1944-W02-1} {
- clock format -819763200 -format {%a %A %g %G %u %V %w} -gmt true; # 1944-W02-1
-} {Mon Monday 44 1944 1 02 1}
-test clock-3.129 {ISO week-based calendar 1944-W52-1} {
- clock format -789523200 -format {%a %A %g %G %u %V %w} -gmt true; # 1944-W52-1
-} {Mon Monday 44 1944 1 52 1}
-test clock-3.130 {ISO week-based calendar 1944-W52-7} {
- clock format -789004800 -format {%a %A %g %G %u %V %w} -gmt true; # 1944-W52-7
-} {Sun Sunday 44 1944 7 52 0}
-test clock-3.131 {ISO week-based calendar 1945-W01-1} {
- clock format -788918400 -format {%a %A %g %G %u %V %w} -gmt true; # 1945-W01-1
-} {Mon Monday 45 1945 1 01 1}
-test clock-3.132 {ISO week-based calendar 1945-W01-7} {
- clock format -788400000 -format {%a %A %g %G %u %V %w} -gmt true; # 1945-W01-7
-} {Sun Sunday 45 1945 7 01 0}
-test clock-3.133 {ISO week-based calendar 1945-W02-1} {
- clock format -788313600 -format {%a %A %g %G %u %V %w} -gmt true; # 1945-W02-1
-} {Mon Monday 45 1945 1 02 1}
-test clock-3.134 {ISO week-based calendar 1947-W52-1} {
- clock format -695174400 -format {%a %A %g %G %u %V %w} -gmt true; # 1947-W52-1
-} {Mon Monday 47 1947 1 52 1}
-test clock-3.135 {ISO week-based calendar 1947-W52-7} {
- clock format -694656000 -format {%a %A %g %G %u %V %w} -gmt true; # 1947-W52-7
-} {Sun Sunday 47 1947 7 52 0}
-test clock-3.136 {ISO week-based calendar 1948-W01-1} {
- clock format -694569600 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W01-1
-} {Mon Monday 48 1948 1 01 1}
-test clock-3.137 {ISO week-based calendar 1948-W01-4} {
- clock format -694310400 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W01-4
-} {Thu Thursday 48 1948 4 01 4}
-test clock-3.138 {ISO week-based calendar 1948-W01-7} {
- clock format -694051200 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W01-7
-} {Sun Sunday 48 1948 7 01 0}
-test clock-3.139 {ISO week-based calendar 1948-W02-1} {
- clock format -693964800 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W02-1
-} {Mon Monday 48 1948 1 02 1}
-test clock-3.140 {ISO week-based calendar 1948-W53-1} {
- clock format -663120000 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W53-1
-} {Mon Monday 48 1948 1 53 1}
-test clock-3.141 {ISO week-based calendar 1948-W53-6} {
- clock format -662688000 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W53-6
-} {Sat Saturday 48 1948 6 53 6}
-test clock-3.142 {ISO week-based calendar 1948-W53-7} {
- clock format -662601600 -format {%a %A %g %G %u %V %w} -gmt true; # 1948-W53-7
-} {Sun Sunday 48 1948 7 53 0}
-test clock-3.143 {ISO week-based calendar 1949-W01-1} {
- clock format -662515200 -format {%a %A %g %G %u %V %w} -gmt true; # 1949-W01-1
-} {Mon Monday 49 1949 1 01 1}
-test clock-3.144 {ISO week-based calendar 1949-W01-7} {
- clock format -661996800 -format {%a %A %g %G %u %V %w} -gmt true; # 1949-W01-7
-} {Sun Sunday 49 1949 7 01 0}
-test clock-3.145 {ISO week-based calendar 1949-W02-1} {
- clock format -661910400 -format {%a %A %g %G %u %V %w} -gmt true; # 1949-W02-1
-} {Mon Monday 49 1949 1 02 1}
-test clock-3.146 {ISO week-based calendar 1951-W52-1} {
- clock format -568771200 -format {%a %A %g %G %u %V %w} -gmt true; # 1951-W52-1
-} {Mon Monday 51 1951 1 52 1}
-test clock-3.147 {ISO week-based calendar 1951-W52-7} {
- clock format -568252800 -format {%a %A %g %G %u %V %w} -gmt true; # 1951-W52-7
-} {Sun Sunday 51 1951 7 52 0}
-test clock-3.148 {ISO week-based calendar 1952-W01-1} {
- clock format -568166400 -format {%a %A %g %G %u %V %w} -gmt true; # 1952-W01-1
-} {Mon Monday 52 1952 1 01 1}
-test clock-3.149 {ISO week-based calendar 1952-W01-2} {
- clock format -568080000 -format {%a %A %g %G %u %V %w} -gmt true; # 1952-W01-2
-} {Tue Tuesday 52 1952 2 01 2}
-test clock-3.150 {ISO week-based calendar 1952-W01-7} {
- clock format -567648000 -format {%a %A %g %G %u %V %w} -gmt true; # 1952-W01-7
-} {Sun Sunday 52 1952 7 01 0}
-test clock-3.151 {ISO week-based calendar 1952-W02-1} {
- clock format -567561600 -format {%a %A %g %G %u %V %w} -gmt true; # 1952-W02-1
-} {Mon Monday 52 1952 1 02 1}
-test clock-3.152 {ISO week-based calendar 1952-W52-1} {
- clock format -537321600 -format {%a %A %g %G %u %V %w} -gmt true; # 1952-W52-1
-} {Mon Monday 52 1952 1 52 1}
-test clock-3.153 {ISO week-based calendar 1952-W52-7} {
- clock format -536803200 -format {%a %A %g %G %u %V %w} -gmt true; # 1952-W52-7
-} {Sun Sunday 52 1952 7 52 0}
-test clock-3.154 {ISO week-based calendar 1953-W01-1} {
- clock format -536716800 -format {%a %A %g %G %u %V %w} -gmt true; # 1953-W01-1
-} {Mon Monday 53 1953 1 01 1}
-test clock-3.155 {ISO week-based calendar 1953-W01-4} {
- clock format -536457600 -format {%a %A %g %G %u %V %w} -gmt true; # 1953-W01-4
-} {Thu Thursday 53 1953 4 01 4}
-test clock-3.156 {ISO week-based calendar 1953-W01-7} {
- clock format -536198400 -format {%a %A %g %G %u %V %w} -gmt true; # 1953-W01-7
-} {Sun Sunday 53 1953 7 01 0}
-test clock-3.157 {ISO week-based calendar 1953-W02-1} {
- clock format -536112000 -format {%a %A %g %G %u %V %w} -gmt true; # 1953-W02-1
-} {Mon Monday 53 1953 1 02 1}
-test clock-3.158 {ISO week-based calendar 1955-W52-1} {
- clock format -442368000 -format {%a %A %g %G %u %V %w} -gmt true; # 1955-W52-1
-} {Mon Monday 55 1955 1 52 1}
-test clock-3.159 {ISO week-based calendar 1955-W52-6} {
- clock format -441936000 -format {%a %A %g %G %u %V %w} -gmt true; # 1955-W52-6
-} {Sat Saturday 55 1955 6 52 6}
-test clock-3.160 {ISO week-based calendar 1955-W52-7} {
- clock format -441849600 -format {%a %A %g %G %u %V %w} -gmt true; # 1955-W52-7
-} {Sun Sunday 55 1955 7 52 0}
-test clock-3.161 {ISO week-based calendar 1956-W01-1} {
- clock format -441763200 -format {%a %A %g %G %u %V %w} -gmt true; # 1956-W01-1
-} {Mon Monday 56 1956 1 01 1}
-test clock-3.162 {ISO week-based calendar 1956-W01-7} {
- clock format -441244800 -format {%a %A %g %G %u %V %w} -gmt true; # 1956-W01-7
-} {Sun Sunday 56 1956 7 01 0}
-test clock-3.163 {ISO week-based calendar 1956-W02-1} {
- clock format -441158400 -format {%a %A %g %G %u %V %w} -gmt true; # 1956-W02-1
-} {Mon Monday 56 1956 1 02 1}
-test clock-3.164 {ISO week-based calendar 1956-W52-1} {
- clock format -410918400 -format {%a %A %g %G %u %V %w} -gmt true; # 1956-W52-1
-} {Mon Monday 56 1956 1 52 1}
-test clock-3.165 {ISO week-based calendar 1956-W52-7} {
- clock format -410400000 -format {%a %A %g %G %u %V %w} -gmt true; # 1956-W52-7
-} {Sun Sunday 56 1956 7 52 0}
-test clock-3.166 {ISO week-based calendar 1957-W01-1} {
- clock format -410313600 -format {%a %A %g %G %u %V %w} -gmt true; # 1957-W01-1
-} {Mon Monday 57 1957 1 01 1}
-test clock-3.167 {ISO week-based calendar 1957-W01-2} {
- clock format -410227200 -format {%a %A %g %G %u %V %w} -gmt true; # 1957-W01-2
-} {Tue Tuesday 57 1957 2 01 2}
-test clock-3.168 {ISO week-based calendar 1957-W01-7} {
- clock format -409795200 -format {%a %A %g %G %u %V %w} -gmt true; # 1957-W01-7
-} {Sun Sunday 57 1957 7 01 0}
-test clock-3.169 {ISO week-based calendar 1957-W02-1} {
- clock format -409708800 -format {%a %A %g %G %u %V %w} -gmt true; # 1957-W02-1
-} {Mon Monday 57 1957 1 02 1}
-test clock-3.170 {ISO week-based calendar 1958-W52-1} {
- clock format -348019200 -format {%a %A %g %G %u %V %w} -gmt true; # 1958-W52-1
-} {Mon Monday 58 1958 1 52 1}
-test clock-3.171 {ISO week-based calendar 1958-W52-7} {
- clock format -347500800 -format {%a %A %g %G %u %V %w} -gmt true; # 1958-W52-7
-} {Sun Sunday 58 1958 7 52 0}
-test clock-3.172 {ISO week-based calendar 1959-W01-1} {
- clock format -347414400 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W01-1
-} {Mon Monday 59 1959 1 01 1}
-test clock-3.173 {ISO week-based calendar 1959-W01-4} {
- clock format -347155200 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W01-4
-} {Thu Thursday 59 1959 4 01 4}
-test clock-3.174 {ISO week-based calendar 1959-W01-7} {
- clock format -346896000 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W01-7
-} {Sun Sunday 59 1959 7 01 0}
-test clock-3.175 {ISO week-based calendar 1959-W02-1} {
- clock format -346809600 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W02-1
-} {Mon Monday 59 1959 1 02 1}
-test clock-3.176 {ISO week-based calendar 1959-W53-1} {
- clock format -315964800 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W53-1
-} {Mon Monday 59 1959 1 53 1}
-test clock-3.177 {ISO week-based calendar 1959-W53-5} {
- clock format -315619200 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W53-5
-} {Fri Friday 59 1959 5 53 5}
-test clock-3.178 {ISO week-based calendar 1959-W53-7} {
- clock format -315446400 -format {%a %A %g %G %u %V %w} -gmt true; # 1959-W53-7
-} {Sun Sunday 59 1959 7 53 0}
-test clock-3.179 {ISO week-based calendar 1960-W01-1} {
- clock format -315360000 -format {%a %A %g %G %u %V %w} -gmt true; # 1960-W01-1
-} {Mon Monday 60 1960 1 01 1}
-test clock-3.180 {ISO week-based calendar 1960-W01-7} {
- clock format -314841600 -format {%a %A %g %G %u %V %w} -gmt true; # 1960-W01-7
-} {Sun Sunday 60 1960 7 01 0}
-test clock-3.181 {ISO week-based calendar 1960-W02-1} {
- clock format -314755200 -format {%a %A %g %G %u %V %w} -gmt true; # 1960-W02-1
-} {Mon Monday 60 1960 1 02 1}
-test clock-3.182 {ISO week-based calendar 1960-W52-1} {
- clock format -284515200 -format {%a %A %g %G %u %V %w} -gmt true; # 1960-W52-1
-} {Mon Monday 60 1960 1 52 1}
-test clock-3.183 {ISO week-based calendar 1960-W52-6} {
- clock format -284083200 -format {%a %A %g %G %u %V %w} -gmt true; # 1960-W52-6
-} {Sat Saturday 60 1960 6 52 6}
-test clock-3.184 {ISO week-based calendar 1960-W52-7} {
- clock format -283996800 -format {%a %A %g %G %u %V %w} -gmt true; # 1960-W52-7
-} {Sun Sunday 60 1960 7 52 0}
-test clock-3.185 {ISO week-based calendar 1961-W01-1} {
- clock format -283910400 -format {%a %A %g %G %u %V %w} -gmt true; # 1961-W01-1
-} {Mon Monday 61 1961 1 01 1}
-test clock-3.186 {ISO week-based calendar 1961-W01-7} {
- clock format -283392000 -format {%a %A %g %G %u %V %w} -gmt true; # 1961-W01-7
-} {Sun Sunday 61 1961 7 01 0}
-test clock-3.187 {ISO week-based calendar 1961-W02-1} {
- clock format -283305600 -format {%a %A %g %G %u %V %w} -gmt true; # 1961-W02-1
-} {Mon Monday 61 1961 1 02 1}
-test clock-3.188 {ISO week-based calendar 1961-W52-1} {
- clock format -253065600 -format {%a %A %g %G %u %V %w} -gmt true; # 1961-W52-1
-} {Mon Monday 61 1961 1 52 1}
-test clock-3.189 {ISO week-based calendar 1961-W52-7} {
- clock format -252547200 -format {%a %A %g %G %u %V %w} -gmt true; # 1961-W52-7
-} {Sun Sunday 61 1961 7 52 0}
-test clock-3.190 {ISO week-based calendar 1962-W01-1} {
- clock format -252460800 -format {%a %A %g %G %u %V %w} -gmt true; # 1962-W01-1
-} {Mon Monday 62 1962 1 01 1}
-test clock-3.191 {ISO week-based calendar 1962-W01-7} {
- clock format -251942400 -format {%a %A %g %G %u %V %w} -gmt true; # 1962-W01-7
-} {Sun Sunday 62 1962 7 01 0}
-test clock-3.192 {ISO week-based calendar 1962-W02-1} {
- clock format -251856000 -format {%a %A %g %G %u %V %w} -gmt true; # 1962-W02-1
-} {Mon Monday 62 1962 1 02 1}
-test clock-3.193 {ISO week-based calendar 1962-W52-1} {
- clock format -221616000 -format {%a %A %g %G %u %V %w} -gmt true; # 1962-W52-1
-} {Mon Monday 62 1962 1 52 1}
-test clock-3.194 {ISO week-based calendar 1962-W52-7} {
- clock format -221097600 -format {%a %A %g %G %u %V %w} -gmt true; # 1962-W52-7
-} {Sun Sunday 62 1962 7 52 0}
-test clock-3.195 {ISO week-based calendar 1963-W01-1} {
- clock format -221011200 -format {%a %A %g %G %u %V %w} -gmt true; # 1963-W01-1
-} {Mon Monday 63 1963 1 01 1}
-test clock-3.196 {ISO week-based calendar 1963-W01-2} {
- clock format -220924800 -format {%a %A %g %G %u %V %w} -gmt true; # 1963-W01-2
-} {Tue Tuesday 63 1963 2 01 2}
-test clock-3.197 {ISO week-based calendar 1963-W01-7} {
- clock format -220492800 -format {%a %A %g %G %u %V %w} -gmt true; # 1963-W01-7
-} {Sun Sunday 63 1963 7 01 0}
-test clock-3.198 {ISO week-based calendar 1963-W02-1} {
- clock format -220406400 -format {%a %A %g %G %u %V %w} -gmt true; # 1963-W02-1
-} {Mon Monday 63 1963 1 02 1}
-test clock-3.199 {ISO week-based calendar 1963-W52-1} {
- clock format -190166400 -format {%a %A %g %G %u %V %w} -gmt true; # 1963-W52-1
-} {Mon Monday 63 1963 1 52 1}
-test clock-3.200 {ISO week-based calendar 1963-W52-7} {
- clock format -189648000 -format {%a %A %g %G %u %V %w} -gmt true; # 1963-W52-7
-} {Sun Sunday 63 1963 7 52 0}
-test clock-3.201 {ISO week-based calendar 1964-W01-1} {
- clock format -189561600 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W01-1
-} {Mon Monday 64 1964 1 01 1}
-test clock-3.202 {ISO week-based calendar 1964-W01-3} {
- clock format -189388800 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W01-3
-} {Wed Wednesday 64 1964 3 01 3}
-test clock-3.203 {ISO week-based calendar 1964-W01-7} {
- clock format -189043200 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W01-7
-} {Sun Sunday 64 1964 7 01 0}
-test clock-3.204 {ISO week-based calendar 1964-W02-1} {
- clock format -188956800 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W02-1
-} {Mon Monday 64 1964 1 02 1}
-test clock-3.205 {ISO week-based calendar 1964-W53-1} {
- clock format -158112000 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W53-1
-} {Mon Monday 64 1964 1 53 1}
-test clock-3.206 {ISO week-based calendar 1964-W53-5} {
- clock format -157766400 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W53-5
-} {Fri Friday 64 1964 5 53 5}
-test clock-3.207 {ISO week-based calendar 1964-W53-7} {
- clock format -157593600 -format {%a %A %g %G %u %V %w} -gmt true; # 1964-W53-7
-} {Sun Sunday 64 1964 7 53 0}
-test clock-3.208 {ISO week-based calendar 1965-W01-1} {
- clock format -157507200 -format {%a %A %g %G %u %V %w} -gmt true; # 1965-W01-1
-} {Mon Monday 65 1965 1 01 1}
-test clock-3.209 {ISO week-based calendar 1965-W01-7} {
- clock format -156988800 -format {%a %A %g %G %u %V %w} -gmt true; # 1965-W01-7
-} {Sun Sunday 65 1965 7 01 0}
-test clock-3.210 {ISO week-based calendar 1965-W02-1} {
- clock format -156902400 -format {%a %A %g %G %u %V %w} -gmt true; # 1965-W02-1
-} {Mon Monday 65 1965 1 02 1}
-test clock-3.211 {ISO week-based calendar 1965-W52-1} {
- clock format -126662400 -format {%a %A %g %G %u %V %w} -gmt true; # 1965-W52-1
-} {Mon Monday 65 1965 1 52 1}
-test clock-3.212 {ISO week-based calendar 1965-W52-6} {
- clock format -126230400 -format {%a %A %g %G %u %V %w} -gmt true; # 1965-W52-6
-} {Sat Saturday 65 1965 6 52 6}
-test clock-3.213 {ISO week-based calendar 1965-W52-7} {
- clock format -126144000 -format {%a %A %g %G %u %V %w} -gmt true; # 1965-W52-7
-} {Sun Sunday 65 1965 7 52 0}
-test clock-3.214 {ISO week-based calendar 1966-W01-1} {
- clock format -126057600 -format {%a %A %g %G %u %V %w} -gmt true; # 1966-W01-1
-} {Mon Monday 66 1966 1 01 1}
-test clock-3.215 {ISO week-based calendar 1966-W01-7} {
- clock format -125539200 -format {%a %A %g %G %u %V %w} -gmt true; # 1966-W01-7
-} {Sun Sunday 66 1966 7 01 0}
-test clock-3.216 {ISO week-based calendar 1966-W02-1} {
- clock format -125452800 -format {%a %A %g %G %u %V %w} -gmt true; # 1966-W02-1
-} {Mon Monday 66 1966 1 02 1}
-test clock-3.217 {ISO week-based calendar 1966-W52-1} {
- clock format -95212800 -format {%a %A %g %G %u %V %w} -gmt true; # 1966-W52-1
-} {Mon Monday 66 1966 1 52 1}
-test clock-3.218 {ISO week-based calendar 1966-W52-6} {
- clock format -94780800 -format {%a %A %g %G %u %V %w} -gmt true; # 1966-W52-6
-} {Sat Saturday 66 1966 6 52 6}
-test clock-3.219 {ISO week-based calendar 1966-W52-7} {
- clock format -94694400 -format {%a %A %g %G %u %V %w} -gmt true; # 1966-W52-7
-} {Sun Sunday 66 1966 7 52 0}
-test clock-3.220 {ISO week-based calendar 1967-W01-1} {
- clock format -94608000 -format {%a %A %g %G %u %V %w} -gmt true; # 1967-W01-1
-} {Mon Monday 67 1967 1 01 1}
-test clock-3.221 {ISO week-based calendar 1967-W01-7} {
- clock format -94089600 -format {%a %A %g %G %u %V %w} -gmt true; # 1967-W01-7
-} {Sun Sunday 67 1967 7 01 0}
-test clock-3.222 {ISO week-based calendar 1967-W02-1} {
- clock format -94003200 -format {%a %A %g %G %u %V %w} -gmt true; # 1967-W02-1
-} {Mon Monday 67 1967 1 02 1}
-test clock-3.223 {ISO week-based calendar 1967-W52-1} {
- clock format -63763200 -format {%a %A %g %G %u %V %w} -gmt true; # 1967-W52-1
-} {Mon Monday 67 1967 1 52 1}
-test clock-3.224 {ISO week-based calendar 1967-W52-7} {
- clock format -63244800 -format {%a %A %g %G %u %V %w} -gmt true; # 1967-W52-7
-} {Sun Sunday 67 1967 7 52 0}
-test clock-3.225 {ISO week-based calendar 1968-W01-1} {
- clock format -63158400 -format {%a %A %g %G %u %V %w} -gmt true; # 1968-W01-1
-} {Mon Monday 68 1968 1 01 1}
-test clock-3.226 {ISO week-based calendar 1968-W01-7} {
- clock format -62640000 -format {%a %A %g %G %u %V %w} -gmt true; # 1968-W01-7
-} {Sun Sunday 68 1968 7 01 0}
-test clock-3.227 {ISO week-based calendar 1968-W02-1} {
- clock format -62553600 -format {%a %A %g %G %u %V %w} -gmt true; # 1968-W02-1
-} {Mon Monday 68 1968 1 02 1}
-test clock-3.228 {ISO week-based calendar 1968-W52-1} {
- clock format -32313600 -format {%a %A %g %G %u %V %w} -gmt true; # 1968-W52-1
-} {Mon Monday 68 1968 1 52 1}
-test clock-3.229 {ISO week-based calendar 1968-W52-7} {
- clock format -31795200 -format {%a %A %g %G %u %V %w} -gmt true; # 1968-W52-7
-} {Sun Sunday 68 1968 7 52 0}
-test clock-3.230 {ISO week-based calendar 1969-W01-1} {
- clock format -31708800 -format {%a %A %g %G %u %V %w} -gmt true; # 1969-W01-1
-} {Mon Monday 69 1969 1 01 1}
-test clock-3.231 {ISO week-based calendar 1969-W01-3} {
- clock format -31536000 -format {%a %A %g %G %u %V %w} -gmt true; # 1969-W01-3
-} {Wed Wednesday 69 1969 3 01 3}
-test clock-3.232 {ISO week-based calendar 1969-W01-7} {
- clock format -31190400 -format {%a %A %g %G %u %V %w} -gmt true; # 1969-W01-7
-} {Sun Sunday 69 1969 7 01 0}
-test clock-3.233 {ISO week-based calendar 1969-W02-1} {
- clock format -31104000 -format {%a %A %g %G %u %V %w} -gmt true; # 1969-W02-1
-} {Mon Monday 69 1969 1 02 1}
-test clock-3.234 {ISO week-based calendar 1969-W52-1} {
- clock format -864000 -format {%a %A %g %G %u %V %w} -gmt true; # 1969-W52-1
-} {Mon Monday 69 1969 1 52 1}
-test clock-3.235 {ISO week-based calendar 1969-W52-7} {
- clock format -345600 -format {%a %A %g %G %u %V %w} -gmt true; # 1969-W52-7
-} {Sun Sunday 69 1969 7 52 0}
-test clock-3.236 {ISO week-based calendar 1970-W01-1} {
- clock format -259200 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W01-1
-} {Mon Monday 70 1970 1 01 1}
-test clock-3.237 {ISO week-based calendar 1970-W01-4} {
- clock format 0 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W01-4
-} {Thu Thursday 70 1970 4 01 4}
-test clock-3.238 {ISO week-based calendar 1970-W01-7} {
- clock format 259200 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W01-7
-} {Sun Sunday 70 1970 7 01 0}
-test clock-3.239 {ISO week-based calendar 1970-W02-1} {
- clock format 345600 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W02-1
-} {Mon Monday 70 1970 1 02 1}
-test clock-3.240 {ISO week-based calendar 1970-W53-1} {
- clock format 31190400 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W53-1
-} {Mon Monday 70 1970 1 53 1}
-test clock-3.241 {ISO week-based calendar 1970-W53-5} {
- clock format 31536000 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W53-5
-} {Fri Friday 70 1970 5 53 5}
-test clock-3.242 {ISO week-based calendar 1970-W53-7} {
- clock format 31708800 -format {%a %A %g %G %u %V %w} -gmt true; # 1970-W53-7
-} {Sun Sunday 70 1970 7 53 0}
-test clock-3.243 {ISO week-based calendar 1971-W01-1} {
- clock format 31795200 -format {%a %A %g %G %u %V %w} -gmt true; # 1971-W01-1
-} {Mon Monday 71 1971 1 01 1}
-test clock-3.244 {ISO week-based calendar 1971-W01-7} {
- clock format 32313600 -format {%a %A %g %G %u %V %w} -gmt true; # 1971-W01-7
-} {Sun Sunday 71 1971 7 01 0}
-test clock-3.245 {ISO week-based calendar 1971-W02-1} {
- clock format 32400000 -format {%a %A %g %G %u %V %w} -gmt true; # 1971-W02-1
-} {Mon Monday 71 1971 1 02 1}
-test clock-3.246 {ISO week-based calendar 1971-W52-1} {
- clock format 62640000 -format {%a %A %g %G %u %V %w} -gmt true; # 1971-W52-1
-} {Mon Monday 71 1971 1 52 1}
-test clock-3.247 {ISO week-based calendar 1971-W52-6} {
- clock format 63072000 -format {%a %A %g %G %u %V %w} -gmt true; # 1971-W52-6
-} {Sat Saturday 71 1971 6 52 6}
-test clock-3.248 {ISO week-based calendar 1971-W52-7} {
- clock format 63158400 -format {%a %A %g %G %u %V %w} -gmt true; # 1971-W52-7
-} {Sun Sunday 71 1971 7 52 0}
-test clock-3.249 {ISO week-based calendar 1972-W01-1} {
- clock format 63244800 -format {%a %A %g %G %u %V %w} -gmt true; # 1972-W01-1
-} {Mon Monday 72 1972 1 01 1}
-test clock-3.250 {ISO week-based calendar 1972-W01-7} {
- clock format 63763200 -format {%a %A %g %G %u %V %w} -gmt true; # 1972-W01-7
-} {Sun Sunday 72 1972 7 01 0}
-test clock-3.251 {ISO week-based calendar 1972-W02-1} {
- clock format 63849600 -format {%a %A %g %G %u %V %w} -gmt true; # 1972-W02-1
-} {Mon Monday 72 1972 1 02 1}
-test clock-3.252 {ISO week-based calendar 1972-W52-1} {
- clock format 94089600 -format {%a %A %g %G %u %V %w} -gmt true; # 1972-W52-1
-} {Mon Monday 72 1972 1 52 1}
-test clock-3.253 {ISO week-based calendar 1972-W52-7} {
- clock format 94608000 -format {%a %A %g %G %u %V %w} -gmt true; # 1972-W52-7
-} {Sun Sunday 72 1972 7 52 0}
-test clock-3.254 {ISO week-based calendar 1973-W01-1} {
- clock format 94694400 -format {%a %A %g %G %u %V %w} -gmt true; # 1973-W01-1
-} {Mon Monday 73 1973 1 01 1}
-test clock-3.255 {ISO week-based calendar 1973-W01-7} {
- clock format 95212800 -format {%a %A %g %G %u %V %w} -gmt true; # 1973-W01-7
-} {Sun Sunday 73 1973 7 01 0}
-test clock-3.256 {ISO week-based calendar 1973-W02-1} {
- clock format 95299200 -format {%a %A %g %G %u %V %w} -gmt true; # 1973-W02-1
-} {Mon Monday 73 1973 1 02 1}
-test clock-3.257 {ISO week-based calendar 1973-W52-1} {
- clock format 125539200 -format {%a %A %g %G %u %V %w} -gmt true; # 1973-W52-1
-} {Mon Monday 73 1973 1 52 1}
-test clock-3.258 {ISO week-based calendar 1973-W52-7} {
- clock format 126057600 -format {%a %A %g %G %u %V %w} -gmt true; # 1973-W52-7
-} {Sun Sunday 73 1973 7 52 0}
-test clock-3.259 {ISO week-based calendar 1974-W01-1} {
- clock format 126144000 -format {%a %A %g %G %u %V %w} -gmt true; # 1974-W01-1
-} {Mon Monday 74 1974 1 01 1}
-test clock-3.260 {ISO week-based calendar 1974-W01-2} {
- clock format 126230400 -format {%a %A %g %G %u %V %w} -gmt true; # 1974-W01-2
-} {Tue Tuesday 74 1974 2 01 2}
-test clock-3.261 {ISO week-based calendar 1974-W01-7} {
- clock format 126662400 -format {%a %A %g %G %u %V %w} -gmt true; # 1974-W01-7
-} {Sun Sunday 74 1974 7 01 0}
-test clock-3.262 {ISO week-based calendar 1974-W02-1} {
- clock format 126748800 -format {%a %A %g %G %u %V %w} -gmt true; # 1974-W02-1
-} {Mon Monday 74 1974 1 02 1}
-test clock-3.263 {ISO week-based calendar 1974-W52-1} {
- clock format 156988800 -format {%a %A %g %G %u %V %w} -gmt true; # 1974-W52-1
-} {Mon Monday 74 1974 1 52 1}
-test clock-3.264 {ISO week-based calendar 1974-W52-7} {
- clock format 157507200 -format {%a %A %g %G %u %V %w} -gmt true; # 1974-W52-7
-} {Sun Sunday 74 1974 7 52 0}
-test clock-3.265 {ISO week-based calendar 1975-W01-1} {
- clock format 157593600 -format {%a %A %g %G %u %V %w} -gmt true; # 1975-W01-1
-} {Mon Monday 75 1975 1 01 1}
-test clock-3.266 {ISO week-based calendar 1975-W01-3} {
- clock format 157766400 -format {%a %A %g %G %u %V %w} -gmt true; # 1975-W01-3
-} {Wed Wednesday 75 1975 3 01 3}
-test clock-3.267 {ISO week-based calendar 1975-W01-7} {
- clock format 158112000 -format {%a %A %g %G %u %V %w} -gmt true; # 1975-W01-7
-} {Sun Sunday 75 1975 7 01 0}
-test clock-3.268 {ISO week-based calendar 1975-W02-1} {
- clock format 158198400 -format {%a %A %g %G %u %V %w} -gmt true; # 1975-W02-1
-} {Mon Monday 75 1975 1 02 1}
-test clock-3.269 {ISO week-based calendar 1975-W52-1} {
- clock format 188438400 -format {%a %A %g %G %u %V %w} -gmt true; # 1975-W52-1
-} {Mon Monday 75 1975 1 52 1}
-test clock-3.270 {ISO week-based calendar 1975-W52-7} {
- clock format 188956800 -format {%a %A %g %G %u %V %w} -gmt true; # 1975-W52-7
-} {Sun Sunday 75 1975 7 52 0}
-test clock-3.271 {ISO week-based calendar 1976-W01-1} {
- clock format 189043200 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W01-1
-} {Mon Monday 76 1976 1 01 1}
-test clock-3.272 {ISO week-based calendar 1976-W01-4} {
- clock format 189302400 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W01-4
-} {Thu Thursday 76 1976 4 01 4}
-test clock-3.273 {ISO week-based calendar 1976-W01-7} {
- clock format 189561600 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W01-7
-} {Sun Sunday 76 1976 7 01 0}
-test clock-3.274 {ISO week-based calendar 1976-W02-1} {
- clock format 189648000 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W02-1
-} {Mon Monday 76 1976 1 02 1}
-test clock-3.275 {ISO week-based calendar 1976-W53-1} {
- clock format 220492800 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W53-1
-} {Mon Monday 76 1976 1 53 1}
-test clock-3.276 {ISO week-based calendar 1976-W53-6} {
- clock format 220924800 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W53-6
-} {Sat Saturday 76 1976 6 53 6}
-test clock-3.277 {ISO week-based calendar 1976-W53-7} {
- clock format 221011200 -format {%a %A %g %G %u %V %w} -gmt true; # 1976-W53-7
-} {Sun Sunday 76 1976 7 53 0}
-test clock-3.278 {ISO week-based calendar 1977-W01-1} {
- clock format 221097600 -format {%a %A %g %G %u %V %w} -gmt true; # 1977-W01-1
-} {Mon Monday 77 1977 1 01 1}
-test clock-3.279 {ISO week-based calendar 1977-W01-7} {
- clock format 221616000 -format {%a %A %g %G %u %V %w} -gmt true; # 1977-W01-7
-} {Sun Sunday 77 1977 7 01 0}
-test clock-3.280 {ISO week-based calendar 1977-W02-1} {
- clock format 221702400 -format {%a %A %g %G %u %V %w} -gmt true; # 1977-W02-1
-} {Mon Monday 77 1977 1 02 1}
-test clock-3.281 {ISO week-based calendar 1977-W52-1} {
- clock format 251942400 -format {%a %A %g %G %u %V %w} -gmt true; # 1977-W52-1
-} {Mon Monday 77 1977 1 52 1}
-test clock-3.282 {ISO week-based calendar 1977-W52-6} {
- clock format 252374400 -format {%a %A %g %G %u %V %w} -gmt true; # 1977-W52-6
-} {Sat Saturday 77 1977 6 52 6}
-test clock-3.283 {ISO week-based calendar 1977-W52-7} {
- clock format 252460800 -format {%a %A %g %G %u %V %w} -gmt true; # 1977-W52-7
-} {Sun Sunday 77 1977 7 52 0}
-test clock-3.284 {ISO week-based calendar 1978-W01-1} {
- clock format 252547200 -format {%a %A %g %G %u %V %w} -gmt true; # 1978-W01-1
-} {Mon Monday 78 1978 1 01 1}
-test clock-3.285 {ISO week-based calendar 1978-W01-7} {
- clock format 253065600 -format {%a %A %g %G %u %V %w} -gmt true; # 1978-W01-7
-} {Sun Sunday 78 1978 7 01 0}
-test clock-3.286 {ISO week-based calendar 1978-W02-1} {
- clock format 253152000 -format {%a %A %g %G %u %V %w} -gmt true; # 1978-W02-1
-} {Mon Monday 78 1978 1 02 1}
-test clock-3.287 {ISO week-based calendar 1978-W52-1} {
- clock format 283392000 -format {%a %A %g %G %u %V %w} -gmt true; # 1978-W52-1
-} {Mon Monday 78 1978 1 52 1}
-test clock-3.288 {ISO week-based calendar 1978-W52-7} {
- clock format 283910400 -format {%a %A %g %G %u %V %w} -gmt true; # 1978-W52-7
-} {Sun Sunday 78 1978 7 52 0}
-test clock-3.289 {ISO week-based calendar 1979-W01-1} {
- clock format 283996800 -format {%a %A %g %G %u %V %w} -gmt true; # 1979-W01-1
-} {Mon Monday 79 1979 1 01 1}
-test clock-3.290 {ISO week-based calendar 1979-W01-7} {
- clock format 284515200 -format {%a %A %g %G %u %V %w} -gmt true; # 1979-W01-7
-} {Sun Sunday 79 1979 7 01 0}
-test clock-3.291 {ISO week-based calendar 1979-W02-1} {
- clock format 284601600 -format {%a %A %g %G %u %V %w} -gmt true; # 1979-W02-1
-} {Mon Monday 79 1979 1 02 1}
-test clock-3.292 {ISO week-based calendar 1979-W52-1} {
- clock format 314841600 -format {%a %A %g %G %u %V %w} -gmt true; # 1979-W52-1
-} {Mon Monday 79 1979 1 52 1}
-test clock-3.293 {ISO week-based calendar 1979-W52-7} {
- clock format 315360000 -format {%a %A %g %G %u %V %w} -gmt true; # 1979-W52-7
-} {Sun Sunday 79 1979 7 52 0}
-test clock-3.294 {ISO week-based calendar 1980-W01-1} {
- clock format 315446400 -format {%a %A %g %G %u %V %w} -gmt true; # 1980-W01-1
-} {Mon Monday 80 1980 1 01 1}
-test clock-3.295 {ISO week-based calendar 1980-W01-2} {
- clock format 315532800 -format {%a %A %g %G %u %V %w} -gmt true; # 1980-W01-2
-} {Tue Tuesday 80 1980 2 01 2}
-test clock-3.296 {ISO week-based calendar 1980-W01-7} {
- clock format 315964800 -format {%a %A %g %G %u %V %w} -gmt true; # 1980-W01-7
-} {Sun Sunday 80 1980 7 01 0}
-test clock-3.297 {ISO week-based calendar 1980-W02-1} {
- clock format 316051200 -format {%a %A %g %G %u %V %w} -gmt true; # 1980-W02-1
-} {Mon Monday 80 1980 1 02 1}
-test clock-3.298 {ISO week-based calendar 1980-W52-1} {
- clock format 346291200 -format {%a %A %g %G %u %V %w} -gmt true; # 1980-W52-1
-} {Mon Monday 80 1980 1 52 1}
-test clock-3.299 {ISO week-based calendar 1980-W52-7} {
- clock format 346809600 -format {%a %A %g %G %u %V %w} -gmt true; # 1980-W52-7
-} {Sun Sunday 80 1980 7 52 0}
-test clock-3.300 {ISO week-based calendar 1981-W01-1} {
- clock format 346896000 -format {%a %A %g %G %u %V %w} -gmt true; # 1981-W01-1
-} {Mon Monday 81 1981 1 01 1}
-test clock-3.301 {ISO week-based calendar 1981-W01-4} {
- clock format 347155200 -format {%a %A %g %G %u %V %w} -gmt true; # 1981-W01-4
-} {Thu Thursday 81 1981 4 01 4}
-test clock-3.302 {ISO week-based calendar 1981-W01-7} {
- clock format 347414400 -format {%a %A %g %G %u %V %w} -gmt true; # 1981-W01-7
-} {Sun Sunday 81 1981 7 01 0}
-test clock-3.303 {ISO week-based calendar 1981-W02-1} {
- clock format 347500800 -format {%a %A %g %G %u %V %w} -gmt true; # 1981-W02-1
-} {Mon Monday 81 1981 1 02 1}
-test clock-3.304 {ISO week-based calendar 1983-W52-1} {
- clock format 441244800 -format {%a %A %g %G %u %V %w} -gmt true; # 1983-W52-1
-} {Mon Monday 83 1983 1 52 1}
-test clock-3.305 {ISO week-based calendar 1983-W52-6} {
- clock format 441676800 -format {%a %A %g %G %u %V %w} -gmt true; # 1983-W52-6
-} {Sat Saturday 83 1983 6 52 6}
-test clock-3.306 {ISO week-based calendar 1983-W52-7} {
- clock format 441763200 -format {%a %A %g %G %u %V %w} -gmt true; # 1983-W52-7
-} {Sun Sunday 83 1983 7 52 0}
-test clock-3.307 {ISO week-based calendar 1984-W01-1} {
- clock format 441849600 -format {%a %A %g %G %u %V %w} -gmt true; # 1984-W01-1
-} {Mon Monday 84 1984 1 01 1}
-test clock-3.308 {ISO week-based calendar 1984-W01-7} {
- clock format 442368000 -format {%a %A %g %G %u %V %w} -gmt true; # 1984-W01-7
-} {Sun Sunday 84 1984 7 01 0}
-test clock-3.309 {ISO week-based calendar 1984-W02-1} {
- clock format 442454400 -format {%a %A %g %G %u %V %w} -gmt true; # 1984-W02-1
-} {Mon Monday 84 1984 1 02 1}
-test clock-3.310 {ISO week-based calendar 1984-W52-1} {
- clock format 472694400 -format {%a %A %g %G %u %V %w} -gmt true; # 1984-W52-1
-} {Mon Monday 84 1984 1 52 1}
-test clock-3.311 {ISO week-based calendar 1984-W52-7} {
- clock format 473212800 -format {%a %A %g %G %u %V %w} -gmt true; # 1984-W52-7
-} {Sun Sunday 84 1984 7 52 0}
-test clock-3.312 {ISO week-based calendar 1985-W01-1} {
- clock format 473299200 -format {%a %A %g %G %u %V %w} -gmt true; # 1985-W01-1
-} {Mon Monday 85 1985 1 01 1}
-test clock-3.313 {ISO week-based calendar 1985-W01-2} {
- clock format 473385600 -format {%a %A %g %G %u %V %w} -gmt true; # 1985-W01-2
-} {Tue Tuesday 85 1985 2 01 2}
-test clock-3.314 {ISO week-based calendar 1985-W01-7} {
- clock format 473817600 -format {%a %A %g %G %u %V %w} -gmt true; # 1985-W01-7
-} {Sun Sunday 85 1985 7 01 0}
-test clock-3.315 {ISO week-based calendar 1985-W02-1} {
- clock format 473904000 -format {%a %A %g %G %u %V %w} -gmt true; # 1985-W02-1
-} {Mon Monday 85 1985 1 02 1}
-test clock-3.316 {ISO week-based calendar 1987-W53-1} {
- clock format 567648000 -format {%a %A %g %G %u %V %w} -gmt true; # 1987-W53-1
-} {Mon Monday 87 1987 1 53 1}
-test clock-3.317 {ISO week-based calendar 1987-W53-5} {
- clock format 567993600 -format {%a %A %g %G %u %V %w} -gmt true; # 1987-W53-5
-} {Fri Friday 87 1987 5 53 5}
-test clock-3.318 {ISO week-based calendar 1987-W53-7} {
- clock format 568166400 -format {%a %A %g %G %u %V %w} -gmt true; # 1987-W53-7
-} {Sun Sunday 87 1987 7 53 0}
-test clock-3.319 {ISO week-based calendar 1988-W01-1} {
- clock format 568252800 -format {%a %A %g %G %u %V %w} -gmt true; # 1988-W01-1
-} {Mon Monday 88 1988 1 01 1}
-test clock-3.320 {ISO week-based calendar 1988-W01-7} {
- clock format 568771200 -format {%a %A %g %G %u %V %w} -gmt true; # 1988-W01-7
-} {Sun Sunday 88 1988 7 01 0}
-test clock-3.321 {ISO week-based calendar 1988-W02-1} {
- clock format 568857600 -format {%a %A %g %G %u %V %w} -gmt true; # 1988-W02-1
-} {Mon Monday 88 1988 1 02 1}
-test clock-3.322 {ISO week-based calendar 1988-W52-1} {
- clock format 599097600 -format {%a %A %g %G %u %V %w} -gmt true; # 1988-W52-1
-} {Mon Monday 88 1988 1 52 1}
-test clock-3.323 {ISO week-based calendar 1988-W52-6} {
- clock format 599529600 -format {%a %A %g %G %u %V %w} -gmt true; # 1988-W52-6
-} {Sat Saturday 88 1988 6 52 6}
-test clock-3.324 {ISO week-based calendar 1988-W52-7} {
- clock format 599616000 -format {%a %A %g %G %u %V %w} -gmt true; # 1988-W52-7
-} {Sun Sunday 88 1988 7 52 0}
-test clock-3.325 {ISO week-based calendar 1989-W01-1} {
- clock format 599702400 -format {%a %A %g %G %u %V %w} -gmt true; # 1989-W01-1
-} {Mon Monday 89 1989 1 01 1}
-test clock-3.326 {ISO week-based calendar 1989-W01-7} {
- clock format 600220800 -format {%a %A %g %G %u %V %w} -gmt true; # 1989-W01-7
-} {Sun Sunday 89 1989 7 01 0}
-test clock-3.327 {ISO week-based calendar 1989-W02-1} {
- clock format 600307200 -format {%a %A %g %G %u %V %w} -gmt true; # 1989-W02-1
-} {Mon Monday 89 1989 1 02 1}
-test clock-3.328 {ISO week-based calendar 1991-W52-1} {
- clock format 693446400 -format {%a %A %g %G %u %V %w} -gmt true; # 1991-W52-1
-} {Mon Monday 91 1991 1 52 1}
-test clock-3.329 {ISO week-based calendar 1991-W52-7} {
- clock format 693964800 -format {%a %A %g %G %u %V %w} -gmt true; # 1991-W52-7
-} {Sun Sunday 91 1991 7 52 0}
-test clock-3.330 {ISO week-based calendar 1992-W01-1} {
- clock format 694051200 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W01-1
-} {Mon Monday 92 1992 1 01 1}
-test clock-3.331 {ISO week-based calendar 1992-W01-3} {
- clock format 694224000 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W01-3
-} {Wed Wednesday 92 1992 3 01 3}
-test clock-3.332 {ISO week-based calendar 1992-W01-7} {
- clock format 694569600 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W01-7
-} {Sun Sunday 92 1992 7 01 0}
-test clock-3.333 {ISO week-based calendar 1992-W02-1} {
- clock format 694656000 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W02-1
-} {Mon Monday 92 1992 1 02 1}
-test clock-3.334 {ISO week-based calendar 1992-W53-1} {
- clock format 725500800 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W53-1
-} {Mon Monday 92 1992 1 53 1}
-test clock-3.335 {ISO week-based calendar 1992-W53-5} {
- clock format 725846400 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W53-5
-} {Fri Friday 92 1992 5 53 5}
-test clock-3.336 {ISO week-based calendar 1992-W53-7} {
- clock format 726019200 -format {%a %A %g %G %u %V %w} -gmt true; # 1992-W53-7
-} {Sun Sunday 92 1992 7 53 0}
-test clock-3.337 {ISO week-based calendar 1993-W01-1} {
- clock format 726105600 -format {%a %A %g %G %u %V %w} -gmt true; # 1993-W01-1
-} {Mon Monday 93 1993 1 01 1}
-test clock-3.338 {ISO week-based calendar 1993-W01-7} {
- clock format 726624000 -format {%a %A %g %G %u %V %w} -gmt true; # 1993-W01-7
-} {Sun Sunday 93 1993 7 01 0}
-test clock-3.339 {ISO week-based calendar 1993-W02-1} {
- clock format 726710400 -format {%a %A %g %G %u %V %w} -gmt true; # 1993-W02-1
-} {Mon Monday 93 1993 1 02 1}
-test clock-3.340 {ISO week-based calendar 1995-W52-1} {
- clock format 819849600 -format {%a %A %g %G %u %V %w} -gmt true; # 1995-W52-1
-} {Mon Monday 95 1995 1 52 1}
-test clock-3.341 {ISO week-based calendar 1995-W52-7} {
- clock format 820368000 -format {%a %A %g %G %u %V %w} -gmt true; # 1995-W52-7
-} {Sun Sunday 95 1995 7 52 0}
-test clock-3.342 {ISO week-based calendar 1996-W01-1} {
- clock format 820454400 -format {%a %A %g %G %u %V %w} -gmt true; # 1996-W01-1
-} {Mon Monday 96 1996 1 01 1}
-test clock-3.343 {ISO week-based calendar 1996-W01-7} {
- clock format 820972800 -format {%a %A %g %G %u %V %w} -gmt true; # 1996-W01-7
-} {Sun Sunday 96 1996 7 01 0}
-test clock-3.344 {ISO week-based calendar 1996-W02-1} {
- clock format 821059200 -format {%a %A %g %G %u %V %w} -gmt true; # 1996-W02-1
-} {Mon Monday 96 1996 1 02 1}
-test clock-3.345 {ISO week-based calendar 1996-W52-1} {
- clock format 851299200 -format {%a %A %g %G %u %V %w} -gmt true; # 1996-W52-1
-} {Mon Monday 96 1996 1 52 1}
-test clock-3.346 {ISO week-based calendar 1996-W52-7} {
- clock format 851817600 -format {%a %A %g %G %u %V %w} -gmt true; # 1996-W52-7
-} {Sun Sunday 96 1996 7 52 0}
-test clock-3.347 {ISO week-based calendar 1997-W01-1} {
- clock format 851904000 -format {%a %A %g %G %u %V %w} -gmt true; # 1997-W01-1
-} {Mon Monday 97 1997 1 01 1}
-test clock-3.348 {ISO week-based calendar 1997-W01-3} {
- clock format 852076800 -format {%a %A %g %G %u %V %w} -gmt true; # 1997-W01-3
-} {Wed Wednesday 97 1997 3 01 3}
-test clock-3.349 {ISO week-based calendar 1997-W01-7} {
- clock format 852422400 -format {%a %A %g %G %u %V %w} -gmt true; # 1997-W01-7
-} {Sun Sunday 97 1997 7 01 0}
-test clock-3.350 {ISO week-based calendar 1997-W02-1} {
- clock format 852508800 -format {%a %A %g %G %u %V %w} -gmt true; # 1997-W02-1
-} {Mon Monday 97 1997 1 02 1}
-test clock-3.351 {ISO week-based calendar 1999-W52-1} {
- clock format 946252800 -format {%a %A %g %G %u %V %w} -gmt true; # 1999-W52-1
-} {Mon Monday 99 1999 1 52 1}
-test clock-3.352 {ISO week-based calendar 1999-W52-6} {
- clock format 946684800 -format {%a %A %g %G %u %V %w} -gmt true; # 1999-W52-6
-} {Sat Saturday 99 1999 6 52 6}
-test clock-3.353 {ISO week-based calendar 1999-W52-7} {
- clock format 946771200 -format {%a %A %g %G %u %V %w} -gmt true; # 1999-W52-7
-} {Sun Sunday 99 1999 7 52 0}
-test clock-3.354 {ISO week-based calendar 2000-W01-1} {
- clock format 946857600 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-W01-1
-} {Mon Monday 00 2000 1 01 1}
-test clock-3.355 {ISO week-based calendar 2000-W01-7} {
- clock format 947376000 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-W01-7
-} {Sun Sunday 00 2000 7 01 0}
-test clock-3.356 {ISO week-based calendar 2000-W02-1} {
- clock format 947462400 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-W02-1
-} {Mon Monday 00 2000 1 02 1}
-test clock-3.357 {ISO week-based calendar 2000-W52-1} {
- clock format 977702400 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-W52-1
-} {Mon Monday 00 2000 1 52 1}
-test clock-3.358 {ISO week-based calendar 2000-W52-7} {
- clock format 978220800 -format {%a %A %g %G %u %V %w} -gmt true; # 2000-W52-7
-} {Sun Sunday 00 2000 7 52 0}
-test clock-3.359 {ISO week-based calendar 2001-W01-1} {
- clock format 978307200 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-W01-1
-} {Mon Monday 01 2001 1 01 1}
-test clock-3.360 {ISO week-based calendar 2001-W01-7} {
- clock format 978825600 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-W01-7
-} {Sun Sunday 01 2001 7 01 0}
-test clock-3.361 {ISO week-based calendar 2001-W02-1} {
- clock format 978912000 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-W02-1
-} {Mon Monday 01 2001 1 02 1}
-test clock-3.362 {ISO week-based calendar 2001-W52-1} {
- clock format 1009152000 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-W52-1
-} {Mon Monday 01 2001 1 52 1}
-test clock-3.363 {ISO week-based calendar 2001-W52-7} {
- clock format 1009670400 -format {%a %A %g %G %u %V %w} -gmt true; # 2001-W52-7
-} {Sun Sunday 01 2001 7 52 0}
-test clock-3.364 {ISO week-based calendar 2002-W01-1} {
- clock format 1009756800 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-W01-1
-} {Mon Monday 02 2002 1 01 1}
-test clock-3.365 {ISO week-based calendar 2002-W01-2} {
- clock format 1009843200 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-W01-2
-} {Tue Tuesday 02 2002 2 01 2}
-test clock-3.366 {ISO week-based calendar 2002-W01-7} {
- clock format 1010275200 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-W01-7
-} {Sun Sunday 02 2002 7 01 0}
-test clock-3.367 {ISO week-based calendar 2002-W02-1} {
- clock format 1010361600 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-W02-1
-} {Mon Monday 02 2002 1 02 1}
-test clock-3.368 {ISO week-based calendar 2002-W52-1} {
- clock format 1040601600 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-W52-1
-} {Mon Monday 02 2002 1 52 1}
-test clock-3.369 {ISO week-based calendar 2002-W52-7} {
- clock format 1041120000 -format {%a %A %g %G %u %V %w} -gmt true; # 2002-W52-7
-} {Sun Sunday 02 2002 7 52 0}
-test clock-3.370 {ISO week-based calendar 2003-W01-1} {
- clock format 1041206400 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-W01-1
-} {Mon Monday 03 2003 1 01 1}
-test clock-3.371 {ISO week-based calendar 2003-W01-3} {
- clock format 1041379200 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-W01-3
-} {Wed Wednesday 03 2003 3 01 3}
-test clock-3.372 {ISO week-based calendar 2003-W01-7} {
- clock format 1041724800 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-W01-7
-} {Sun Sunday 03 2003 7 01 0}
-test clock-3.373 {ISO week-based calendar 2003-W02-1} {
- clock format 1041811200 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-W02-1
-} {Mon Monday 03 2003 1 02 1}
-test clock-3.374 {ISO week-based calendar 2003-W52-1} {
- clock format 1072051200 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-W52-1
-} {Mon Monday 03 2003 1 52 1}
-test clock-3.375 {ISO week-based calendar 2003-W52-7} {
- clock format 1072569600 -format {%a %A %g %G %u %V %w} -gmt true; # 2003-W52-7
-} {Sun Sunday 03 2003 7 52 0}
-test clock-3.376 {ISO week-based calendar 2004-W01-1} {
- clock format 1072656000 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W01-1
-} {Mon Monday 04 2004 1 01 1}
-test clock-3.377 {ISO week-based calendar 2004-W01-4} {
- clock format 1072915200 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W01-4
-} {Thu Thursday 04 2004 4 01 4}
-test clock-3.378 {ISO week-based calendar 2004-W01-7} {
- clock format 1073174400 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W01-7
-} {Sun Sunday 04 2004 7 01 0}
-test clock-3.379 {ISO week-based calendar 2004-W02-1} {
- clock format 1073260800 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W02-1
-} {Mon Monday 04 2004 1 02 1}
-test clock-3.380 {ISO week-based calendar 2004-W53-1} {
- clock format 1104105600 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W53-1
-} {Mon Monday 04 2004 1 53 1}
-test clock-3.381 {ISO week-based calendar 2004-W53-6} {
- clock format 1104537600 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W53-6
-} {Sat Saturday 04 2004 6 53 6}
-test clock-3.382 {ISO week-based calendar 2004-W53-7} {
- clock format 1104624000 -format {%a %A %g %G %u %V %w} -gmt true; # 2004-W53-7
-} {Sun Sunday 04 2004 7 53 0}
-test clock-3.383 {ISO week-based calendar 2005-W01-1} {
- clock format 1104710400 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-W01-1
-} {Mon Monday 05 2005 1 01 1}
-test clock-3.384 {ISO week-based calendar 2005-W01-7} {
- clock format 1105228800 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-W01-7
-} {Sun Sunday 05 2005 7 01 0}
-test clock-3.385 {ISO week-based calendar 2005-W02-1} {
- clock format 1105315200 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-W02-1
-} {Mon Monday 05 2005 1 02 1}
-test clock-3.386 {ISO week-based calendar 2005-W52-1} {
- clock format 1135555200 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-W52-1
-} {Mon Monday 05 2005 1 52 1}
-test clock-3.387 {ISO week-based calendar 2005-W52-6} {
- clock format 1135987200 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-W52-6
-} {Sat Saturday 05 2005 6 52 6}
-test clock-3.388 {ISO week-based calendar 2005-W52-7} {
- clock format 1136073600 -format {%a %A %g %G %u %V %w} -gmt true; # 2005-W52-7
-} {Sun Sunday 05 2005 7 52 0}
-test clock-3.389 {ISO week-based calendar 2006-W01-1} {
- clock format 1136160000 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-W01-1
-} {Mon Monday 06 2006 1 01 1}
-test clock-3.390 {ISO week-based calendar 2006-W01-7} {
- clock format 1136678400 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-W01-7
-} {Sun Sunday 06 2006 7 01 0}
-test clock-3.391 {ISO week-based calendar 2006-W02-1} {
- clock format 1136764800 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-W02-1
-} {Mon Monday 06 2006 1 02 1}
-test clock-3.392 {ISO week-based calendar 2006-W52-1} {
- clock format 1167004800 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-W52-1
-} {Mon Monday 06 2006 1 52 1}
-test clock-3.393 {ISO week-based calendar 2006-W52-7} {
- clock format 1167523200 -format {%a %A %g %G %u %V %w} -gmt true; # 2006-W52-7
-} {Sun Sunday 06 2006 7 52 0}
-test clock-3.394 {ISO week-based calendar 2007-W01-1} {
- clock format 1167609600 -format {%a %A %g %G %u %V %w} -gmt true; # 2007-W01-1
-} {Mon Monday 07 2007 1 01 1}
-test clock-3.395 {ISO week-based calendar 2007-W01-7} {
- clock format 1168128000 -format {%a %A %g %G %u %V %w} -gmt true; # 2007-W01-7
-} {Sun Sunday 07 2007 7 01 0}
-test clock-3.396 {ISO week-based calendar 2007-W02-1} {
- clock format 1168214400 -format {%a %A %g %G %u %V %w} -gmt true; # 2007-W02-1
-} {Mon Monday 07 2007 1 02 1}
-test clock-3.397 {ISO week-based calendar 2007-W52-1} {
- clock format 1198454400 -format {%a %A %g %G %u %V %w} -gmt true; # 2007-W52-1
-} {Mon Monday 07 2007 1 52 1}
-test clock-3.398 {ISO week-based calendar 2007-W52-7} {
- clock format 1198972800 -format {%a %A %g %G %u %V %w} -gmt true; # 2007-W52-7
-} {Sun Sunday 07 2007 7 52 0}
-test clock-3.399 {ISO week-based calendar 2008-W01-1} {
- clock format 1199059200 -format {%a %A %g %G %u %V %w} -gmt true; # 2008-W01-1
-} {Mon Monday 08 2008 1 01 1}
-test clock-3.400 {ISO week-based calendar 2008-W01-2} {
- clock format 1199145600 -format {%a %A %g %G %u %V %w} -gmt true; # 2008-W01-2
-} {Tue Tuesday 08 2008 2 01 2}
-test clock-3.401 {ISO week-based calendar 2008-W01-7} {
- clock format 1199577600 -format {%a %A %g %G %u %V %w} -gmt true; # 2008-W01-7
-} {Sun Sunday 08 2008 7 01 0}
-test clock-3.402 {ISO week-based calendar 2008-W02-1} {
- clock format 1199664000 -format {%a %A %g %G %u %V %w} -gmt true; # 2008-W02-1
-} {Mon Monday 08 2008 1 02 1}
-test clock-3.403 {ISO week-based calendar 2008-W52-1} {
- clock format 1229904000 -format {%a %A %g %G %u %V %w} -gmt true; # 2008-W52-1
-} {Mon Monday 08 2008 1 52 1}
-test clock-3.404 {ISO week-based calendar 2008-W52-7} {
- clock format 1230422400 -format {%a %A %g %G %u %V %w} -gmt true; # 2008-W52-7
-} {Sun Sunday 08 2008 7 52 0}
-test clock-3.405 {ISO week-based calendar 2009-W01-1} {
- clock format 1230508800 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W01-1
-} {Mon Monday 09 2009 1 01 1}
-test clock-3.406 {ISO week-based calendar 2009-W01-4} {
- clock format 1230768000 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W01-4
-} {Thu Thursday 09 2009 4 01 4}
-test clock-3.407 {ISO week-based calendar 2009-W01-7} {
- clock format 1231027200 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W01-7
-} {Sun Sunday 09 2009 7 01 0}
-test clock-3.408 {ISO week-based calendar 2009-W02-1} {
- clock format 1231113600 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W02-1
-} {Mon Monday 09 2009 1 02 1}
-test clock-3.409 {ISO week-based calendar 2009-W53-1} {
- clock format 1261958400 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W53-1
-} {Mon Monday 09 2009 1 53 1}
-test clock-3.410 {ISO week-based calendar 2009-W53-5} {
- clock format 1262304000 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W53-5
-} {Fri Friday 09 2009 5 53 5}
-test clock-3.411 {ISO week-based calendar 2009-W53-7} {
- clock format 1262476800 -format {%a %A %g %G %u %V %w} -gmt true; # 2009-W53-7
-} {Sun Sunday 09 2009 7 53 0}
-test clock-3.412 {ISO week-based calendar 2010-W01-1} {
- clock format 1262563200 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-W01-1
-} {Mon Monday 10 2010 1 01 1}
-test clock-3.413 {ISO week-based calendar 2010-W01-7} {
- clock format 1263081600 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-W01-7
-} {Sun Sunday 10 2010 7 01 0}
-test clock-3.414 {ISO week-based calendar 2010-W02-1} {
- clock format 1263168000 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-W02-1
-} {Mon Monday 10 2010 1 02 1}
-test clock-3.415 {ISO week-based calendar 2010-W52-1} {
- clock format 1293408000 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-W52-1
-} {Mon Monday 10 2010 1 52 1}
-test clock-3.416 {ISO week-based calendar 2010-W52-6} {
- clock format 1293840000 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-W52-6
-} {Sat Saturday 10 2010 6 52 6}
-test clock-3.417 {ISO week-based calendar 2010-W52-7} {
- clock format 1293926400 -format {%a %A %g %G %u %V %w} -gmt true; # 2010-W52-7
-} {Sun Sunday 10 2010 7 52 0}
-test clock-3.418 {ISO week-based calendar 2011-W01-1} {
- clock format 1294012800 -format {%a %A %g %G %u %V %w} -gmt true; # 2011-W01-1
-} {Mon Monday 11 2011 1 01 1}
-test clock-3.419 {ISO week-based calendar 2011-W01-7} {
- clock format 1294531200 -format {%a %A %g %G %u %V %w} -gmt true; # 2011-W01-7
-} {Sun Sunday 11 2011 7 01 0}
-test clock-3.420 {ISO week-based calendar 2011-W02-1} {
- clock format 1294617600 -format {%a %A %g %G %u %V %w} -gmt true; # 2011-W02-1
-} {Mon Monday 11 2011 1 02 1}
-test clock-3.421 {ISO week-based calendar 2011-W52-1} {
- clock format 1324857600 -format {%a %A %g %G %u %V %w} -gmt true; # 2011-W52-1
-} {Mon Monday 11 2011 1 52 1}
-test clock-3.422 {ISO week-based calendar 2011-W52-6} {
- clock format 1325289600 -format {%a %A %g %G %u %V %w} -gmt true; # 2011-W52-6
-} {Sat Saturday 11 2011 6 52 6}
-test clock-3.423 {ISO week-based calendar 2011-W52-7} {
- clock format 1325376000 -format {%a %A %g %G %u %V %w} -gmt true; # 2011-W52-7
-} {Sun Sunday 11 2011 7 52 0}
-test clock-3.424 {ISO week-based calendar 2012-W01-1} {
- clock format 1325462400 -format {%a %A %g %G %u %V %w} -gmt true; # 2012-W01-1
-} {Mon Monday 12 2012 1 01 1}
-test clock-3.425 {ISO week-based calendar 2012-W01-7} {
- clock format 1325980800 -format {%a %A %g %G %u %V %w} -gmt true; # 2012-W01-7
-} {Sun Sunday 12 2012 7 01 0}
-test clock-3.426 {ISO week-based calendar 2012-W02-1} {
- clock format 1326067200 -format {%a %A %g %G %u %V %w} -gmt true; # 2012-W02-1
-} {Mon Monday 12 2012 1 02 1}
-test clock-3.427 {ISO week-based calendar 2012-W52-1} {
- clock format 1356307200 -format {%a %A %g %G %u %V %w} -gmt true; # 2012-W52-1
-} {Mon Monday 12 2012 1 52 1}
-test clock-3.428 {ISO week-based calendar 2012-W52-7} {
- clock format 1356825600 -format {%a %A %g %G %u %V %w} -gmt true; # 2012-W52-7
-} {Sun Sunday 12 2012 7 52 0}
-test clock-3.429 {ISO week-based calendar 2013-W01-1} {
- clock format 1356912000 -format {%a %A %g %G %u %V %w} -gmt true; # 2013-W01-1
-} {Mon Monday 13 2013 1 01 1}
-test clock-3.430 {ISO week-based calendar 2013-W01-2} {
- clock format 1356998400 -format {%a %A %g %G %u %V %w} -gmt true; # 2013-W01-2
-} {Tue Tuesday 13 2013 2 01 2}
-test clock-3.431 {ISO week-based calendar 2013-W01-7} {
- clock format 1357430400 -format {%a %A %g %G %u %V %w} -gmt true; # 2013-W01-7
-} {Sun Sunday 13 2013 7 01 0}
-test clock-3.432 {ISO week-based calendar 2013-W02-1} {
- clock format 1357516800 -format {%a %A %g %G %u %V %w} -gmt true; # 2013-W02-1
-} {Mon Monday 13 2013 1 02 1}
-test clock-3.433 {ISO week-based calendar 2015-W53-1} {
- clock format 1451260800 -format {%a %A %g %G %u %V %w} -gmt true; # 2015-W53-1
-} {Mon Monday 15 2015 1 53 1}
-test clock-3.434 {ISO week-based calendar 2015-W53-5} {
- clock format 1451606400 -format {%a %A %g %G %u %V %w} -gmt true; # 2015-W53-5
-} {Fri Friday 15 2015 5 53 5}
-test clock-3.435 {ISO week-based calendar 2015-W53-7} {
- clock format 1451779200 -format {%a %A %g %G %u %V %w} -gmt true; # 2015-W53-7
-} {Sun Sunday 15 2015 7 53 0}
-test clock-3.436 {ISO week-based calendar 2016-W01-1} {
- clock format 1451865600 -format {%a %A %g %G %u %V %w} -gmt true; # 2016-W01-1
-} {Mon Monday 16 2016 1 01 1}
-test clock-3.437 {ISO week-based calendar 2016-W01-7} {
- clock format 1452384000 -format {%a %A %g %G %u %V %w} -gmt true; # 2016-W01-7
-} {Sun Sunday 16 2016 7 01 0}
-test clock-3.438 {ISO week-based calendar 2016-W02-1} {
- clock format 1452470400 -format {%a %A %g %G %u %V %w} -gmt true; # 2016-W02-1
-} {Mon Monday 16 2016 1 02 1}
-test clock-3.439 {ISO week-based calendar 2016-W52-1} {
- clock format 1482710400 -format {%a %A %g %G %u %V %w} -gmt true; # 2016-W52-1
-} {Mon Monday 16 2016 1 52 1}
-test clock-3.440 {ISO week-based calendar 2016-W52-6} {
- clock format 1483142400 -format {%a %A %g %G %u %V %w} -gmt true; # 2016-W52-6
-} {Sat Saturday 16 2016 6 52 6}
-test clock-3.441 {ISO week-based calendar 2016-W52-7} {
- clock format 1483228800 -format {%a %A %g %G %u %V %w} -gmt true; # 2016-W52-7
-} {Sun Sunday 16 2016 7 52 0}
-test clock-3.442 {ISO week-based calendar 2017-W01-1} {
- clock format 1483315200 -format {%a %A %g %G %u %V %w} -gmt true; # 2017-W01-1
-} {Mon Monday 17 2017 1 01 1}
-test clock-3.443 {ISO week-based calendar 2017-W01-7} {
- clock format 1483833600 -format {%a %A %g %G %u %V %w} -gmt true; # 2017-W01-7
-} {Sun Sunday 17 2017 7 01 0}
-test clock-3.444 {ISO week-based calendar 2017-W02-1} {
- clock format 1483920000 -format {%a %A %g %G %u %V %w} -gmt true; # 2017-W02-1
-} {Mon Monday 17 2017 1 02 1}
-test clock-3.445 {ISO week-based calendar 2019-W52-1} {
- clock format 1577059200 -format {%a %A %g %G %u %V %w} -gmt true; # 2019-W52-1
-} {Mon Monday 19 2019 1 52 1}
-test clock-3.446 {ISO week-based calendar 2019-W52-7} {
- clock format 1577577600 -format {%a %A %g %G %u %V %w} -gmt true; # 2019-W52-7
-} {Sun Sunday 19 2019 7 52 0}
-test clock-3.447 {ISO week-based calendar 2020-W01-1} {
- clock format 1577664000 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W01-1
-} {Mon Monday 20 2020 1 01 1}
-test clock-3.448 {ISO week-based calendar 2020-W01-3} {
- clock format 1577836800 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W01-3
-} {Wed Wednesday 20 2020 3 01 3}
-test clock-3.449 {ISO week-based calendar 2020-W01-7} {
- clock format 1578182400 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W01-7
-} {Sun Sunday 20 2020 7 01 0}
-test clock-3.450 {ISO week-based calendar 2020-W02-1} {
- clock format 1578268800 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W02-1
-} {Mon Monday 20 2020 1 02 1}
-test clock-3.451 {ISO week-based calendar 2020-W53-1} {
- clock format 1609113600 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W53-1
-} {Mon Monday 20 2020 1 53 1}
-test clock-3.452 {ISO week-based calendar 2020-W53-5} {
- clock format 1609459200 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W53-5
-} {Fri Friday 20 2020 5 53 5}
-test clock-3.453 {ISO week-based calendar 2020-W53-7} {
- clock format 1609632000 -format {%a %A %g %G %u %V %w} -gmt true; # 2020-W53-7
-} {Sun Sunday 20 2020 7 53 0}
-test clock-3.454 {ISO week-based calendar 2021-W01-1} {
- clock format 1609718400 -format {%a %A %g %G %u %V %w} -gmt true; # 2021-W01-1
-} {Mon Monday 21 2021 1 01 1}
-test clock-3.455 {ISO week-based calendar 2021-W01-7} {
- clock format 1610236800 -format {%a %A %g %G %u %V %w} -gmt true; # 2021-W01-7
-} {Sun Sunday 21 2021 7 01 0}
-test clock-3.456 {ISO week-based calendar 2021-W02-1} {
- clock format 1610323200 -format {%a %A %g %G %u %V %w} -gmt true; # 2021-W02-1
-} {Mon Monday 21 2021 1 02 1}
-test clock-3.457 {ISO week-based calendar 2023-W52-1} {
- clock format 1703462400 -format {%a %A %g %G %u %V %w} -gmt true; # 2023-W52-1
-} {Mon Monday 23 2023 1 52 1}
-test clock-3.458 {ISO week-based calendar 2023-W52-7} {
- clock format 1703980800 -format {%a %A %g %G %u %V %w} -gmt true; # 2023-W52-7
-} {Sun Sunday 23 2023 7 52 0}
-test clock-3.459 {ISO week-based calendar 2024-W01-1} {
- clock format 1704067200 -format {%a %A %g %G %u %V %w} -gmt true; # 2024-W01-1
-} {Mon Monday 24 2024 1 01 1}
-test clock-3.460 {ISO week-based calendar 2024-W01-7} {
- clock format 1704585600 -format {%a %A %g %G %u %V %w} -gmt true; # 2024-W01-7
-} {Sun Sunday 24 2024 7 01 0}
-test clock-3.461 {ISO week-based calendar 2024-W02-1} {
- clock format 1704672000 -format {%a %A %g %G %u %V %w} -gmt true; # 2024-W02-1
-} {Mon Monday 24 2024 1 02 1}
-test clock-3.462 {ISO week-based calendar 2024-W52-1} {
- clock format 1734912000 -format {%a %A %g %G %u %V %w} -gmt true; # 2024-W52-1
-} {Mon Monday 24 2024 1 52 1}
-test clock-3.463 {ISO week-based calendar 2024-W52-7} {
- clock format 1735430400 -format {%a %A %g %G %u %V %w} -gmt true; # 2024-W52-7
-} {Sun Sunday 24 2024 7 52 0}
-test clock-3.464 {ISO week-based calendar 2025-W01-1} {
- clock format 1735516800 -format {%a %A %g %G %u %V %w} -gmt true; # 2025-W01-1
-} {Mon Monday 25 2025 1 01 1}
-test clock-3.465 {ISO week-based calendar 2025-W01-3} {
- clock format 1735689600 -format {%a %A %g %G %u %V %w} -gmt true; # 2025-W01-3
-} {Wed Wednesday 25 2025 3 01 3}
-test clock-3.466 {ISO week-based calendar 2025-W01-7} {
- clock format 1736035200 -format {%a %A %g %G %u %V %w} -gmt true; # 2025-W01-7
-} {Sun Sunday 25 2025 7 01 0}
-test clock-3.467 {ISO week-based calendar 2025-W02-1} {
- clock format 1736121600 -format {%a %A %g %G %u %V %w} -gmt true; # 2025-W02-1
-} {Mon Monday 25 2025 1 02 1}
-test clock-3.468 {ISO week-based calendar 2036-W52-1} {
- clock format 2113516800 -format {%a %A %g %G %u %V %w} -gmt true; # 2036-W52-1
-} {Mon Monday 36 2036 1 52 1}
-test clock-3.469 {ISO week-based calendar 2036-W52-7} {
- clock format 2114035200 -format {%a %A %g %G %u %V %w} -gmt true; # 2036-W52-7
-} {Sun Sunday 36 2036 7 52 0}
-test clock-3.470 {ISO week-based calendar 2037-W01-1} {
- clock format 2114121600 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W01-1
-} {Mon Monday 37 2037 1 01 1}
-test clock-3.471 {ISO week-based calendar 2037-W01-4} {
- clock format 2114380800 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W01-4
-} {Thu Thursday 37 2037 4 01 4}
-test clock-3.472 {ISO week-based calendar 2037-W01-7} {
- clock format 2114640000 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W01-7
-} {Sun Sunday 37 2037 7 01 0}
-test clock-3.473 {ISO week-based calendar 2037-W02-1} {
- clock format 2114726400 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W02-1
-} {Mon Monday 37 2037 1 02 1}
-test clock-3.474 {ISO week-based calendar 2037-W53-1} {
- clock format 2145571200 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W53-1
-} {Mon Monday 37 2037 1 53 1}
-test clock-3.475 {ISO week-based calendar 2037-W53-5} {
- clock format 2145916800 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W53-5
-} {Fri Friday 37 2037 5 53 5}
-test clock-3.476 {ISO week-based calendar 2037-W53-7} {
- clock format 2146089600 -format {%a %A %g %G %u %V %w} -gmt true; # 2037-W53-7
-} {Sun Sunday 37 2037 7 53 0}
-test clock-3.477 {ISO week-based calendar 2038-W01-1} {
- clock format 2146176000 -format {%a %A %g %G %u %V %w} -gmt true; # 2038-W01-1
-} {Mon Monday 38 2038 1 01 1}
-test clock-3.478 {ISO week-based calendar 2038-W01-7} {
- clock format 2146694400 -format {%a %A %g %G %u %V %w} -gmt true; # 2038-W01-7
-} {Sun Sunday 38 2038 7 01 0}
-test clock-3.479 {ISO week-based calendar 2038-W02-1} {
- clock format 2146780800 -format {%a %A %g %G %u %V %w} -gmt true; # 2038-W02-1
-} {Mon Monday 38 2038 1 02 1}
-test clock-3.480 {ISO week-based calendar 2038-W52-1} {
- clock format 2177020800 -format {%a %A %g %G %u %V %w} -gmt true; # 2038-W52-1
-} {Mon Monday 38 2038 1 52 1}
-test clock-3.481 {ISO week-based calendar 2038-W52-6} {
- clock format 2177452800 -format {%a %A %g %G %u %V %w} -gmt true; # 2038-W52-6
-} {Sat Saturday 38 2038 6 52 6}
-test clock-3.482 {ISO week-based calendar 2038-W52-7} {
- clock format 2177539200 -format {%a %A %g %G %u %V %w} -gmt true; # 2038-W52-7
-} {Sun Sunday 38 2038 7 52 0}
-test clock-3.483 {ISO week-based calendar 2039-W01-1} {
- clock format 2177625600 -format {%a %A %g %G %u %V %w} -gmt true; # 2039-W01-1
-} {Mon Monday 39 2039 1 01 1}
-test clock-3.484 {ISO week-based calendar 2039-W01-7} {
- clock format 2178144000 -format {%a %A %g %G %u %V %w} -gmt true; # 2039-W01-7
-} {Sun Sunday 39 2039 7 01 0}
-test clock-3.485 {ISO week-based calendar 2039-W02-1} {
- clock format 2178230400 -format {%a %A %g %G %u %V %w} -gmt true; # 2039-W02-1
-} {Mon Monday 39 2039 1 02 1}
-test clock-3.486 {ISO week-based calendar 2039-W52-1} {
- clock format 2208470400 -format {%a %A %g %G %u %V %w} -gmt true; # 2039-W52-1
-} {Mon Monday 39 2039 1 52 1}
-test clock-3.487 {ISO week-based calendar 2039-W52-6} {
- clock format 2208902400 -format {%a %A %g %G %u %V %w} -gmt true; # 2039-W52-6
-} {Sat Saturday 39 2039 6 52 6}
-test clock-3.488 {ISO week-based calendar 2039-W52-7} {
- clock format 2208988800 -format {%a %A %g %G %u %V %w} -gmt true; # 2039-W52-7
-} {Sun Sunday 39 2039 7 52 0}
-test clock-3.489 {ISO week-based calendar 2040-W01-1} {
- clock format 2209075200 -format {%a %A %g %G %u %V %w} -gmt true; # 2040-W01-1
-} {Mon Monday 40 2040 1 01 1}
-test clock-3.490 {ISO week-based calendar 2040-W01-7} {
- clock format 2209593600 -format {%a %A %g %G %u %V %w} -gmt true; # 2040-W01-7
-} {Sun Sunday 40 2040 7 01 0}
-test clock-3.491 {ISO week-based calendar 2040-W02-1} {
- clock format 2209680000 -format {%a %A %g %G %u %V %w} -gmt true; # 2040-W02-1
-} {Mon Monday 40 2040 1 02 1}
-test clock-3.492 {ISO week-based calendar 2040-W52-1} {
- clock format 2239920000 -format {%a %A %g %G %u %V %w} -gmt true; # 2040-W52-1
-} {Mon Monday 40 2040 1 52 1}
-test clock-3.493 {ISO week-based calendar 2040-W52-7} {
- clock format 2240438400 -format {%a %A %g %G %u %V %w} -gmt true; # 2040-W52-7
-} {Sun Sunday 40 2040 7 52 0}
-test clock-3.494 {ISO week-based calendar 2041-W01-1} {
- clock format 2240524800 -format {%a %A %g %G %u %V %w} -gmt true; # 2041-W01-1
-} {Mon Monday 41 2041 1 01 1}
-test clock-3.495 {ISO week-based calendar 2041-W01-2} {
- clock format 2240611200 -format {%a %A %g %G %u %V %w} -gmt true; # 2041-W01-2
-} {Tue Tuesday 41 2041 2 01 2}
-test clock-3.496 {ISO week-based calendar 2041-W01-7} {
- clock format 2241043200 -format {%a %A %g %G %u %V %w} -gmt true; # 2041-W01-7
-} {Sun Sunday 41 2041 7 01 0}
-test clock-3.497 {ISO week-based calendar 2041-W02-1} {
- clock format 2241129600 -format {%a %A %g %G %u %V %w} -gmt true; # 2041-W02-1
-} {Mon Monday 41 2041 1 02 1}
-test clock-3.498 {ISO week-based calendar 2041-W52-1} {
- clock format 2271369600 -format {%a %A %g %G %u %V %w} -gmt true; # 2041-W52-1
-} {Mon Monday 41 2041 1 52 1}
-test clock-3.499 {ISO week-based calendar 2041-W52-7} {
- clock format 2271888000 -format {%a %A %g %G %u %V %w} -gmt true; # 2041-W52-7
-} {Sun Sunday 41 2041 7 52 0}
-test clock-3.500 {ISO week-based calendar 2042-W01-1} {
- clock format 2271974400 -format {%a %A %g %G %u %V %w} -gmt true; # 2042-W01-1
-} {Mon Monday 42 2042 1 01 1}
-test clock-3.501 {ISO week-based calendar 2042-W01-3} {
- clock format 2272147200 -format {%a %A %g %G %u %V %w} -gmt true; # 2042-W01-3
-} {Wed Wednesday 42 2042 3 01 3}
-test clock-3.502 {ISO week-based calendar 2042-W01-7} {
- clock format 2272492800 -format {%a %A %g %G %u %V %w} -gmt true; # 2042-W01-7
-} {Sun Sunday 42 2042 7 01 0}
-test clock-3.503 {ISO week-based calendar 2042-W02-1} {
- clock format 2272579200 -format {%a %A %g %G %u %V %w} -gmt true; # 2042-W02-1
-} {Mon Monday 42 2042 1 02 1}
-test clock-3.504 {ISO week-based calendar 2042-W52-1} {
- clock format 2302819200 -format {%a %A %g %G %u %V %w} -gmt true; # 2042-W52-1
-} {Mon Monday 42 2042 1 52 1}
-test clock-3.505 {ISO week-based calendar 2042-W52-7} {
- clock format 2303337600 -format {%a %A %g %G %u %V %w} -gmt true; # 2042-W52-7
-} {Sun Sunday 42 2042 7 52 0}
-test clock-3.506 {ISO week-based calendar 2043-W01-1} {
- clock format 2303424000 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W01-1
-} {Mon Monday 43 2043 1 01 1}
-test clock-3.507 {ISO week-based calendar 2043-W01-4} {
- clock format 2303683200 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W01-4
-} {Thu Thursday 43 2043 4 01 4}
-test clock-3.508 {ISO week-based calendar 2043-W01-7} {
- clock format 2303942400 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W01-7
-} {Sun Sunday 43 2043 7 01 0}
-test clock-3.509 {ISO week-based calendar 2043-W02-1} {
- clock format 2304028800 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W02-1
-} {Mon Monday 43 2043 1 02 1}
-test clock-3.510 {ISO week-based calendar 2043-W53-1} {
- clock format 2334873600 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W53-1
-} {Mon Monday 43 2043 1 53 1}
-test clock-3.511 {ISO week-based calendar 2043-W53-5} {
- clock format 2335219200 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W53-5
-} {Fri Friday 43 2043 5 53 5}
-test clock-3.512 {ISO week-based calendar 2043-W53-7} {
- clock format 2335392000 -format {%a %A %g %G %u %V %w} -gmt true; # 2043-W53-7
-} {Sun Sunday 43 2043 7 53 0}
-test clock-3.513 {ISO week-based calendar 2044-W01-1} {
- clock format 2335478400 -format {%a %A %g %G %u %V %w} -gmt true; # 2044-W01-1
-} {Mon Monday 44 2044 1 01 1}
-test clock-3.514 {ISO week-based calendar 2044-W01-7} {
- clock format 2335996800 -format {%a %A %g %G %u %V %w} -gmt true; # 2044-W01-7
-} {Sun Sunday 44 2044 7 01 0}
-test clock-3.515 {ISO week-based calendar 2044-W02-1} {
- clock format 2336083200 -format {%a %A %g %G %u %V %w} -gmt true; # 2044-W02-1
-} {Mon Monday 44 2044 1 02 1}
-test clock-3.516 {ISO week-based calendar 2044-W52-1} {
- clock format 2366323200 -format {%a %A %g %G %u %V %w} -gmt true; # 2044-W52-1
-} {Mon Monday 44 2044 1 52 1}
-test clock-3.517 {ISO week-based calendar 2044-W52-6} {
- clock format 2366755200 -format {%a %A %g %G %u %V %w} -gmt true; # 2044-W52-6
-} {Sat Saturday 44 2044 6 52 6}
-test clock-3.518 {ISO week-based calendar 2044-W52-7} {
- clock format 2366841600 -format {%a %A %g %G %u %V %w} -gmt true; # 2044-W52-7
-} {Sun Sunday 44 2044 7 52 0}
-test clock-3.519 {ISO week-based calendar 2045-W01-1} {
- clock format 2366928000 -format {%a %A %g %G %u %V %w} -gmt true; # 2045-W01-1
-} {Mon Monday 45 2045 1 01 1}
-test clock-3.520 {ISO week-based calendar 2045-W01-7} {
- clock format 2367446400 -format {%a %A %g %G %u %V %w} -gmt true; # 2045-W01-7
-} {Sun Sunday 45 2045 7 01 0}
-test clock-3.521 {ISO week-based calendar 2045-W02-1} {
- clock format 2367532800 -format {%a %A %g %G %u %V %w} -gmt true; # 2045-W02-1
-} {Mon Monday 45 2045 1 02 1}
-test clock-3.522 {ISO week-based calendar 2045-W52-1} {
- clock format 2397772800 -format {%a %A %g %G %u %V %w} -gmt true; # 2045-W52-1
-} {Mon Monday 45 2045 1 52 1}
-test clock-3.523 {ISO week-based calendar 2045-W52-7} {
- clock format 2398291200 -format {%a %A %g %G %u %V %w} -gmt true; # 2045-W52-7
-} {Sun Sunday 45 2045 7 52 0}
-test clock-3.524 {ISO week-based calendar 2046-W01-1} {
- clock format 2398377600 -format {%a %A %g %G %u %V %w} -gmt true; # 2046-W01-1
-} {Mon Monday 46 2046 1 01 1}
-test clock-3.525 {ISO week-based calendar 2046-W01-7} {
- clock format 2398896000 -format {%a %A %g %G %u %V %w} -gmt true; # 2046-W01-7
-} {Sun Sunday 46 2046 7 01 0}
-test clock-3.526 {ISO week-based calendar 2046-W02-1} {
- clock format 2398982400 -format {%a %A %g %G %u %V %w} -gmt true; # 2046-W02-1
-} {Mon Monday 46 2046 1 02 1}
-test clock-3.527 {ISO week-based calendar 2046-W52-1} {
- clock format 2429222400 -format {%a %A %g %G %u %V %w} -gmt true; # 2046-W52-1
-} {Mon Monday 46 2046 1 52 1}
-test clock-3.528 {ISO week-based calendar 2046-W52-7} {
- clock format 2429740800 -format {%a %A %g %G %u %V %w} -gmt true; # 2046-W52-7
-} {Sun Sunday 46 2046 7 52 0}
-test clock-3.529 {ISO week-based calendar 2047-W01-1} {
- clock format 2429827200 -format {%a %A %g %G %u %V %w} -gmt true; # 2047-W01-1
-} {Mon Monday 47 2047 1 01 1}
-test clock-3.530 {ISO week-based calendar 2047-W01-2} {
- clock format 2429913600 -format {%a %A %g %G %u %V %w} -gmt true; # 2047-W01-2
-} {Tue Tuesday 47 2047 2 01 2}
-test clock-3.531 {ISO week-based calendar 2047-W01-7} {
- clock format 2430345600 -format {%a %A %g %G %u %V %w} -gmt true; # 2047-W01-7
-} {Sun Sunday 47 2047 7 01 0}
-test clock-3.532 {ISO week-based calendar 2047-W02-1} {
- clock format 2430432000 -format {%a %A %g %G %u %V %w} -gmt true; # 2047-W02-1
-} {Mon Monday 47 2047 1 02 1}
-test clock-3.533 {ISO week-based calendar 2047-W52-1} {
- clock format 2460672000 -format {%a %A %g %G %u %V %w} -gmt true; # 2047-W52-1
-} {Mon Monday 47 2047 1 52 1}
-test clock-3.534 {ISO week-based calendar 2047-W52-7} {
- clock format 2461190400 -format {%a %A %g %G %u %V %w} -gmt true; # 2047-W52-7
-} {Sun Sunday 47 2047 7 52 0}
-test clock-3.535 {ISO week-based calendar 2048-W01-1} {
- clock format 2461276800 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W01-1
-} {Mon Monday 48 2048 1 01 1}
-test clock-3.536 {ISO week-based calendar 2048-W01-3} {
- clock format 2461449600 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W01-3
-} {Wed Wednesday 48 2048 3 01 3}
-test clock-3.537 {ISO week-based calendar 2048-W01-7} {
- clock format 2461795200 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W01-7
-} {Sun Sunday 48 2048 7 01 0}
-test clock-3.538 {ISO week-based calendar 2048-W02-1} {
- clock format 2461881600 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W02-1
-} {Mon Monday 48 2048 1 02 1}
-test clock-3.539 {ISO week-based calendar 2048-W53-1} {
- clock format 2492726400 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W53-1
-} {Mon Monday 48 2048 1 53 1}
-test clock-3.540 {ISO week-based calendar 2048-W53-5} {
- clock format 2493072000 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W53-5
-} {Fri Friday 48 2048 5 53 5}
-test clock-3.541 {ISO week-based calendar 2048-W53-7} {
- clock format 2493244800 -format {%a %A %g %G %u %V %w} -gmt true; # 2048-W53-7
-} {Sun Sunday 48 2048 7 53 0}
-test clock-3.542 {ISO week-based calendar 2049-W01-1} {
- clock format 2493331200 -format {%a %A %g %G %u %V %w} -gmt true; # 2049-W01-1
-} {Mon Monday 49 2049 1 01 1}
-test clock-3.543 {ISO week-based calendar 2049-W01-7} {
- clock format 2493849600 -format {%a %A %g %G %u %V %w} -gmt true; # 2049-W01-7
-} {Sun Sunday 49 2049 7 01 0}
-test clock-3.544 {ISO week-based calendar 2049-W02-1} {
- clock format 2493936000 -format {%a %A %g %G %u %V %w} -gmt true; # 2049-W02-1
-} {Mon Monday 49 2049 1 02 1}
-test clock-3.545 {ISO week-based calendar 2051-W52-1} {
- clock format 2587075200 -format {%a %A %g %G %u %V %w} -gmt true; # 2051-W52-1
-} {Mon Monday 51 2051 1 52 1}
-test clock-3.546 {ISO week-based calendar 2051-W52-7} {
- clock format 2587593600 -format {%a %A %g %G %u %V %w} -gmt true; # 2051-W52-7
-} {Sun Sunday 51 2051 7 52 0}
-test clock-3.547 {ISO week-based calendar 2052-W01-1} {
- clock format 2587680000 -format {%a %A %g %G %u %V %w} -gmt true; # 2052-W01-1
-} {Mon Monday 52 2052 1 01 1}
-test clock-3.548 {ISO week-based calendar 2052-W01-7} {
- clock format 2588198400 -format {%a %A %g %G %u %V %w} -gmt true; # 2052-W01-7
-} {Sun Sunday 52 2052 7 01 0}
-test clock-3.549 {ISO week-based calendar 2052-W02-1} {
- clock format 2588284800 -format {%a %A %g %G %u %V %w} -gmt true; # 2052-W02-1
-} {Mon Monday 52 2052 1 02 1}
-test clock-3.550 {ISO week-based calendar 2052-W52-1} {
- clock format 2618524800 -format {%a %A %g %G %u %V %w} -gmt true; # 2052-W52-1
-} {Mon Monday 52 2052 1 52 1}
-test clock-3.551 {ISO week-based calendar 2052-W52-7} {
- clock format 2619043200 -format {%a %A %g %G %u %V %w} -gmt true; # 2052-W52-7
-} {Sun Sunday 52 2052 7 52 0}
-test clock-3.552 {ISO week-based calendar 2053-W01-1} {
- clock format 2619129600 -format {%a %A %g %G %u %V %w} -gmt true; # 2053-W01-1
-} {Mon Monday 53 2053 1 01 1}
-test clock-3.553 {ISO week-based calendar 2053-W01-3} {
- clock format 2619302400 -format {%a %A %g %G %u %V %w} -gmt true; # 2053-W01-3
-} {Wed Wednesday 53 2053 3 01 3}
-test clock-3.554 {ISO week-based calendar 2053-W01-7} {
- clock format 2619648000 -format {%a %A %g %G %u %V %w} -gmt true; # 2053-W01-7
-} {Sun Sunday 53 2053 7 01 0}
-test clock-3.555 {ISO week-based calendar 2053-W02-1} {
- clock format 2619734400 -format {%a %A %g %G %u %V %w} -gmt true; # 2053-W02-1
-} {Mon Monday 53 2053 1 02 1}
-test clock-3.556 {ISO week-based calendar 2055-W52-1} {
- clock format 2713478400 -format {%a %A %g %G %u %V %w} -gmt true; # 2055-W52-1
-} {Mon Monday 55 2055 1 52 1}
-test clock-3.557 {ISO week-based calendar 2055-W52-6} {
- clock format 2713910400 -format {%a %A %g %G %u %V %w} -gmt true; # 2055-W52-6
-} {Sat Saturday 55 2055 6 52 6}
-test clock-3.558 {ISO week-based calendar 2055-W52-7} {
- clock format 2713996800 -format {%a %A %g %G %u %V %w} -gmt true; # 2055-W52-7
-} {Sun Sunday 55 2055 7 52 0}
-test clock-3.559 {ISO week-based calendar 2056-W01-1} {
- clock format 2714083200 -format {%a %A %g %G %u %V %w} -gmt true; # 2056-W01-1
-} {Mon Monday 56 2056 1 01 1}
-test clock-3.560 {ISO week-based calendar 2056-W01-7} {
- clock format 2714601600 -format {%a %A %g %G %u %V %w} -gmt true; # 2056-W01-7
-} {Sun Sunday 56 2056 7 01 0}
-test clock-3.561 {ISO week-based calendar 2056-W02-1} {
- clock format 2714688000 -format {%a %A %g %G %u %V %w} -gmt true; # 2056-W02-1
-} {Mon Monday 56 2056 1 02 1}
-test clock-3.562 {ISO week-based calendar 2056-W52-1} {
- clock format 2744928000 -format {%a %A %g %G %u %V %w} -gmt true; # 2056-W52-1
-} {Mon Monday 56 2056 1 52 1}
-test clock-3.563 {ISO week-based calendar 2056-W52-7} {
- clock format 2745446400 -format {%a %A %g %G %u %V %w} -gmt true; # 2056-W52-7
-} {Sun Sunday 56 2056 7 52 0}
-test clock-3.564 {ISO week-based calendar 2057-W01-1} {
- clock format 2745532800 -format {%a %A %g %G %u %V %w} -gmt true; # 2057-W01-1
-} {Mon Monday 57 2057 1 01 1}
-test clock-3.565 {ISO week-based calendar 2057-W01-7} {
- clock format 2746051200 -format {%a %A %g %G %u %V %w} -gmt true; # 2057-W01-7
-} {Sun Sunday 57 2057 7 01 0}
-test clock-3.566 {ISO week-based calendar 2057-W02-1} {
- clock format 2746137600 -format {%a %A %g %G %u %V %w} -gmt true; # 2057-W02-1
-} {Mon Monday 57 2057 1 02 1}
-test clock-3.567 {ISO week-based calendar 2059-W52-1} {
- clock format 2839276800 -format {%a %A %g %G %u %V %w} -gmt true; # 2059-W52-1
-} {Mon Monday 59 2059 1 52 1}
-test clock-3.568 {ISO week-based calendar 2059-W52-7} {
- clock format 2839795200 -format {%a %A %g %G %u %V %w} -gmt true; # 2059-W52-7
-} {Sun Sunday 59 2059 7 52 0}
-test clock-3.569 {ISO week-based calendar 2060-W01-1} {
- clock format 2839881600 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W01-1
-} {Mon Monday 60 2060 1 01 1}
-test clock-3.570 {ISO week-based calendar 2060-W01-4} {
- clock format 2840140800 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W01-4
-} {Thu Thursday 60 2060 4 01 4}
-test clock-3.571 {ISO week-based calendar 2060-W01-7} {
- clock format 2840400000 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W01-7
-} {Sun Sunday 60 2060 7 01 0}
-test clock-3.572 {ISO week-based calendar 2060-W02-1} {
- clock format 2840486400 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W02-1
-} {Mon Monday 60 2060 1 02 1}
-test clock-3.573 {ISO week-based calendar 2060-W53-1} {
- clock format 2871331200 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W53-1
-} {Mon Monday 60 2060 1 53 1}
-test clock-3.574 {ISO week-based calendar 2060-W53-6} {
- clock format 2871763200 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W53-6
-} {Sat Saturday 60 2060 6 53 6}
-test clock-3.575 {ISO week-based calendar 2060-W53-7} {
- clock format 2871849600 -format {%a %A %g %G %u %V %w} -gmt true; # 2060-W53-7
-} {Sun Sunday 60 2060 7 53 0}
-test clock-3.576 {ISO week-based calendar 2061-W01-1} {
- clock format 2871936000 -format {%a %A %g %G %u %V %w} -gmt true; # 2061-W01-1
-} {Mon Monday 61 2061 1 01 1}
-test clock-3.577 {ISO week-based calendar 2061-W01-7} {
- clock format 2872454400 -format {%a %A %g %G %u %V %w} -gmt true; # 2061-W01-7
-} {Sun Sunday 61 2061 7 01 0}
-test clock-3.578 {ISO week-based calendar 2061-W02-1} {
- clock format 2872540800 -format {%a %A %g %G %u %V %w} -gmt true; # 2061-W02-1
-} {Mon Monday 61 2061 1 02 1}
-test clock-3.579 {ISO week-based calendar 2063-W52-1} {
- clock format 2965680000 -format {%a %A %g %G %u %V %w} -gmt true; # 2063-W52-1
-} {Mon Monday 63 2063 1 52 1}
-test clock-3.580 {ISO week-based calendar 2063-W52-7} {
- clock format 2966198400 -format {%a %A %g %G %u %V %w} -gmt true; # 2063-W52-7
-} {Sun Sunday 63 2063 7 52 0}
-test clock-3.581 {ISO week-based calendar 2064-W01-1} {
- clock format 2966284800 -format {%a %A %g %G %u %V %w} -gmt true; # 2064-W01-1
-} {Mon Monday 64 2064 1 01 1}
-test clock-3.582 {ISO week-based calendar 2064-W01-2} {
- clock format 2966371200 -format {%a %A %g %G %u %V %w} -gmt true; # 2064-W01-2
-} {Tue Tuesday 64 2064 2 01 2}
-test clock-3.583 {ISO week-based calendar 2064-W01-7} {
- clock format 2966803200 -format {%a %A %g %G %u %V %w} -gmt true; # 2064-W01-7
-} {Sun Sunday 64 2064 7 01 0}
-test clock-3.584 {ISO week-based calendar 2064-W02-1} {
- clock format 2966889600 -format {%a %A %g %G %u %V %w} -gmt true; # 2064-W02-1
-} {Mon Monday 64 2064 1 02 1}
-test clock-3.585 {ISO week-based calendar 2064-W52-1} {
- clock format 2997129600 -format {%a %A %g %G %u %V %w} -gmt true; # 2064-W52-1
-} {Mon Monday 64 2064 1 52 1}
-test clock-3.586 {ISO week-based calendar 2064-W52-7} {
- clock format 2997648000 -format {%a %A %g %G %u %V %w} -gmt true; # 2064-W52-7
-} {Sun Sunday 64 2064 7 52 0}
-test clock-3.587 {ISO week-based calendar 2065-W01-1} {
- clock format 2997734400 -format {%a %A %g %G %u %V %w} -gmt true; # 2065-W01-1
-} {Mon Monday 65 2065 1 01 1}
-test clock-3.588 {ISO week-based calendar 2065-W01-4} {
- clock format 2997993600 -format {%a %A %g %G %u %V %w} -gmt true; # 2065-W01-4
-} {Thu Thursday 65 2065 4 01 4}
-test clock-3.589 {ISO week-based calendar 2065-W01-7} {
- clock format 2998252800 -format {%a %A %g %G %u %V %w} -gmt true; # 2065-W01-7
-} {Sun Sunday 65 2065 7 01 0}
-test clock-3.590 {ISO week-based calendar 2065-W02-1} {
- clock format 2998339200 -format {%a %A %g %G %u %V %w} -gmt true; # 2065-W02-1
-} {Mon Monday 65 2065 1 02 1}
+ clock format -3093206400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1871-W52-1
+} {Mon Monday 71 1871 1 52 52 1 52}
+test clock-3.2 {ISO week-based calendar 1871-W52-6} {
+ clock format -3092774400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1871-W52-6
+} {Sat Saturday 71 1871 6 52 52 6 52}
+test clock-3.3 {ISO week-based calendar 1871-W52-7} {
+ clock format -3092688000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1871-W52-7
+} {Sun Sunday 71 1871 7 53 52 0 52}
+test clock-3.4 {ISO week-based calendar 1872-W01-1} {
+ clock format -3092601600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W01-1
+} {Mon Monday 72 1872 1 00 01 1 01}
+test clock-3.5 {ISO week-based calendar 1872-W01-6} {
+ clock format -3092169600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W01-6
+} {Sat Saturday 72 1872 6 00 01 6 01}
+test clock-3.6 {ISO week-based calendar 1872-W01-7} {
+ clock format -3092083200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W01-7
+} {Sun Sunday 72 1872 7 01 01 0 01}
+test clock-3.7 {ISO week-based calendar 1872-W02-1} {
+ clock format -3091996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W02-1
+} {Mon Monday 72 1872 1 01 02 1 02}
+test clock-3.8 {ISO week-based calendar 1872-W52-1} {
+ clock format -3061756800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W52-1
+} {Mon Monday 72 1872 1 51 52 1 52}
+test clock-3.9 {ISO week-based calendar 1872-W52-6} {
+ clock format -3061324800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W52-6
+} {Sat Saturday 72 1872 6 51 52 6 52}
+test clock-3.10 {ISO week-based calendar 1872-W52-7} {
+ clock format -3061238400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1872-W52-7
+} {Sun Sunday 72 1872 7 52 52 0 52}
+test clock-3.11 {ISO week-based calendar 1873-W01-1} {
+ clock format -3061152000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1873-W01-1
+} {Mon Monday 73 1873 1 52 01 1 53}
+test clock-3.12 {ISO week-based calendar 1873-W01-3} {
+ clock format -3060979200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1873-W01-3
+} {Wed Wednesday 73 1873 3 00 01 3 00}
+test clock-3.13 {ISO week-based calendar 1873-W01-6} {
+ clock format -3060720000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1873-W01-6
+} {Sat Saturday 73 1873 6 00 01 6 00}
+test clock-3.14 {ISO week-based calendar 1873-W01-7} {
+ clock format -3060633600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1873-W01-7
+} {Sun Sunday 73 1873 7 01 01 0 00}
+test clock-3.15 {ISO week-based calendar 1873-W02-1} {
+ clock format -3060547200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1873-W02-1
+} {Mon Monday 73 1873 1 01 02 1 01}
+test clock-3.16 {ISO week-based calendar 1875-W52-1} {
+ clock format -2966803200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1875-W52-1
+} {Mon Monday 75 1875 1 52 52 1 52}
+test clock-3.17 {ISO week-based calendar 1875-W52-6} {
+ clock format -2966371200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1875-W52-6
+} {Sat Saturday 75 1875 6 00 52 6 00}
+test clock-3.18 {ISO week-based calendar 1875-W52-7} {
+ clock format -2966284800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1875-W52-7
+} {Sun Sunday 75 1875 7 01 52 0 00}
+test clock-3.19 {ISO week-based calendar 1876-W01-1} {
+ clock format -2966198400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W01-1
+} {Mon Monday 76 1876 1 01 01 1 01}
+test clock-3.20 {ISO week-based calendar 1876-W01-6} {
+ clock format -2965766400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W01-6
+} {Sat Saturday 76 1876 6 01 01 6 01}
+test clock-3.21 {ISO week-based calendar 1876-W01-7} {
+ clock format -2965680000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W01-7
+} {Sun Sunday 76 1876 7 02 01 0 01}
+test clock-3.22 {ISO week-based calendar 1876-W02-1} {
+ clock format -2965593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W02-1
+} {Mon Monday 76 1876 1 02 02 1 02}
+test clock-3.23 {ISO week-based calendar 1876-W52-1} {
+ clock format -2935353600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W52-1
+} {Mon Monday 76 1876 1 52 52 1 52}
+test clock-3.24 {ISO week-based calendar 1876-W52-6} {
+ clock format -2934921600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W52-6
+} {Sat Saturday 76 1876 6 52 52 6 52}
+test clock-3.25 {ISO week-based calendar 1876-W52-7} {
+ clock format -2934835200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1876-W52-7
+} {Sun Sunday 76 1876 7 53 52 0 52}
+test clock-3.26 {ISO week-based calendar 1877-W01-1} {
+ clock format -2934748800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1877-W01-1
+} {Mon Monday 77 1877 1 00 01 1 01}
+test clock-3.27 {ISO week-based calendar 1877-W01-6} {
+ clock format -2934316800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1877-W01-6
+} {Sat Saturday 77 1877 6 00 01 6 01}
+test clock-3.28 {ISO week-based calendar 1877-W01-7} {
+ clock format -2934230400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1877-W01-7
+} {Sun Sunday 77 1877 7 01 01 0 01}
+test clock-3.29 {ISO week-based calendar 1877-W02-1} {
+ clock format -2934144000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1877-W02-1
+} {Mon Monday 77 1877 1 01 02 1 02}
+test clock-3.30 {ISO week-based calendar 1879-W52-1} {
+ clock format -2841004800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1879-W52-1
+} {Mon Monday 79 1879 1 51 52 1 51}
+test clock-3.31 {ISO week-based calendar 1879-W52-6} {
+ clock format -2840572800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1879-W52-6
+} {Sat Saturday 79 1879 6 51 52 6 51}
+test clock-3.32 {ISO week-based calendar 1879-W52-7} {
+ clock format -2840486400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1879-W52-7
+} {Sun Sunday 79 1879 7 52 52 0 51}
+test clock-3.33 {ISO week-based calendar 1880-W01-1} {
+ clock format -2840400000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W01-1
+} {Mon Monday 80 1880 1 52 01 1 52}
+test clock-3.34 {ISO week-based calendar 1880-W01-4} {
+ clock format -2840140800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W01-4
+} {Thu Thursday 80 1880 4 00 01 4 00}
+test clock-3.35 {ISO week-based calendar 1880-W01-6} {
+ clock format -2839968000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W01-6
+} {Sat Saturday 80 1880 6 00 01 6 00}
+test clock-3.36 {ISO week-based calendar 1880-W01-7} {
+ clock format -2839881600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W01-7
+} {Sun Sunday 80 1880 7 01 01 0 00}
+test clock-3.37 {ISO week-based calendar 1880-W02-1} {
+ clock format -2839795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W02-1
+} {Mon Monday 80 1880 1 01 02 1 01}
+test clock-3.38 {ISO week-based calendar 1880-W53-1} {
+ clock format -2808950400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W53-1
+} {Mon Monday 80 1880 1 52 53 1 52}
+test clock-3.39 {ISO week-based calendar 1880-W53-6} {
+ clock format -2808518400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W53-6
+} {Sat Saturday 80 1880 6 00 53 6 00}
+test clock-3.40 {ISO week-based calendar 1880-W53-7} {
+ clock format -2808432000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1880-W53-7
+} {Sun Sunday 80 1880 7 01 53 0 00}
+test clock-3.41 {ISO week-based calendar 1881-W01-1} {
+ clock format -2808345600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1881-W01-1
+} {Mon Monday 81 1881 1 01 01 1 01}
+test clock-3.42 {ISO week-based calendar 1881-W01-6} {
+ clock format -2807913600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1881-W01-6
+} {Sat Saturday 81 1881 6 01 01 6 01}
+test clock-3.43 {ISO week-based calendar 1881-W01-7} {
+ clock format -2807827200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1881-W01-7
+} {Sun Sunday 81 1881 7 02 01 0 01}
+test clock-3.44 {ISO week-based calendar 1881-W02-1} {
+ clock format -2807740800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1881-W02-1
+} {Mon Monday 81 1881 1 02 02 1 02}
+test clock-3.45 {ISO week-based calendar 1883-W52-1} {
+ clock format -2714601600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1883-W52-1
+} {Mon Monday 83 1883 1 51 52 1 52}
+test clock-3.46 {ISO week-based calendar 1883-W52-6} {
+ clock format -2714169600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1883-W52-6
+} {Sat Saturday 83 1883 6 51 52 6 52}
+test clock-3.47 {ISO week-based calendar 1883-W52-7} {
+ clock format -2714083200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1883-W52-7
+} {Sun Sunday 83 1883 7 52 52 0 52}
+test clock-3.48 {ISO week-based calendar 1884-W01-1} {
+ clock format -2713996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W01-1
+} {Mon Monday 84 1884 1 52 01 1 53}
+test clock-3.49 {ISO week-based calendar 1884-W01-2} {
+ clock format -2713910400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W01-2
+} {Tue Tuesday 84 1884 2 00 01 2 00}
+test clock-3.50 {ISO week-based calendar 1884-W01-6} {
+ clock format -2713564800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W01-6
+} {Sat Saturday 84 1884 6 00 01 6 00}
+test clock-3.51 {ISO week-based calendar 1884-W01-7} {
+ clock format -2713478400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W01-7
+} {Sun Sunday 84 1884 7 01 01 0 00}
+test clock-3.52 {ISO week-based calendar 1884-W02-1} {
+ clock format -2713392000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W02-1
+} {Mon Monday 84 1884 1 01 02 1 01}
+test clock-3.53 {ISO week-based calendar 1884-W52-1} {
+ clock format -2683152000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W52-1
+} {Mon Monday 84 1884 1 51 52 1 51}
+test clock-3.54 {ISO week-based calendar 1884-W52-6} {
+ clock format -2682720000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W52-6
+} {Sat Saturday 84 1884 6 51 52 6 51}
+test clock-3.55 {ISO week-based calendar 1884-W52-7} {
+ clock format -2682633600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1884-W52-7
+} {Sun Sunday 84 1884 7 52 52 0 51}
+test clock-3.56 {ISO week-based calendar 1885-W01-1} {
+ clock format -2682547200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1885-W01-1
+} {Mon Monday 85 1885 1 52 01 1 52}
+test clock-3.57 {ISO week-based calendar 1885-W01-4} {
+ clock format -2682288000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1885-W01-4
+} {Thu Thursday 85 1885 4 00 01 4 00}
+test clock-3.58 {ISO week-based calendar 1885-W01-6} {
+ clock format -2682115200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1885-W01-6
+} {Sat Saturday 85 1885 6 00 01 6 00}
+test clock-3.59 {ISO week-based calendar 1885-W01-7} {
+ clock format -2682028800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1885-W01-7
+} {Sun Sunday 85 1885 7 01 01 0 00}
+test clock-3.60 {ISO week-based calendar 1885-W02-1} {
+ clock format -2681942400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1885-W02-1
+} {Mon Monday 85 1885 1 01 02 1 01}
+test clock-3.61 {ISO week-based calendar 1887-W52-1} {
+ clock format -2588198400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1887-W52-1
+} {Mon Monday 87 1887 1 52 52 1 52}
+test clock-3.62 {ISO week-based calendar 1887-W52-6} {
+ clock format -2587766400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1887-W52-6
+} {Sat Saturday 87 1887 6 52 52 6 52}
+test clock-3.63 {ISO week-based calendar 1887-W52-7} {
+ clock format -2587680000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1887-W52-7
+} {Sun Sunday 87 1887 7 01 52 0 00}
+test clock-3.64 {ISO week-based calendar 1888-W01-1} {
+ clock format -2587593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W01-1
+} {Mon Monday 88 1888 1 01 01 1 01}
+test clock-3.65 {ISO week-based calendar 1888-W01-6} {
+ clock format -2587161600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W01-6
+} {Sat Saturday 88 1888 6 01 01 6 01}
+test clock-3.66 {ISO week-based calendar 1888-W01-7} {
+ clock format -2587075200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W01-7
+} {Sun Sunday 88 1888 7 02 01 0 01}
+test clock-3.67 {ISO week-based calendar 1888-W02-1} {
+ clock format -2586988800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W02-1
+} {Mon Monday 88 1888 1 02 02 1 02}
+test clock-3.68 {ISO week-based calendar 1888-W52-1} {
+ clock format -2556748800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W52-1
+} {Mon Monday 88 1888 1 52 52 1 52}
+test clock-3.69 {ISO week-based calendar 1888-W52-6} {
+ clock format -2556316800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W52-6
+} {Sat Saturday 88 1888 6 52 52 6 52}
+test clock-3.70 {ISO week-based calendar 1888-W52-7} {
+ clock format -2556230400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1888-W52-7
+} {Sun Sunday 88 1888 7 53 52 0 52}
+test clock-3.71 {ISO week-based calendar 1889-W01-1} {
+ clock format -2556144000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W01-1
+} {Mon Monday 89 1889 1 53 01 1 53}
+test clock-3.72 {ISO week-based calendar 1889-W01-2} {
+ clock format -2556057600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W01-2
+} {Tue Tuesday 89 1889 2 00 01 2 00}
+test clock-3.73 {ISO week-based calendar 1889-W01-6} {
+ clock format -2555712000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W01-6
+} {Sat Saturday 89 1889 6 00 01 6 00}
+test clock-3.74 {ISO week-based calendar 1889-W01-7} {
+ clock format -2555625600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W01-7
+} {Sun Sunday 89 1889 7 01 01 0 00}
+test clock-3.75 {ISO week-based calendar 1889-W02-1} {
+ clock format -2555539200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W02-1
+} {Mon Monday 89 1889 1 01 02 1 01}
+test clock-3.76 {ISO week-based calendar 1889-W52-1} {
+ clock format -2525299200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W52-1
+} {Mon Monday 89 1889 1 51 52 1 51}
+test clock-3.77 {ISO week-based calendar 1889-W52-6} {
+ clock format -2524867200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W52-6
+} {Sat Saturday 89 1889 6 51 52 6 51}
+test clock-3.78 {ISO week-based calendar 1889-W52-7} {
+ clock format -2524780800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1889-W52-7
+} {Sun Sunday 89 1889 7 52 52 0 51}
+test clock-3.79 {ISO week-based calendar 1890-W01-1} {
+ clock format -2524694400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W01-1
+} {Mon Monday 90 1890 1 52 01 1 52}
+test clock-3.80 {ISO week-based calendar 1890-W01-3} {
+ clock format -2524521600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W01-3
+} {Wed Wednesday 90 1890 3 00 01 3 00}
+test clock-3.81 {ISO week-based calendar 1890-W01-6} {
+ clock format -2524262400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W01-6
+} {Sat Saturday 90 1890 6 00 01 6 00}
+test clock-3.82 {ISO week-based calendar 1890-W01-7} {
+ clock format -2524176000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W01-7
+} {Sun Sunday 90 1890 7 01 01 0 00}
+test clock-3.83 {ISO week-based calendar 1890-W02-1} {
+ clock format -2524089600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W02-1
+} {Mon Monday 90 1890 1 01 02 1 01}
+test clock-3.84 {ISO week-based calendar 1890-W52-1} {
+ clock format -2493849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W52-1
+} {Mon Monday 90 1890 1 51 52 1 51}
+test clock-3.85 {ISO week-based calendar 1890-W52-6} {
+ clock format -2493417600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W52-6
+} {Sat Saturday 90 1890 6 51 52 6 51}
+test clock-3.86 {ISO week-based calendar 1890-W52-7} {
+ clock format -2493331200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1890-W52-7
+} {Sun Sunday 90 1890 7 52 52 0 51}
+test clock-3.87 {ISO week-based calendar 1891-W01-1} {
+ clock format -2493244800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W01-1
+} {Mon Monday 91 1891 1 52 01 1 52}
+test clock-3.88 {ISO week-based calendar 1891-W01-4} {
+ clock format -2492985600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W01-4
+} {Thu Thursday 91 1891 4 00 01 4 00}
+test clock-3.89 {ISO week-based calendar 1891-W01-6} {
+ clock format -2492812800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W01-6
+} {Sat Saturday 91 1891 6 00 01 6 00}
+test clock-3.90 {ISO week-based calendar 1891-W01-7} {
+ clock format -2492726400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W01-7
+} {Sun Sunday 91 1891 7 01 01 0 00}
+test clock-3.91 {ISO week-based calendar 1891-W02-1} {
+ clock format -2492640000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W02-1
+} {Mon Monday 91 1891 1 01 02 1 01}
+test clock-3.92 {ISO week-based calendar 1891-W53-1} {
+ clock format -2461795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W53-1
+} {Mon Monday 91 1891 1 52 53 1 52}
+test clock-3.93 {ISO week-based calendar 1891-W53-5} {
+ clock format -2461449600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W53-5
+} {Fri Friday 91 1891 5 00 53 5 00}
+test clock-3.94 {ISO week-based calendar 1891-W53-6} {
+ clock format -2461363200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W53-6
+} {Sat Saturday 91 1891 6 00 53 6 00}
+test clock-3.95 {ISO week-based calendar 1891-W53-7} {
+ clock format -2461276800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1891-W53-7
+} {Sun Sunday 91 1891 7 01 53 0 00}
+test clock-3.96 {ISO week-based calendar 1892-W01-1} {
+ clock format -2461190400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W01-1
+} {Mon Monday 92 1892 1 01 01 1 01}
+test clock-3.97 {ISO week-based calendar 1892-W01-6} {
+ clock format -2460758400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W01-6
+} {Sat Saturday 92 1892 6 01 01 6 01}
+test clock-3.98 {ISO week-based calendar 1892-W01-7} {
+ clock format -2460672000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W01-7
+} {Sun Sunday 92 1892 7 02 01 0 01}
+test clock-3.99 {ISO week-based calendar 1892-W02-1} {
+ clock format -2460585600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W02-1
+} {Mon Monday 92 1892 1 02 02 1 02}
+test clock-3.100 {ISO week-based calendar 1892-W52-1} {
+ clock format -2430345600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W52-1
+} {Mon Monday 92 1892 1 52 52 1 52}
+test clock-3.101 {ISO week-based calendar 1892-W52-6} {
+ clock format -2429913600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W52-6
+} {Sat Saturday 92 1892 6 52 52 6 52}
+test clock-3.102 {ISO week-based calendar 1892-W52-7} {
+ clock format -2429827200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1892-W52-7
+} {Sun Sunday 92 1892 7 01 52 0 00}
+test clock-3.103 {ISO week-based calendar 1893-W01-1} {
+ clock format -2429740800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W01-1
+} {Mon Monday 93 1893 1 01 01 1 01}
+test clock-3.104 {ISO week-based calendar 1893-W01-6} {
+ clock format -2429308800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W01-6
+} {Sat Saturday 93 1893 6 01 01 6 01}
+test clock-3.105 {ISO week-based calendar 1893-W01-7} {
+ clock format -2429222400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W01-7
+} {Sun Sunday 93 1893 7 02 01 0 01}
+test clock-3.106 {ISO week-based calendar 1893-W02-1} {
+ clock format -2429136000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W02-1
+} {Mon Monday 93 1893 1 02 02 1 02}
+test clock-3.107 {ISO week-based calendar 1893-W52-1} {
+ clock format -2398896000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W52-1
+} {Mon Monday 93 1893 1 52 52 1 52}
+test clock-3.108 {ISO week-based calendar 1893-W52-6} {
+ clock format -2398464000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W52-6
+} {Sat Saturday 93 1893 6 52 52 6 52}
+test clock-3.109 {ISO week-based calendar 1893-W52-7} {
+ clock format -2398377600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1893-W52-7
+} {Sun Sunday 93 1893 7 53 52 0 52}
+test clock-3.110 {ISO week-based calendar 1894-W01-1} {
+ clock format -2398291200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W01-1
+} {Mon Monday 94 1894 1 00 01 1 01}
+test clock-3.111 {ISO week-based calendar 1894-W01-6} {
+ clock format -2397859200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W01-6
+} {Sat Saturday 94 1894 6 00 01 6 01}
+test clock-3.112 {ISO week-based calendar 1894-W01-7} {
+ clock format -2397772800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W01-7
+} {Sun Sunday 94 1894 7 01 01 0 01}
+test clock-3.113 {ISO week-based calendar 1894-W02-1} {
+ clock format -2397686400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W02-1
+} {Mon Monday 94 1894 1 01 02 1 02}
+test clock-3.114 {ISO week-based calendar 1894-W52-1} {
+ clock format -2367446400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W52-1
+} {Mon Monday 94 1894 1 51 52 1 52}
+test clock-3.115 {ISO week-based calendar 1894-W52-6} {
+ clock format -2367014400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W52-6
+} {Sat Saturday 94 1894 6 51 52 6 52}
+test clock-3.116 {ISO week-based calendar 1894-W52-7} {
+ clock format -2366928000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1894-W52-7
+} {Sun Sunday 94 1894 7 52 52 0 52}
+test clock-3.117 {ISO week-based calendar 1895-W01-1} {
+ clock format -2366841600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W01-1
+} {Mon Monday 95 1895 1 52 01 1 53}
+test clock-3.118 {ISO week-based calendar 1895-W01-2} {
+ clock format -2366755200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W01-2
+} {Tue Tuesday 95 1895 2 00 01 2 00}
+test clock-3.119 {ISO week-based calendar 1895-W01-6} {
+ clock format -2366409600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W01-6
+} {Sat Saturday 95 1895 6 00 01 6 00}
+test clock-3.120 {ISO week-based calendar 1895-W01-7} {
+ clock format -2366323200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W01-7
+} {Sun Sunday 95 1895 7 01 01 0 00}
+test clock-3.121 {ISO week-based calendar 1895-W02-1} {
+ clock format -2366236800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W02-1
+} {Mon Monday 95 1895 1 01 02 1 01}
+test clock-3.122 {ISO week-based calendar 1895-W52-1} {
+ clock format -2335996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W52-1
+} {Mon Monday 95 1895 1 51 52 1 51}
+test clock-3.123 {ISO week-based calendar 1895-W52-6} {
+ clock format -2335564800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W52-6
+} {Sat Saturday 95 1895 6 51 52 6 51}
+test clock-3.124 {ISO week-based calendar 1895-W52-7} {
+ clock format -2335478400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1895-W52-7
+} {Sun Sunday 95 1895 7 52 52 0 51}
+test clock-3.125 {ISO week-based calendar 1896-W01-1} {
+ clock format -2335392000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W01-1
+} {Mon Monday 96 1896 1 52 01 1 52}
+test clock-3.126 {ISO week-based calendar 1896-W01-3} {
+ clock format -2335219200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W01-3
+} {Wed Wednesday 96 1896 3 00 01 3 00}
+test clock-3.127 {ISO week-based calendar 1896-W01-6} {
+ clock format -2334960000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W01-6
+} {Sat Saturday 96 1896 6 00 01 6 00}
+test clock-3.128 {ISO week-based calendar 1896-W01-7} {
+ clock format -2334873600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W01-7
+} {Sun Sunday 96 1896 7 01 01 0 00}
+test clock-3.129 {ISO week-based calendar 1896-W02-1} {
+ clock format -2334787200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W02-1
+} {Mon Monday 96 1896 1 01 02 1 01}
+test clock-3.130 {ISO week-based calendar 1896-W53-1} {
+ clock format -2303942400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W53-1
+} {Mon Monday 96 1896 1 52 53 1 52}
+test clock-3.131 {ISO week-based calendar 1896-W53-5} {
+ clock format -2303596800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W53-5
+} {Fri Friday 96 1896 5 00 53 5 00}
+test clock-3.132 {ISO week-based calendar 1896-W53-6} {
+ clock format -2303510400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W53-6
+} {Sat Saturday 96 1896 6 00 53 6 00}
+test clock-3.133 {ISO week-based calendar 1896-W53-7} {
+ clock format -2303424000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1896-W53-7
+} {Sun Sunday 96 1896 7 01 53 0 00}
+test clock-3.134 {ISO week-based calendar 1897-W01-1} {
+ clock format -2303337600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W01-1
+} {Mon Monday 97 1897 1 01 01 1 01}
+test clock-3.135 {ISO week-based calendar 1897-W01-6} {
+ clock format -2302905600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W01-6
+} {Sat Saturday 97 1897 6 01 01 6 01}
+test clock-3.136 {ISO week-based calendar 1897-W01-7} {
+ clock format -2302819200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W01-7
+} {Sun Sunday 97 1897 7 02 01 0 01}
+test clock-3.137 {ISO week-based calendar 1897-W02-1} {
+ clock format -2302732800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W02-1
+} {Mon Monday 97 1897 1 02 02 1 02}
+test clock-3.138 {ISO week-based calendar 1897-W52-1} {
+ clock format -2272492800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W52-1
+} {Mon Monday 97 1897 1 52 52 1 52}
+test clock-3.139 {ISO week-based calendar 1897-W52-6} {
+ clock format -2272060800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W52-6
+} {Sat Saturday 97 1897 6 00 52 6 00}
+test clock-3.140 {ISO week-based calendar 1897-W52-7} {
+ clock format -2271974400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1897-W52-7
+} {Sun Sunday 97 1897 7 01 52 0 00}
+test clock-3.141 {ISO week-based calendar 1898-W01-1} {
+ clock format -2271888000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W01-1
+} {Mon Monday 98 1898 1 01 01 1 01}
+test clock-3.142 {ISO week-based calendar 1898-W01-6} {
+ clock format -2271456000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W01-6
+} {Sat Saturday 98 1898 6 01 01 6 01}
+test clock-3.143 {ISO week-based calendar 1898-W01-7} {
+ clock format -2271369600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W01-7
+} {Sun Sunday 98 1898 7 02 01 0 01}
+test clock-3.144 {ISO week-based calendar 1898-W02-1} {
+ clock format -2271283200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W02-1
+} {Mon Monday 98 1898 1 02 02 1 02}
+test clock-3.145 {ISO week-based calendar 1898-W52-1} {
+ clock format -2241043200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W52-1
+} {Mon Monday 98 1898 1 52 52 1 52}
+test clock-3.146 {ISO week-based calendar 1898-W52-6} {
+ clock format -2240611200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W52-6
+} {Sat Saturday 98 1898 6 52 52 6 52}
+test clock-3.147 {ISO week-based calendar 1898-W52-7} {
+ clock format -2240524800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1898-W52-7
+} {Sun Sunday 98 1898 7 01 52 0 00}
+test clock-3.148 {ISO week-based calendar 1899-W01-1} {
+ clock format -2240438400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W01-1
+} {Mon Monday 99 1899 1 01 01 1 01}
+test clock-3.149 {ISO week-based calendar 1899-W01-6} {
+ clock format -2240006400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W01-6
+} {Sat Saturday 99 1899 6 01 01 6 01}
+test clock-3.150 {ISO week-based calendar 1899-W01-7} {
+ clock format -2239920000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W01-7
+} {Sun Sunday 99 1899 7 02 01 0 01}
+test clock-3.151 {ISO week-based calendar 1899-W02-1} {
+ clock format -2239833600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W02-1
+} {Mon Monday 99 1899 1 02 02 1 02}
+test clock-3.152 {ISO week-based calendar 1899-W52-1} {
+ clock format -2209593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W52-1
+} {Mon Monday 99 1899 1 52 52 1 52}
+test clock-3.153 {ISO week-based calendar 1899-W52-6} {
+ clock format -2209161600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W52-6
+} {Sat Saturday 99 1899 6 52 52 6 52}
+test clock-3.154 {ISO week-based calendar 1899-W52-7} {
+ clock format -2209075200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1899-W52-7
+} {Sun Sunday 99 1899 7 53 52 0 52}
+test clock-3.155 {ISO week-based calendar 1900-W01-1} {
+ clock format -2208988800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1900-W01-1
+} {Mon Monday 00 1900 1 00 01 1 01}
+test clock-3.156 {ISO week-based calendar 1900-W01-6} {
+ clock format -2208556800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1900-W01-6
+} {Sat Saturday 00 1900 6 00 01 6 01}
+test clock-3.157 {ISO week-based calendar 1900-W01-7} {
+ clock format -2208470400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1900-W01-7
+} {Sun Sunday 00 1900 7 01 01 0 01}
+test clock-3.158 {ISO week-based calendar 1900-W02-1} {
+ clock format -2208384000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1900-W02-1
+} {Mon Monday 00 1900 1 01 02 1 02}
+test clock-3.159 {ISO week-based calendar 1943-W52-1} {
+ clock format -820972800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1943-W52-1
+} {Mon Monday 43 1943 1 52 52 1 52}
+test clock-3.160 {ISO week-based calendar 1943-W52-6} {
+ clock format -820540800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1943-W52-6
+} {Sat Saturday 43 1943 6 00 52 6 00}
+test clock-3.161 {ISO week-based calendar 1943-W52-7} {
+ clock format -820454400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1943-W52-7
+} {Sun Sunday 43 1943 7 01 52 0 00}
+test clock-3.162 {ISO week-based calendar 1944-W01-1} {
+ clock format -820368000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W01-1
+} {Mon Monday 44 1944 1 01 01 1 01}
+test clock-3.163 {ISO week-based calendar 1944-W01-6} {
+ clock format -819936000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W01-6
+} {Sat Saturday 44 1944 6 01 01 6 01}
+test clock-3.164 {ISO week-based calendar 1944-W01-7} {
+ clock format -819849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W01-7
+} {Sun Sunday 44 1944 7 02 01 0 01}
+test clock-3.165 {ISO week-based calendar 1944-W02-1} {
+ clock format -819763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W02-1
+} {Mon Monday 44 1944 1 02 02 1 02}
+test clock-3.166 {ISO week-based calendar 1944-W52-1} {
+ clock format -789523200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W52-1
+} {Mon Monday 44 1944 1 52 52 1 52}
+test clock-3.167 {ISO week-based calendar 1944-W52-6} {
+ clock format -789091200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W52-6
+} {Sat Saturday 44 1944 6 52 52 6 52}
+test clock-3.168 {ISO week-based calendar 1944-W52-7} {
+ clock format -789004800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1944-W52-7
+} {Sun Sunday 44 1944 7 53 52 0 52}
+test clock-3.169 {ISO week-based calendar 1945-W01-1} {
+ clock format -788918400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1945-W01-1
+} {Mon Monday 45 1945 1 00 01 1 01}
+test clock-3.170 {ISO week-based calendar 1945-W01-6} {
+ clock format -788486400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1945-W01-6
+} {Sat Saturday 45 1945 6 00 01 6 01}
+test clock-3.171 {ISO week-based calendar 1945-W01-7} {
+ clock format -788400000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1945-W01-7
+} {Sun Sunday 45 1945 7 01 01 0 01}
+test clock-3.172 {ISO week-based calendar 1945-W02-1} {
+ clock format -788313600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1945-W02-1
+} {Mon Monday 45 1945 1 01 02 1 02}
+test clock-3.173 {ISO week-based calendar 1947-W52-1} {
+ clock format -695174400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1947-W52-1
+} {Mon Monday 47 1947 1 51 52 1 51}
+test clock-3.174 {ISO week-based calendar 1947-W52-6} {
+ clock format -694742400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1947-W52-6
+} {Sat Saturday 47 1947 6 51 52 6 51}
+test clock-3.175 {ISO week-based calendar 1947-W52-7} {
+ clock format -694656000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1947-W52-7
+} {Sun Sunday 47 1947 7 52 52 0 51}
+test clock-3.176 {ISO week-based calendar 1948-W01-1} {
+ clock format -694569600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W01-1
+} {Mon Monday 48 1948 1 52 01 1 52}
+test clock-3.177 {ISO week-based calendar 1948-W01-4} {
+ clock format -694310400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W01-4
+} {Thu Thursday 48 1948 4 00 01 4 00}
+test clock-3.178 {ISO week-based calendar 1948-W01-6} {
+ clock format -694137600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W01-6
+} {Sat Saturday 48 1948 6 00 01 6 00}
+test clock-3.179 {ISO week-based calendar 1948-W01-7} {
+ clock format -694051200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W01-7
+} {Sun Sunday 48 1948 7 01 01 0 00}
+test clock-3.180 {ISO week-based calendar 1948-W02-1} {
+ clock format -693964800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W02-1
+} {Mon Monday 48 1948 1 01 02 1 01}
+test clock-3.181 {ISO week-based calendar 1948-W53-1} {
+ clock format -663120000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W53-1
+} {Mon Monday 48 1948 1 52 53 1 52}
+test clock-3.182 {ISO week-based calendar 1948-W53-6} {
+ clock format -662688000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W53-6
+} {Sat Saturday 48 1948 6 00 53 6 00}
+test clock-3.183 {ISO week-based calendar 1948-W53-7} {
+ clock format -662601600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1948-W53-7
+} {Sun Sunday 48 1948 7 01 53 0 00}
+test clock-3.184 {ISO week-based calendar 1949-W01-1} {
+ clock format -662515200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1949-W01-1
+} {Mon Monday 49 1949 1 01 01 1 01}
+test clock-3.185 {ISO week-based calendar 1949-W01-6} {
+ clock format -662083200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1949-W01-6
+} {Sat Saturday 49 1949 6 01 01 6 01}
+test clock-3.186 {ISO week-based calendar 1949-W01-7} {
+ clock format -661996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1949-W01-7
+} {Sun Sunday 49 1949 7 02 01 0 01}
+test clock-3.187 {ISO week-based calendar 1949-W02-1} {
+ clock format -661910400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1949-W02-1
+} {Mon Monday 49 1949 1 02 02 1 02}
+test clock-3.188 {ISO week-based calendar 1951-W52-1} {
+ clock format -568771200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1951-W52-1
+} {Mon Monday 51 1951 1 51 52 1 52}
+test clock-3.189 {ISO week-based calendar 1951-W52-6} {
+ clock format -568339200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1951-W52-6
+} {Sat Saturday 51 1951 6 51 52 6 52}
+test clock-3.190 {ISO week-based calendar 1951-W52-7} {
+ clock format -568252800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1951-W52-7
+} {Sun Sunday 51 1951 7 52 52 0 52}
+test clock-3.191 {ISO week-based calendar 1952-W01-1} {
+ clock format -568166400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W01-1
+} {Mon Monday 52 1952 1 52 01 1 53}
+test clock-3.192 {ISO week-based calendar 1952-W01-2} {
+ clock format -568080000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W01-2
+} {Tue Tuesday 52 1952 2 00 01 2 00}
+test clock-3.193 {ISO week-based calendar 1952-W01-6} {
+ clock format -567734400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W01-6
+} {Sat Saturday 52 1952 6 00 01 6 00}
+test clock-3.194 {ISO week-based calendar 1952-W01-7} {
+ clock format -567648000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W01-7
+} {Sun Sunday 52 1952 7 01 01 0 00}
+test clock-3.195 {ISO week-based calendar 1952-W02-1} {
+ clock format -567561600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W02-1
+} {Mon Monday 52 1952 1 01 02 1 01}
+test clock-3.196 {ISO week-based calendar 1952-W52-1} {
+ clock format -537321600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W52-1
+} {Mon Monday 52 1952 1 51 52 1 51}
+test clock-3.197 {ISO week-based calendar 1952-W52-6} {
+ clock format -536889600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W52-6
+} {Sat Saturday 52 1952 6 51 52 6 51}
+test clock-3.198 {ISO week-based calendar 1952-W52-7} {
+ clock format -536803200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1952-W52-7
+} {Sun Sunday 52 1952 7 52 52 0 51}
+test clock-3.199 {ISO week-based calendar 1953-W01-1} {
+ clock format -536716800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1953-W01-1
+} {Mon Monday 53 1953 1 52 01 1 52}
+test clock-3.200 {ISO week-based calendar 1953-W01-4} {
+ clock format -536457600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1953-W01-4
+} {Thu Thursday 53 1953 4 00 01 4 00}
+test clock-3.201 {ISO week-based calendar 1953-W01-6} {
+ clock format -536284800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1953-W01-6
+} {Sat Saturday 53 1953 6 00 01 6 00}
+test clock-3.202 {ISO week-based calendar 1953-W01-7} {
+ clock format -536198400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1953-W01-7
+} {Sun Sunday 53 1953 7 01 01 0 00}
+test clock-3.203 {ISO week-based calendar 1953-W02-1} {
+ clock format -536112000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1953-W02-1
+} {Mon Monday 53 1953 1 01 02 1 01}
+test clock-3.204 {ISO week-based calendar 1955-W52-1} {
+ clock format -442368000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1955-W52-1
+} {Mon Monday 55 1955 1 52 52 1 52}
+test clock-3.205 {ISO week-based calendar 1955-W52-6} {
+ clock format -441936000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1955-W52-6
+} {Sat Saturday 55 1955 6 52 52 6 52}
+test clock-3.206 {ISO week-based calendar 1955-W52-7} {
+ clock format -441849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1955-W52-7
+} {Sun Sunday 55 1955 7 01 52 0 00}
+test clock-3.207 {ISO week-based calendar 1956-W01-1} {
+ clock format -441763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W01-1
+} {Mon Monday 56 1956 1 01 01 1 01}
+test clock-3.208 {ISO week-based calendar 1956-W01-6} {
+ clock format -441331200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W01-6
+} {Sat Saturday 56 1956 6 01 01 6 01}
+test clock-3.209 {ISO week-based calendar 1956-W01-7} {
+ clock format -441244800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W01-7
+} {Sun Sunday 56 1956 7 02 01 0 01}
+test clock-3.210 {ISO week-based calendar 1956-W02-1} {
+ clock format -441158400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W02-1
+} {Mon Monday 56 1956 1 02 02 1 02}
+test clock-3.211 {ISO week-based calendar 1956-W52-1} {
+ clock format -410918400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W52-1
+} {Mon Monday 56 1956 1 52 52 1 52}
+test clock-3.212 {ISO week-based calendar 1956-W52-6} {
+ clock format -410486400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W52-6
+} {Sat Saturday 56 1956 6 52 52 6 52}
+test clock-3.213 {ISO week-based calendar 1956-W52-7} {
+ clock format -410400000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1956-W52-7
+} {Sun Sunday 56 1956 7 53 52 0 52}
+test clock-3.214 {ISO week-based calendar 1957-W01-1} {
+ clock format -410313600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1957-W01-1
+} {Mon Monday 57 1957 1 53 01 1 53}
+test clock-3.215 {ISO week-based calendar 1957-W01-2} {
+ clock format -410227200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1957-W01-2
+} {Tue Tuesday 57 1957 2 00 01 2 00}
+test clock-3.216 {ISO week-based calendar 1957-W01-6} {
+ clock format -409881600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1957-W01-6
+} {Sat Saturday 57 1957 6 00 01 6 00}
+test clock-3.217 {ISO week-based calendar 1957-W01-7} {
+ clock format -409795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1957-W01-7
+} {Sun Sunday 57 1957 7 01 01 0 00}
+test clock-3.218 {ISO week-based calendar 1957-W02-1} {
+ clock format -409708800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1957-W02-1
+} {Mon Monday 57 1957 1 01 02 1 01}
+test clock-3.219 {ISO week-based calendar 1958-W52-1} {
+ clock format -348019200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1958-W52-1
+} {Mon Monday 58 1958 1 51 52 1 51}
+test clock-3.220 {ISO week-based calendar 1958-W52-6} {
+ clock format -347587200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1958-W52-6
+} {Sat Saturday 58 1958 6 51 52 6 51}
+test clock-3.221 {ISO week-based calendar 1958-W52-7} {
+ clock format -347500800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1958-W52-7
+} {Sun Sunday 58 1958 7 52 52 0 51}
+test clock-3.222 {ISO week-based calendar 1959-W01-1} {
+ clock format -347414400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W01-1
+} {Mon Monday 59 1959 1 52 01 1 52}
+test clock-3.223 {ISO week-based calendar 1959-W01-4} {
+ clock format -347155200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W01-4
+} {Thu Thursday 59 1959 4 00 01 4 00}
+test clock-3.224 {ISO week-based calendar 1959-W01-6} {
+ clock format -346982400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W01-6
+} {Sat Saturday 59 1959 6 00 01 6 00}
+test clock-3.225 {ISO week-based calendar 1959-W01-7} {
+ clock format -346896000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W01-7
+} {Sun Sunday 59 1959 7 01 01 0 00}
+test clock-3.226 {ISO week-based calendar 1959-W02-1} {
+ clock format -346809600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W02-1
+} {Mon Monday 59 1959 1 01 02 1 01}
+test clock-3.227 {ISO week-based calendar 1959-W53-1} {
+ clock format -315964800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W53-1
+} {Mon Monday 59 1959 1 52 53 1 52}
+test clock-3.228 {ISO week-based calendar 1959-W53-5} {
+ clock format -315619200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W53-5
+} {Fri Friday 59 1959 5 00 53 5 00}
+test clock-3.229 {ISO week-based calendar 1959-W53-6} {
+ clock format -315532800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W53-6
+} {Sat Saturday 59 1959 6 00 53 6 00}
+test clock-3.230 {ISO week-based calendar 1959-W53-7} {
+ clock format -315446400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1959-W53-7
+} {Sun Sunday 59 1959 7 01 53 0 00}
+test clock-3.231 {ISO week-based calendar 1960-W01-1} {
+ clock format -315360000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W01-1
+} {Mon Monday 60 1960 1 01 01 1 01}
+test clock-3.232 {ISO week-based calendar 1960-W01-6} {
+ clock format -314928000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W01-6
+} {Sat Saturday 60 1960 6 01 01 6 01}
+test clock-3.233 {ISO week-based calendar 1960-W01-7} {
+ clock format -314841600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W01-7
+} {Sun Sunday 60 1960 7 02 01 0 01}
+test clock-3.234 {ISO week-based calendar 1960-W02-1} {
+ clock format -314755200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W02-1
+} {Mon Monday 60 1960 1 02 02 1 02}
+test clock-3.235 {ISO week-based calendar 1960-W52-1} {
+ clock format -284515200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W52-1
+} {Mon Monday 60 1960 1 52 52 1 52}
+test clock-3.236 {ISO week-based calendar 1960-W52-6} {
+ clock format -284083200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W52-6
+} {Sat Saturday 60 1960 6 52 52 6 52}
+test clock-3.237 {ISO week-based calendar 1960-W52-7} {
+ clock format -283996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1960-W52-7
+} {Sun Sunday 60 1960 7 01 52 0 00}
+test clock-3.238 {ISO week-based calendar 1961-W01-1} {
+ clock format -283910400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W01-1
+} {Mon Monday 61 1961 1 01 01 1 01}
+test clock-3.239 {ISO week-based calendar 1961-W01-6} {
+ clock format -283478400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W01-6
+} {Sat Saturday 61 1961 6 01 01 6 01}
+test clock-3.240 {ISO week-based calendar 1961-W01-7} {
+ clock format -283392000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W01-7
+} {Sun Sunday 61 1961 7 02 01 0 01}
+test clock-3.241 {ISO week-based calendar 1961-W02-1} {
+ clock format -283305600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W02-1
+} {Mon Monday 61 1961 1 02 02 1 02}
+test clock-3.242 {ISO week-based calendar 1961-W52-1} {
+ clock format -253065600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W52-1
+} {Mon Monday 61 1961 1 52 52 1 52}
+test clock-3.243 {ISO week-based calendar 1961-W52-6} {
+ clock format -252633600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W52-6
+} {Sat Saturday 61 1961 6 52 52 6 52}
+test clock-3.244 {ISO week-based calendar 1961-W52-7} {
+ clock format -252547200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1961-W52-7
+} {Sun Sunday 61 1961 7 53 52 0 52}
+test clock-3.245 {ISO week-based calendar 1962-W01-1} {
+ clock format -252460800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W01-1
+} {Mon Monday 62 1962 1 00 01 1 01}
+test clock-3.246 {ISO week-based calendar 1962-W01-6} {
+ clock format -252028800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W01-6
+} {Sat Saturday 62 1962 6 00 01 6 01}
+test clock-3.247 {ISO week-based calendar 1962-W01-7} {
+ clock format -251942400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W01-7
+} {Sun Sunday 62 1962 7 01 01 0 01}
+test clock-3.248 {ISO week-based calendar 1962-W02-1} {
+ clock format -251856000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W02-1
+} {Mon Monday 62 1962 1 01 02 1 02}
+test clock-3.249 {ISO week-based calendar 1962-W52-1} {
+ clock format -221616000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W52-1
+} {Mon Monday 62 1962 1 51 52 1 52}
+test clock-3.250 {ISO week-based calendar 1962-W52-6} {
+ clock format -221184000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W52-6
+} {Sat Saturday 62 1962 6 51 52 6 52}
+test clock-3.251 {ISO week-based calendar 1962-W52-7} {
+ clock format -221097600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1962-W52-7
+} {Sun Sunday 62 1962 7 52 52 0 52}
+test clock-3.252 {ISO week-based calendar 1963-W01-1} {
+ clock format -221011200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W01-1
+} {Mon Monday 63 1963 1 52 01 1 53}
+test clock-3.253 {ISO week-based calendar 1963-W01-2} {
+ clock format -220924800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W01-2
+} {Tue Tuesday 63 1963 2 00 01 2 00}
+test clock-3.254 {ISO week-based calendar 1963-W01-6} {
+ clock format -220579200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W01-6
+} {Sat Saturday 63 1963 6 00 01 6 00}
+test clock-3.255 {ISO week-based calendar 1963-W01-7} {
+ clock format -220492800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W01-7
+} {Sun Sunday 63 1963 7 01 01 0 00}
+test clock-3.256 {ISO week-based calendar 1963-W02-1} {
+ clock format -220406400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W02-1
+} {Mon Monday 63 1963 1 01 02 1 01}
+test clock-3.257 {ISO week-based calendar 1963-W52-1} {
+ clock format -190166400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W52-1
+} {Mon Monday 63 1963 1 51 52 1 51}
+test clock-3.258 {ISO week-based calendar 1963-W52-6} {
+ clock format -189734400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W52-6
+} {Sat Saturday 63 1963 6 51 52 6 51}
+test clock-3.259 {ISO week-based calendar 1963-W52-7} {
+ clock format -189648000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1963-W52-7
+} {Sun Sunday 63 1963 7 52 52 0 51}
+test clock-3.260 {ISO week-based calendar 1964-W01-1} {
+ clock format -189561600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W01-1
+} {Mon Monday 64 1964 1 52 01 1 52}
+test clock-3.261 {ISO week-based calendar 1964-W01-3} {
+ clock format -189388800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W01-3
+} {Wed Wednesday 64 1964 3 00 01 3 00}
+test clock-3.262 {ISO week-based calendar 1964-W01-6} {
+ clock format -189129600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W01-6
+} {Sat Saturday 64 1964 6 00 01 6 00}
+test clock-3.263 {ISO week-based calendar 1964-W01-7} {
+ clock format -189043200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W01-7
+} {Sun Sunday 64 1964 7 01 01 0 00}
+test clock-3.264 {ISO week-based calendar 1964-W02-1} {
+ clock format -188956800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W02-1
+} {Mon Monday 64 1964 1 01 02 1 01}
+test clock-3.265 {ISO week-based calendar 1964-W53-1} {
+ clock format -158112000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W53-1
+} {Mon Monday 64 1964 1 52 53 1 52}
+test clock-3.266 {ISO week-based calendar 1964-W53-5} {
+ clock format -157766400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W53-5
+} {Fri Friday 64 1964 5 00 53 5 00}
+test clock-3.267 {ISO week-based calendar 1964-W53-6} {
+ clock format -157680000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W53-6
+} {Sat Saturday 64 1964 6 00 53 6 00}
+test clock-3.268 {ISO week-based calendar 1964-W53-7} {
+ clock format -157593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1964-W53-7
+} {Sun Sunday 64 1964 7 01 53 0 00}
+test clock-3.269 {ISO week-based calendar 1965-W01-1} {
+ clock format -157507200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W01-1
+} {Mon Monday 65 1965 1 01 01 1 01}
+test clock-3.270 {ISO week-based calendar 1965-W01-6} {
+ clock format -157075200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W01-6
+} {Sat Saturday 65 1965 6 01 01 6 01}
+test clock-3.271 {ISO week-based calendar 1965-W01-7} {
+ clock format -156988800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W01-7
+} {Sun Sunday 65 1965 7 02 01 0 01}
+test clock-3.272 {ISO week-based calendar 1965-W02-1} {
+ clock format -156902400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W02-1
+} {Mon Monday 65 1965 1 02 02 1 02}
+test clock-3.273 {ISO week-based calendar 1965-W52-1} {
+ clock format -126662400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W52-1
+} {Mon Monday 65 1965 1 52 52 1 52}
+test clock-3.274 {ISO week-based calendar 1965-W52-6} {
+ clock format -126230400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W52-6
+} {Sat Saturday 65 1965 6 00 52 6 00}
+test clock-3.275 {ISO week-based calendar 1965-W52-7} {
+ clock format -126144000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1965-W52-7
+} {Sun Sunday 65 1965 7 01 52 0 00}
+test clock-3.276 {ISO week-based calendar 1966-W01-1} {
+ clock format -126057600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W01-1
+} {Mon Monday 66 1966 1 01 01 1 01}
+test clock-3.277 {ISO week-based calendar 1966-W01-6} {
+ clock format -125625600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W01-6
+} {Sat Saturday 66 1966 6 01 01 6 01}
+test clock-3.278 {ISO week-based calendar 1966-W01-7} {
+ clock format -125539200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W01-7
+} {Sun Sunday 66 1966 7 02 01 0 01}
+test clock-3.279 {ISO week-based calendar 1966-W02-1} {
+ clock format -125452800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W02-1
+} {Mon Monday 66 1966 1 02 02 1 02}
+test clock-3.280 {ISO week-based calendar 1966-W52-1} {
+ clock format -95212800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W52-1
+} {Mon Monday 66 1966 1 52 52 1 52}
+test clock-3.281 {ISO week-based calendar 1966-W52-6} {
+ clock format -94780800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W52-6
+} {Sat Saturday 66 1966 6 52 52 6 52}
+test clock-3.282 {ISO week-based calendar 1966-W52-7} {
+ clock format -94694400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1966-W52-7
+} {Sun Sunday 66 1966 7 01 52 0 00}
+test clock-3.283 {ISO week-based calendar 1967-W01-1} {
+ clock format -94608000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W01-1
+} {Mon Monday 67 1967 1 01 01 1 01}
+test clock-3.284 {ISO week-based calendar 1967-W01-6} {
+ clock format -94176000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W01-6
+} {Sat Saturday 67 1967 6 01 01 6 01}
+test clock-3.285 {ISO week-based calendar 1967-W01-7} {
+ clock format -94089600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W01-7
+} {Sun Sunday 67 1967 7 02 01 0 01}
+test clock-3.286 {ISO week-based calendar 1967-W02-1} {
+ clock format -94003200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W02-1
+} {Mon Monday 67 1967 1 02 02 1 02}
+test clock-3.287 {ISO week-based calendar 1967-W52-1} {
+ clock format -63763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W52-1
+} {Mon Monday 67 1967 1 52 52 1 52}
+test clock-3.288 {ISO week-based calendar 1967-W52-6} {
+ clock format -63331200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W52-6
+} {Sat Saturday 67 1967 6 52 52 6 52}
+test clock-3.289 {ISO week-based calendar 1967-W52-7} {
+ clock format -63244800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1967-W52-7
+} {Sun Sunday 67 1967 7 53 52 0 52}
+test clock-3.290 {ISO week-based calendar 1968-W01-1} {
+ clock format -63158400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W01-1
+} {Mon Monday 68 1968 1 00 01 1 01}
+test clock-3.291 {ISO week-based calendar 1968-W01-6} {
+ clock format -62726400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W01-6
+} {Sat Saturday 68 1968 6 00 01 6 01}
+test clock-3.292 {ISO week-based calendar 1968-W01-7} {
+ clock format -62640000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W01-7
+} {Sun Sunday 68 1968 7 01 01 0 01}
+test clock-3.293 {ISO week-based calendar 1968-W02-1} {
+ clock format -62553600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W02-1
+} {Mon Monday 68 1968 1 01 02 1 02}
+test clock-3.294 {ISO week-based calendar 1968-W52-1} {
+ clock format -32313600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W52-1
+} {Mon Monday 68 1968 1 51 52 1 52}
+test clock-3.295 {ISO week-based calendar 1968-W52-6} {
+ clock format -31881600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W52-6
+} {Sat Saturday 68 1968 6 51 52 6 52}
+test clock-3.296 {ISO week-based calendar 1968-W52-7} {
+ clock format -31795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1968-W52-7
+} {Sun Sunday 68 1968 7 52 52 0 52}
+test clock-3.297 {ISO week-based calendar 1969-W01-1} {
+ clock format -31708800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W01-1
+} {Mon Monday 69 1969 1 52 01 1 53}
+test clock-3.298 {ISO week-based calendar 1969-W01-3} {
+ clock format -31536000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W01-3
+} {Wed Wednesday 69 1969 3 00 01 3 00}
+test clock-3.299 {ISO week-based calendar 1969-W01-6} {
+ clock format -31276800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W01-6
+} {Sat Saturday 69 1969 6 00 01 6 00}
+test clock-3.300 {ISO week-based calendar 1969-W01-7} {
+ clock format -31190400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W01-7
+} {Sun Sunday 69 1969 7 01 01 0 00}
+test clock-3.301 {ISO week-based calendar 1969-W02-1} {
+ clock format -31104000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W02-1
+} {Mon Monday 69 1969 1 01 02 1 01}
+test clock-3.302 {ISO week-based calendar 1969-W52-1} {
+ clock format -864000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W52-1
+} {Mon Monday 69 1969 1 51 52 1 51}
+test clock-3.303 {ISO week-based calendar 1969-W52-6} {
+ clock format -432000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W52-6
+} {Sat Saturday 69 1969 6 51 52 6 51}
+test clock-3.304 {ISO week-based calendar 1969-W52-7} {
+ clock format -345600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1969-W52-7
+} {Sun Sunday 69 1969 7 52 52 0 51}
+test clock-3.305 {ISO week-based calendar 1970-W01-1} {
+ clock format -259200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W01-1
+} {Mon Monday 70 1970 1 52 01 1 52}
+test clock-3.306 {ISO week-based calendar 1970-W01-4} {
+ clock format 0 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W01-4
+} {Thu Thursday 70 1970 4 00 01 4 00}
+test clock-3.307 {ISO week-based calendar 1970-W01-6} {
+ clock format 172800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W01-6
+} {Sat Saturday 70 1970 6 00 01 6 00}
+test clock-3.308 {ISO week-based calendar 1970-W01-7} {
+ clock format 259200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W01-7
+} {Sun Sunday 70 1970 7 01 01 0 00}
+test clock-3.309 {ISO week-based calendar 1970-W02-1} {
+ clock format 345600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W02-1
+} {Mon Monday 70 1970 1 01 02 1 01}
+test clock-3.310 {ISO week-based calendar 1970-W53-1} {
+ clock format 31190400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W53-1
+} {Mon Monday 70 1970 1 52 53 1 52}
+test clock-3.311 {ISO week-based calendar 1970-W53-5} {
+ clock format 31536000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W53-5
+} {Fri Friday 70 1970 5 00 53 5 00}
+test clock-3.312 {ISO week-based calendar 1970-W53-6} {
+ clock format 31622400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W53-6
+} {Sat Saturday 70 1970 6 00 53 6 00}
+test clock-3.313 {ISO week-based calendar 1970-W53-7} {
+ clock format 31708800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1970-W53-7
+} {Sun Sunday 70 1970 7 01 53 0 00}
+test clock-3.314 {ISO week-based calendar 1971-W01-1} {
+ clock format 31795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W01-1
+} {Mon Monday 71 1971 1 01 01 1 01}
+test clock-3.315 {ISO week-based calendar 1971-W01-6} {
+ clock format 32227200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W01-6
+} {Sat Saturday 71 1971 6 01 01 6 01}
+test clock-3.316 {ISO week-based calendar 1971-W01-7} {
+ clock format 32313600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W01-7
+} {Sun Sunday 71 1971 7 02 01 0 01}
+test clock-3.317 {ISO week-based calendar 1971-W02-1} {
+ clock format 32400000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W02-1
+} {Mon Monday 71 1971 1 02 02 1 02}
+test clock-3.318 {ISO week-based calendar 1971-W52-1} {
+ clock format 62640000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W52-1
+} {Mon Monday 71 1971 1 52 52 1 52}
+test clock-3.319 {ISO week-based calendar 1971-W52-6} {
+ clock format 63072000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W52-6
+} {Sat Saturday 71 1971 6 00 52 6 00}
+test clock-3.320 {ISO week-based calendar 1971-W52-7} {
+ clock format 63158400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1971-W52-7
+} {Sun Sunday 71 1971 7 01 52 0 00}
+test clock-3.321 {ISO week-based calendar 1972-W01-1} {
+ clock format 63244800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W01-1
+} {Mon Monday 72 1972 1 01 01 1 01}
+test clock-3.322 {ISO week-based calendar 1972-W01-6} {
+ clock format 63676800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W01-6
+} {Sat Saturday 72 1972 6 01 01 6 01}
+test clock-3.323 {ISO week-based calendar 1972-W01-7} {
+ clock format 63763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W01-7
+} {Sun Sunday 72 1972 7 02 01 0 01}
+test clock-3.324 {ISO week-based calendar 1972-W02-1} {
+ clock format 63849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W02-1
+} {Mon Monday 72 1972 1 02 02 1 02}
+test clock-3.325 {ISO week-based calendar 1972-W52-1} {
+ clock format 94089600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W52-1
+} {Mon Monday 72 1972 1 52 52 1 52}
+test clock-3.326 {ISO week-based calendar 1972-W52-6} {
+ clock format 94521600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W52-6
+} {Sat Saturday 72 1972 6 52 52 6 52}
+test clock-3.327 {ISO week-based calendar 1972-W52-7} {
+ clock format 94608000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1972-W52-7
+} {Sun Sunday 72 1972 7 53 52 0 52}
+test clock-3.328 {ISO week-based calendar 1973-W01-1} {
+ clock format 94694400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W01-1
+} {Mon Monday 73 1973 1 00 01 1 01}
+test clock-3.329 {ISO week-based calendar 1973-W01-6} {
+ clock format 95126400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W01-6
+} {Sat Saturday 73 1973 6 00 01 6 01}
+test clock-3.330 {ISO week-based calendar 1973-W01-7} {
+ clock format 95212800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W01-7
+} {Sun Sunday 73 1973 7 01 01 0 01}
+test clock-3.331 {ISO week-based calendar 1973-W02-1} {
+ clock format 95299200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W02-1
+} {Mon Monday 73 1973 1 01 02 1 02}
+test clock-3.332 {ISO week-based calendar 1973-W52-1} {
+ clock format 125539200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W52-1
+} {Mon Monday 73 1973 1 51 52 1 52}
+test clock-3.333 {ISO week-based calendar 1973-W52-6} {
+ clock format 125971200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W52-6
+} {Sat Saturday 73 1973 6 51 52 6 52}
+test clock-3.334 {ISO week-based calendar 1973-W52-7} {
+ clock format 126057600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1973-W52-7
+} {Sun Sunday 73 1973 7 52 52 0 52}
+test clock-3.335 {ISO week-based calendar 1974-W01-1} {
+ clock format 126144000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W01-1
+} {Mon Monday 74 1974 1 52 01 1 53}
+test clock-3.336 {ISO week-based calendar 1974-W01-2} {
+ clock format 126230400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W01-2
+} {Tue Tuesday 74 1974 2 00 01 2 00}
+test clock-3.337 {ISO week-based calendar 1974-W01-6} {
+ clock format 126576000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W01-6
+} {Sat Saturday 74 1974 6 00 01 6 00}
+test clock-3.338 {ISO week-based calendar 1974-W01-7} {
+ clock format 126662400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W01-7
+} {Sun Sunday 74 1974 7 01 01 0 00}
+test clock-3.339 {ISO week-based calendar 1974-W02-1} {
+ clock format 126748800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W02-1
+} {Mon Monday 74 1974 1 01 02 1 01}
+test clock-3.340 {ISO week-based calendar 1974-W52-1} {
+ clock format 156988800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W52-1
+} {Mon Monday 74 1974 1 51 52 1 51}
+test clock-3.341 {ISO week-based calendar 1974-W52-6} {
+ clock format 157420800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W52-6
+} {Sat Saturday 74 1974 6 51 52 6 51}
+test clock-3.342 {ISO week-based calendar 1974-W52-7} {
+ clock format 157507200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1974-W52-7
+} {Sun Sunday 74 1974 7 52 52 0 51}
+test clock-3.343 {ISO week-based calendar 1975-W01-1} {
+ clock format 157593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W01-1
+} {Mon Monday 75 1975 1 52 01 1 52}
+test clock-3.344 {ISO week-based calendar 1975-W01-3} {
+ clock format 157766400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W01-3
+} {Wed Wednesday 75 1975 3 00 01 3 00}
+test clock-3.345 {ISO week-based calendar 1975-W01-6} {
+ clock format 158025600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W01-6
+} {Sat Saturday 75 1975 6 00 01 6 00}
+test clock-3.346 {ISO week-based calendar 1975-W01-7} {
+ clock format 158112000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W01-7
+} {Sun Sunday 75 1975 7 01 01 0 00}
+test clock-3.347 {ISO week-based calendar 1975-W02-1} {
+ clock format 158198400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W02-1
+} {Mon Monday 75 1975 1 01 02 1 01}
+test clock-3.348 {ISO week-based calendar 1975-W52-1} {
+ clock format 188438400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W52-1
+} {Mon Monday 75 1975 1 51 52 1 51}
+test clock-3.349 {ISO week-based calendar 1975-W52-6} {
+ clock format 188870400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W52-6
+} {Sat Saturday 75 1975 6 51 52 6 51}
+test clock-3.350 {ISO week-based calendar 1975-W52-7} {
+ clock format 188956800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1975-W52-7
+} {Sun Sunday 75 1975 7 52 52 0 51}
+test clock-3.351 {ISO week-based calendar 1976-W01-1} {
+ clock format 189043200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W01-1
+} {Mon Monday 76 1976 1 52 01 1 52}
+test clock-3.352 {ISO week-based calendar 1976-W01-4} {
+ clock format 189302400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W01-4
+} {Thu Thursday 76 1976 4 00 01 4 00}
+test clock-3.353 {ISO week-based calendar 1976-W01-6} {
+ clock format 189475200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W01-6
+} {Sat Saturday 76 1976 6 00 01 6 00}
+test clock-3.354 {ISO week-based calendar 1976-W01-7} {
+ clock format 189561600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W01-7
+} {Sun Sunday 76 1976 7 01 01 0 00}
+test clock-3.355 {ISO week-based calendar 1976-W02-1} {
+ clock format 189648000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W02-1
+} {Mon Monday 76 1976 1 01 02 1 01}
+test clock-3.356 {ISO week-based calendar 1976-W53-1} {
+ clock format 220492800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W53-1
+} {Mon Monday 76 1976 1 52 53 1 52}
+test clock-3.357 {ISO week-based calendar 1976-W53-6} {
+ clock format 220924800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W53-6
+} {Sat Saturday 76 1976 6 00 53 6 00}
+test clock-3.358 {ISO week-based calendar 1976-W53-7} {
+ clock format 221011200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1976-W53-7
+} {Sun Sunday 76 1976 7 01 53 0 00}
+test clock-3.359 {ISO week-based calendar 1977-W01-1} {
+ clock format 221097600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W01-1
+} {Mon Monday 77 1977 1 01 01 1 01}
+test clock-3.360 {ISO week-based calendar 1977-W01-6} {
+ clock format 221529600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W01-6
+} {Sat Saturday 77 1977 6 01 01 6 01}
+test clock-3.361 {ISO week-based calendar 1977-W01-7} {
+ clock format 221616000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W01-7
+} {Sun Sunday 77 1977 7 02 01 0 01}
+test clock-3.362 {ISO week-based calendar 1977-W02-1} {
+ clock format 221702400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W02-1
+} {Mon Monday 77 1977 1 02 02 1 02}
+test clock-3.363 {ISO week-based calendar 1977-W52-1} {
+ clock format 251942400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W52-1
+} {Mon Monday 77 1977 1 52 52 1 52}
+test clock-3.364 {ISO week-based calendar 1977-W52-6} {
+ clock format 252374400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W52-6
+} {Sat Saturday 77 1977 6 52 52 6 52}
+test clock-3.365 {ISO week-based calendar 1977-W52-7} {
+ clock format 252460800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1977-W52-7
+} {Sun Sunday 77 1977 7 01 52 0 00}
+test clock-3.366 {ISO week-based calendar 1978-W01-1} {
+ clock format 252547200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W01-1
+} {Mon Monday 78 1978 1 01 01 1 01}
+test clock-3.367 {ISO week-based calendar 1978-W01-6} {
+ clock format 252979200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W01-6
+} {Sat Saturday 78 1978 6 01 01 6 01}
+test clock-3.368 {ISO week-based calendar 1978-W01-7} {
+ clock format 253065600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W01-7
+} {Sun Sunday 78 1978 7 02 01 0 01}
+test clock-3.369 {ISO week-based calendar 1978-W02-1} {
+ clock format 253152000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W02-1
+} {Mon Monday 78 1978 1 02 02 1 02}
+test clock-3.370 {ISO week-based calendar 1978-W52-1} {
+ clock format 283392000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W52-1
+} {Mon Monday 78 1978 1 52 52 1 52}
+test clock-3.371 {ISO week-based calendar 1978-W52-6} {
+ clock format 283824000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W52-6
+} {Sat Saturday 78 1978 6 52 52 6 52}
+test clock-3.372 {ISO week-based calendar 1978-W52-7} {
+ clock format 283910400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1978-W52-7
+} {Sun Sunday 78 1978 7 53 52 0 52}
+test clock-3.373 {ISO week-based calendar 1979-W01-1} {
+ clock format 283996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W01-1
+} {Mon Monday 79 1979 1 00 01 1 01}
+test clock-3.374 {ISO week-based calendar 1979-W01-6} {
+ clock format 284428800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W01-6
+} {Sat Saturday 79 1979 6 00 01 6 01}
+test clock-3.375 {ISO week-based calendar 1979-W01-7} {
+ clock format 284515200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W01-7
+} {Sun Sunday 79 1979 7 01 01 0 01}
+test clock-3.376 {ISO week-based calendar 1979-W02-1} {
+ clock format 284601600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W02-1
+} {Mon Monday 79 1979 1 01 02 1 02}
+test clock-3.377 {ISO week-based calendar 1979-W52-1} {
+ clock format 314841600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W52-1
+} {Mon Monday 79 1979 1 51 52 1 52}
+test clock-3.378 {ISO week-based calendar 1979-W52-6} {
+ clock format 315273600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W52-6
+} {Sat Saturday 79 1979 6 51 52 6 52}
+test clock-3.379 {ISO week-based calendar 1979-W52-7} {
+ clock format 315360000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1979-W52-7
+} {Sun Sunday 79 1979 7 52 52 0 52}
+test clock-3.380 {ISO week-based calendar 1980-W01-1} {
+ clock format 315446400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W01-1
+} {Mon Monday 80 1980 1 52 01 1 53}
+test clock-3.381 {ISO week-based calendar 1980-W01-2} {
+ clock format 315532800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W01-2
+} {Tue Tuesday 80 1980 2 00 01 2 00}
+test clock-3.382 {ISO week-based calendar 1980-W01-6} {
+ clock format 315878400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W01-6
+} {Sat Saturday 80 1980 6 00 01 6 00}
+test clock-3.383 {ISO week-based calendar 1980-W01-7} {
+ clock format 315964800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W01-7
+} {Sun Sunday 80 1980 7 01 01 0 00}
+test clock-3.384 {ISO week-based calendar 1980-W02-1} {
+ clock format 316051200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W02-1
+} {Mon Monday 80 1980 1 01 02 1 01}
+test clock-3.385 {ISO week-based calendar 1980-W52-1} {
+ clock format 346291200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W52-1
+} {Mon Monday 80 1980 1 51 52 1 51}
+test clock-3.386 {ISO week-based calendar 1980-W52-6} {
+ clock format 346723200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W52-6
+} {Sat Saturday 80 1980 6 51 52 6 51}
+test clock-3.387 {ISO week-based calendar 1980-W52-7} {
+ clock format 346809600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1980-W52-7
+} {Sun Sunday 80 1980 7 52 52 0 51}
+test clock-3.388 {ISO week-based calendar 1981-W01-1} {
+ clock format 346896000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1981-W01-1
+} {Mon Monday 81 1981 1 52 01 1 52}
+test clock-3.389 {ISO week-based calendar 1981-W01-4} {
+ clock format 347155200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1981-W01-4
+} {Thu Thursday 81 1981 4 00 01 4 00}
+test clock-3.390 {ISO week-based calendar 1981-W01-6} {
+ clock format 347328000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1981-W01-6
+} {Sat Saturday 81 1981 6 00 01 6 00}
+test clock-3.391 {ISO week-based calendar 1981-W01-7} {
+ clock format 347414400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1981-W01-7
+} {Sun Sunday 81 1981 7 01 01 0 00}
+test clock-3.392 {ISO week-based calendar 1981-W02-1} {
+ clock format 347500800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1981-W02-1
+} {Mon Monday 81 1981 1 01 02 1 01}
+test clock-3.393 {ISO week-based calendar 1983-W52-1} {
+ clock format 441244800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1983-W52-1
+} {Mon Monday 83 1983 1 52 52 1 52}
+test clock-3.394 {ISO week-based calendar 1983-W52-6} {
+ clock format 441676800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1983-W52-6
+} {Sat Saturday 83 1983 6 52 52 6 52}
+test clock-3.395 {ISO week-based calendar 1983-W52-7} {
+ clock format 441763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1983-W52-7
+} {Sun Sunday 83 1983 7 01 52 0 00}
+test clock-3.396 {ISO week-based calendar 1984-W01-1} {
+ clock format 441849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W01-1
+} {Mon Monday 84 1984 1 01 01 1 01}
+test clock-3.397 {ISO week-based calendar 1984-W01-6} {
+ clock format 442281600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W01-6
+} {Sat Saturday 84 1984 6 01 01 6 01}
+test clock-3.398 {ISO week-based calendar 1984-W01-7} {
+ clock format 442368000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W01-7
+} {Sun Sunday 84 1984 7 02 01 0 01}
+test clock-3.399 {ISO week-based calendar 1984-W02-1} {
+ clock format 442454400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W02-1
+} {Mon Monday 84 1984 1 02 02 1 02}
+test clock-3.400 {ISO week-based calendar 1984-W52-1} {
+ clock format 472694400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W52-1
+} {Mon Monday 84 1984 1 52 52 1 52}
+test clock-3.401 {ISO week-based calendar 1984-W52-6} {
+ clock format 473126400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W52-6
+} {Sat Saturday 84 1984 6 52 52 6 52}
+test clock-3.402 {ISO week-based calendar 1984-W52-7} {
+ clock format 473212800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1984-W52-7
+} {Sun Sunday 84 1984 7 53 52 0 52}
+test clock-3.403 {ISO week-based calendar 1985-W01-1} {
+ clock format 473299200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1985-W01-1
+} {Mon Monday 85 1985 1 53 01 1 53}
+test clock-3.404 {ISO week-based calendar 1985-W01-2} {
+ clock format 473385600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1985-W01-2
+} {Tue Tuesday 85 1985 2 00 01 2 00}
+test clock-3.405 {ISO week-based calendar 1985-W01-6} {
+ clock format 473731200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1985-W01-6
+} {Sat Saturday 85 1985 6 00 01 6 00}
+test clock-3.406 {ISO week-based calendar 1985-W01-7} {
+ clock format 473817600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1985-W01-7
+} {Sun Sunday 85 1985 7 01 01 0 00}
+test clock-3.407 {ISO week-based calendar 1985-W02-1} {
+ clock format 473904000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1985-W02-1
+} {Mon Monday 85 1985 1 01 02 1 01}
+test clock-3.408 {ISO week-based calendar 1987-W53-1} {
+ clock format 567648000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1987-W53-1
+} {Mon Monday 87 1987 1 52 53 1 52}
+test clock-3.409 {ISO week-based calendar 1987-W53-5} {
+ clock format 567993600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1987-W53-5
+} {Fri Friday 87 1987 5 00 53 5 00}
+test clock-3.410 {ISO week-based calendar 1987-W53-6} {
+ clock format 568080000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1987-W53-6
+} {Sat Saturday 87 1987 6 00 53 6 00}
+test clock-3.411 {ISO week-based calendar 1987-W53-7} {
+ clock format 568166400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1987-W53-7
+} {Sun Sunday 87 1987 7 01 53 0 00}
+test clock-3.412 {ISO week-based calendar 1988-W01-1} {
+ clock format 568252800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W01-1
+} {Mon Monday 88 1988 1 01 01 1 01}
+test clock-3.413 {ISO week-based calendar 1988-W01-6} {
+ clock format 568684800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W01-6
+} {Sat Saturday 88 1988 6 01 01 6 01}
+test clock-3.414 {ISO week-based calendar 1988-W01-7} {
+ clock format 568771200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W01-7
+} {Sun Sunday 88 1988 7 02 01 0 01}
+test clock-3.415 {ISO week-based calendar 1988-W02-1} {
+ clock format 568857600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W02-1
+} {Mon Monday 88 1988 1 02 02 1 02}
+test clock-3.416 {ISO week-based calendar 1988-W52-1} {
+ clock format 599097600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W52-1
+} {Mon Monday 88 1988 1 52 52 1 52}
+test clock-3.417 {ISO week-based calendar 1988-W52-6} {
+ clock format 599529600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W52-6
+} {Sat Saturday 88 1988 6 52 52 6 52}
+test clock-3.418 {ISO week-based calendar 1988-W52-7} {
+ clock format 599616000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1988-W52-7
+} {Sun Sunday 88 1988 7 01 52 0 00}
+test clock-3.419 {ISO week-based calendar 1989-W01-1} {
+ clock format 599702400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1989-W01-1
+} {Mon Monday 89 1989 1 01 01 1 01}
+test clock-3.420 {ISO week-based calendar 1989-W01-6} {
+ clock format 600134400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1989-W01-6
+} {Sat Saturday 89 1989 6 01 01 6 01}
+test clock-3.421 {ISO week-based calendar 1989-W01-7} {
+ clock format 600220800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1989-W01-7
+} {Sun Sunday 89 1989 7 02 01 0 01}
+test clock-3.422 {ISO week-based calendar 1989-W02-1} {
+ clock format 600307200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1989-W02-1
+} {Mon Monday 89 1989 1 02 02 1 02}
+test clock-3.423 {ISO week-based calendar 1991-W52-1} {
+ clock format 693446400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1991-W52-1
+} {Mon Monday 91 1991 1 51 52 1 51}
+test clock-3.424 {ISO week-based calendar 1991-W52-6} {
+ clock format 693878400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1991-W52-6
+} {Sat Saturday 91 1991 6 51 52 6 51}
+test clock-3.425 {ISO week-based calendar 1991-W52-7} {
+ clock format 693964800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1991-W52-7
+} {Sun Sunday 91 1991 7 52 52 0 51}
+test clock-3.426 {ISO week-based calendar 1992-W01-1} {
+ clock format 694051200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W01-1
+} {Mon Monday 92 1992 1 52 01 1 52}
+test clock-3.427 {ISO week-based calendar 1992-W01-3} {
+ clock format 694224000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W01-3
+} {Wed Wednesday 92 1992 3 00 01 3 00}
+test clock-3.428 {ISO week-based calendar 1992-W01-6} {
+ clock format 694483200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W01-6
+} {Sat Saturday 92 1992 6 00 01 6 00}
+test clock-3.429 {ISO week-based calendar 1992-W01-7} {
+ clock format 694569600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W01-7
+} {Sun Sunday 92 1992 7 01 01 0 00}
+test clock-3.430 {ISO week-based calendar 1992-W02-1} {
+ clock format 694656000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W02-1
+} {Mon Monday 92 1992 1 01 02 1 01}
+test clock-3.431 {ISO week-based calendar 1992-W53-1} {
+ clock format 725500800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W53-1
+} {Mon Monday 92 1992 1 52 53 1 52}
+test clock-3.432 {ISO week-based calendar 1992-W53-5} {
+ clock format 725846400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W53-5
+} {Fri Friday 92 1992 5 00 53 5 00}
+test clock-3.433 {ISO week-based calendar 1992-W53-6} {
+ clock format 725932800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W53-6
+} {Sat Saturday 92 1992 6 00 53 6 00}
+test clock-3.434 {ISO week-based calendar 1992-W53-7} {
+ clock format 726019200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1992-W53-7
+} {Sun Sunday 92 1992 7 01 53 0 00}
+test clock-3.435 {ISO week-based calendar 1993-W01-1} {
+ clock format 726105600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1993-W01-1
+} {Mon Monday 93 1993 1 01 01 1 01}
+test clock-3.436 {ISO week-based calendar 1993-W01-6} {
+ clock format 726537600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1993-W01-6
+} {Sat Saturday 93 1993 6 01 01 6 01}
+test clock-3.437 {ISO week-based calendar 1993-W01-7} {
+ clock format 726624000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1993-W01-7
+} {Sun Sunday 93 1993 7 02 01 0 01}
+test clock-3.438 {ISO week-based calendar 1993-W02-1} {
+ clock format 726710400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1993-W02-1
+} {Mon Monday 93 1993 1 02 02 1 02}
+test clock-3.439 {ISO week-based calendar 1995-W52-1} {
+ clock format 819849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1995-W52-1
+} {Mon Monday 95 1995 1 52 52 1 52}
+test clock-3.440 {ISO week-based calendar 1995-W52-6} {
+ clock format 820281600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1995-W52-6
+} {Sat Saturday 95 1995 6 52 52 6 52}
+test clock-3.441 {ISO week-based calendar 1995-W52-7} {
+ clock format 820368000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1995-W52-7
+} {Sun Sunday 95 1995 7 53 52 0 52}
+test clock-3.442 {ISO week-based calendar 1996-W01-1} {
+ clock format 820454400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W01-1
+} {Mon Monday 96 1996 1 00 01 1 01}
+test clock-3.443 {ISO week-based calendar 1996-W01-6} {
+ clock format 820886400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W01-6
+} {Sat Saturday 96 1996 6 00 01 6 01}
+test clock-3.444 {ISO week-based calendar 1996-W01-7} {
+ clock format 820972800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W01-7
+} {Sun Sunday 96 1996 7 01 01 0 01}
+test clock-3.445 {ISO week-based calendar 1996-W02-1} {
+ clock format 821059200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W02-1
+} {Mon Monday 96 1996 1 01 02 1 02}
+test clock-3.446 {ISO week-based calendar 1996-W52-1} {
+ clock format 851299200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W52-1
+} {Mon Monday 96 1996 1 51 52 1 52}
+test clock-3.447 {ISO week-based calendar 1996-W52-6} {
+ clock format 851731200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W52-6
+} {Sat Saturday 96 1996 6 51 52 6 52}
+test clock-3.448 {ISO week-based calendar 1996-W52-7} {
+ clock format 851817600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1996-W52-7
+} {Sun Sunday 96 1996 7 52 52 0 52}
+test clock-3.449 {ISO week-based calendar 1997-W01-1} {
+ clock format 851904000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1997-W01-1
+} {Mon Monday 97 1997 1 52 01 1 53}
+test clock-3.450 {ISO week-based calendar 1997-W01-3} {
+ clock format 852076800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1997-W01-3
+} {Wed Wednesday 97 1997 3 00 01 3 00}
+test clock-3.451 {ISO week-based calendar 1997-W01-6} {
+ clock format 852336000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1997-W01-6
+} {Sat Saturday 97 1997 6 00 01 6 00}
+test clock-3.452 {ISO week-based calendar 1997-W01-7} {
+ clock format 852422400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1997-W01-7
+} {Sun Sunday 97 1997 7 01 01 0 00}
+test clock-3.453 {ISO week-based calendar 1997-W02-1} {
+ clock format 852508800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1997-W02-1
+} {Mon Monday 97 1997 1 01 02 1 01}
+test clock-3.454 {ISO week-based calendar 1999-W52-1} {
+ clock format 946252800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1999-W52-1
+} {Mon Monday 99 1999 1 52 52 1 52}
+test clock-3.455 {ISO week-based calendar 1999-W52-6} {
+ clock format 946684800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1999-W52-6
+} {Sat Saturday 99 1999 6 00 52 6 00}
+test clock-3.456 {ISO week-based calendar 1999-W52-7} {
+ clock format 946771200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 1999-W52-7
+} {Sun Sunday 99 1999 7 01 52 0 00}
+test clock-3.457 {ISO week-based calendar 2000-W01-1} {
+ clock format 946857600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W01-1
+} {Mon Monday 00 2000 1 01 01 1 01}
+test clock-3.458 {ISO week-based calendar 2000-W01-6} {
+ clock format 947289600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W01-6
+} {Sat Saturday 00 2000 6 01 01 6 01}
+test clock-3.459 {ISO week-based calendar 2000-W01-7} {
+ clock format 947376000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W01-7
+} {Sun Sunday 00 2000 7 02 01 0 01}
+test clock-3.460 {ISO week-based calendar 2000-W02-1} {
+ clock format 947462400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W02-1
+} {Mon Monday 00 2000 1 02 02 1 02}
+test clock-3.461 {ISO week-based calendar 2000-W52-1} {
+ clock format 977702400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W52-1
+} {Mon Monday 00 2000 1 52 52 1 52}
+test clock-3.462 {ISO week-based calendar 2000-W52-6} {
+ clock format 978134400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W52-6
+} {Sat Saturday 00 2000 6 52 52 6 52}
+test clock-3.463 {ISO week-based calendar 2000-W52-7} {
+ clock format 978220800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2000-W52-7
+} {Sun Sunday 00 2000 7 53 52 0 52}
+test clock-3.464 {ISO week-based calendar 2001-W01-1} {
+ clock format 978307200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W01-1
+} {Mon Monday 01 2001 1 00 01 1 01}
+test clock-3.465 {ISO week-based calendar 2001-W01-6} {
+ clock format 978739200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W01-6
+} {Sat Saturday 01 2001 6 00 01 6 01}
+test clock-3.466 {ISO week-based calendar 2001-W01-7} {
+ clock format 978825600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W01-7
+} {Sun Sunday 01 2001 7 01 01 0 01}
+test clock-3.467 {ISO week-based calendar 2001-W02-1} {
+ clock format 978912000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W02-1
+} {Mon Monday 01 2001 1 01 02 1 02}
+test clock-3.468 {ISO week-based calendar 2001-W52-1} {
+ clock format 1009152000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W52-1
+} {Mon Monday 01 2001 1 51 52 1 52}
+test clock-3.469 {ISO week-based calendar 2001-W52-6} {
+ clock format 1009584000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W52-6
+} {Sat Saturday 01 2001 6 51 52 6 52}
+test clock-3.470 {ISO week-based calendar 2001-W52-7} {
+ clock format 1009670400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2001-W52-7
+} {Sun Sunday 01 2001 7 52 52 0 52}
+test clock-3.471 {ISO week-based calendar 2002-W01-1} {
+ clock format 1009756800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W01-1
+} {Mon Monday 02 2002 1 52 01 1 53}
+test clock-3.472 {ISO week-based calendar 2002-W01-2} {
+ clock format 1009843200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W01-2
+} {Tue Tuesday 02 2002 2 00 01 2 00}
+test clock-3.473 {ISO week-based calendar 2002-W01-6} {
+ clock format 1010188800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W01-6
+} {Sat Saturday 02 2002 6 00 01 6 00}
+test clock-3.474 {ISO week-based calendar 2002-W01-7} {
+ clock format 1010275200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W01-7
+} {Sun Sunday 02 2002 7 01 01 0 00}
+test clock-3.475 {ISO week-based calendar 2002-W02-1} {
+ clock format 1010361600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W02-1
+} {Mon Monday 02 2002 1 01 02 1 01}
+test clock-3.476 {ISO week-based calendar 2002-W52-1} {
+ clock format 1040601600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W52-1
+} {Mon Monday 02 2002 1 51 52 1 51}
+test clock-3.477 {ISO week-based calendar 2002-W52-6} {
+ clock format 1041033600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W52-6
+} {Sat Saturday 02 2002 6 51 52 6 51}
+test clock-3.478 {ISO week-based calendar 2002-W52-7} {
+ clock format 1041120000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2002-W52-7
+} {Sun Sunday 02 2002 7 52 52 0 51}
+test clock-3.479 {ISO week-based calendar 2003-W01-1} {
+ clock format 1041206400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W01-1
+} {Mon Monday 03 2003 1 52 01 1 52}
+test clock-3.480 {ISO week-based calendar 2003-W01-3} {
+ clock format 1041379200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W01-3
+} {Wed Wednesday 03 2003 3 00 01 3 00}
+test clock-3.481 {ISO week-based calendar 2003-W01-6} {
+ clock format 1041638400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W01-6
+} {Sat Saturday 03 2003 6 00 01 6 00}
+test clock-3.482 {ISO week-based calendar 2003-W01-7} {
+ clock format 1041724800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W01-7
+} {Sun Sunday 03 2003 7 01 01 0 00}
+test clock-3.483 {ISO week-based calendar 2003-W02-1} {
+ clock format 1041811200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W02-1
+} {Mon Monday 03 2003 1 01 02 1 01}
+test clock-3.484 {ISO week-based calendar 2003-W52-1} {
+ clock format 1072051200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W52-1
+} {Mon Monday 03 2003 1 51 52 1 51}
+test clock-3.485 {ISO week-based calendar 2003-W52-6} {
+ clock format 1072483200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W52-6
+} {Sat Saturday 03 2003 6 51 52 6 51}
+test clock-3.486 {ISO week-based calendar 2003-W52-7} {
+ clock format 1072569600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2003-W52-7
+} {Sun Sunday 03 2003 7 52 52 0 51}
+test clock-3.487 {ISO week-based calendar 2004-W01-1} {
+ clock format 1072656000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W01-1
+} {Mon Monday 04 2004 1 52 01 1 52}
+test clock-3.488 {ISO week-based calendar 2004-W01-4} {
+ clock format 1072915200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W01-4
+} {Thu Thursday 04 2004 4 00 01 4 00}
+test clock-3.489 {ISO week-based calendar 2004-W01-6} {
+ clock format 1073088000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W01-6
+} {Sat Saturday 04 2004 6 00 01 6 00}
+test clock-3.490 {ISO week-based calendar 2004-W01-7} {
+ clock format 1073174400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W01-7
+} {Sun Sunday 04 2004 7 01 01 0 00}
+test clock-3.491 {ISO week-based calendar 2004-W02-1} {
+ clock format 1073260800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W02-1
+} {Mon Monday 04 2004 1 01 02 1 01}
+test clock-3.492 {ISO week-based calendar 2004-W53-1} {
+ clock format 1104105600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W53-1
+} {Mon Monday 04 2004 1 52 53 1 52}
+test clock-3.493 {ISO week-based calendar 2004-W53-6} {
+ clock format 1104537600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W53-6
+} {Sat Saturday 04 2004 6 00 53 6 00}
+test clock-3.494 {ISO week-based calendar 2004-W53-7} {
+ clock format 1104624000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2004-W53-7
+} {Sun Sunday 04 2004 7 01 53 0 00}
+test clock-3.495 {ISO week-based calendar 2005-W01-1} {
+ clock format 1104710400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W01-1
+} {Mon Monday 05 2005 1 01 01 1 01}
+test clock-3.496 {ISO week-based calendar 2005-W01-6} {
+ clock format 1105142400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W01-6
+} {Sat Saturday 05 2005 6 01 01 6 01}
+test clock-3.497 {ISO week-based calendar 2005-W01-7} {
+ clock format 1105228800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W01-7
+} {Sun Sunday 05 2005 7 02 01 0 01}
+test clock-3.498 {ISO week-based calendar 2005-W02-1} {
+ clock format 1105315200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W02-1
+} {Mon Monday 05 2005 1 02 02 1 02}
+test clock-3.499 {ISO week-based calendar 2005-W52-1} {
+ clock format 1135555200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W52-1
+} {Mon Monday 05 2005 1 52 52 1 52}
+test clock-3.500 {ISO week-based calendar 2005-W52-6} {
+ clock format 1135987200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W52-6
+} {Sat Saturday 05 2005 6 52 52 6 52}
+test clock-3.501 {ISO week-based calendar 2005-W52-7} {
+ clock format 1136073600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2005-W52-7
+} {Sun Sunday 05 2005 7 01 52 0 00}
+test clock-3.502 {ISO week-based calendar 2006-W01-1} {
+ clock format 1136160000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W01-1
+} {Mon Monday 06 2006 1 01 01 1 01}
+test clock-3.503 {ISO week-based calendar 2006-W01-6} {
+ clock format 1136592000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W01-6
+} {Sat Saturday 06 2006 6 01 01 6 01}
+test clock-3.504 {ISO week-based calendar 2006-W01-7} {
+ clock format 1136678400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W01-7
+} {Sun Sunday 06 2006 7 02 01 0 01}
+test clock-3.505 {ISO week-based calendar 2006-W02-1} {
+ clock format 1136764800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W02-1
+} {Mon Monday 06 2006 1 02 02 1 02}
+test clock-3.506 {ISO week-based calendar 2006-W52-1} {
+ clock format 1167004800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W52-1
+} {Mon Monday 06 2006 1 52 52 1 52}
+test clock-3.507 {ISO week-based calendar 2006-W52-6} {
+ clock format 1167436800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W52-6
+} {Sat Saturday 06 2006 6 52 52 6 52}
+test clock-3.508 {ISO week-based calendar 2006-W52-7} {
+ clock format 1167523200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2006-W52-7
+} {Sun Sunday 06 2006 7 53 52 0 52}
+test clock-3.509 {ISO week-based calendar 2007-W01-1} {
+ clock format 1167609600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W01-1
+} {Mon Monday 07 2007 1 00 01 1 01}
+test clock-3.510 {ISO week-based calendar 2007-W01-6} {
+ clock format 1168041600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W01-6
+} {Sat Saturday 07 2007 6 00 01 6 01}
+test clock-3.511 {ISO week-based calendar 2007-W01-7} {
+ clock format 1168128000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W01-7
+} {Sun Sunday 07 2007 7 01 01 0 01}
+test clock-3.512 {ISO week-based calendar 2007-W02-1} {
+ clock format 1168214400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W02-1
+} {Mon Monday 07 2007 1 01 02 1 02}
+test clock-3.513 {ISO week-based calendar 2007-W52-1} {
+ clock format 1198454400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W52-1
+} {Mon Monday 07 2007 1 51 52 1 52}
+test clock-3.514 {ISO week-based calendar 2007-W52-6} {
+ clock format 1198886400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W52-6
+} {Sat Saturday 07 2007 6 51 52 6 52}
+test clock-3.515 {ISO week-based calendar 2007-W52-7} {
+ clock format 1198972800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2007-W52-7
+} {Sun Sunday 07 2007 7 52 52 0 52}
+test clock-3.516 {ISO week-based calendar 2008-W01-1} {
+ clock format 1199059200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W01-1
+} {Mon Monday 08 2008 1 52 01 1 53}
+test clock-3.517 {ISO week-based calendar 2008-W01-2} {
+ clock format 1199145600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W01-2
+} {Tue Tuesday 08 2008 2 00 01 2 00}
+test clock-3.518 {ISO week-based calendar 2008-W01-6} {
+ clock format 1199491200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W01-6
+} {Sat Saturday 08 2008 6 00 01 6 00}
+test clock-3.519 {ISO week-based calendar 2008-W01-7} {
+ clock format 1199577600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W01-7
+} {Sun Sunday 08 2008 7 01 01 0 00}
+test clock-3.520 {ISO week-based calendar 2008-W02-1} {
+ clock format 1199664000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W02-1
+} {Mon Monday 08 2008 1 01 02 1 01}
+test clock-3.521 {ISO week-based calendar 2008-W52-1} {
+ clock format 1229904000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W52-1
+} {Mon Monday 08 2008 1 51 52 1 51}
+test clock-3.522 {ISO week-based calendar 2008-W52-6} {
+ clock format 1230336000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W52-6
+} {Sat Saturday 08 2008 6 51 52 6 51}
+test clock-3.523 {ISO week-based calendar 2008-W52-7} {
+ clock format 1230422400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2008-W52-7
+} {Sun Sunday 08 2008 7 52 52 0 51}
+test clock-3.524 {ISO week-based calendar 2009-W01-1} {
+ clock format 1230508800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W01-1
+} {Mon Monday 09 2009 1 52 01 1 52}
+test clock-3.525 {ISO week-based calendar 2009-W01-4} {
+ clock format 1230768000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W01-4
+} {Thu Thursday 09 2009 4 00 01 4 00}
+test clock-3.526 {ISO week-based calendar 2009-W01-6} {
+ clock format 1230940800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W01-6
+} {Sat Saturday 09 2009 6 00 01 6 00}
+test clock-3.527 {ISO week-based calendar 2009-W01-7} {
+ clock format 1231027200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W01-7
+} {Sun Sunday 09 2009 7 01 01 0 00}
+test clock-3.528 {ISO week-based calendar 2009-W02-1} {
+ clock format 1231113600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W02-1
+} {Mon Monday 09 2009 1 01 02 1 01}
+test clock-3.529 {ISO week-based calendar 2009-W53-1} {
+ clock format 1261958400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W53-1
+} {Mon Monday 09 2009 1 52 53 1 52}
+test clock-3.530 {ISO week-based calendar 2009-W53-5} {
+ clock format 1262304000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W53-5
+} {Fri Friday 09 2009 5 00 53 5 00}
+test clock-3.531 {ISO week-based calendar 2009-W53-6} {
+ clock format 1262390400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W53-6
+} {Sat Saturday 09 2009 6 00 53 6 00}
+test clock-3.532 {ISO week-based calendar 2009-W53-7} {
+ clock format 1262476800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2009-W53-7
+} {Sun Sunday 09 2009 7 01 53 0 00}
+test clock-3.533 {ISO week-based calendar 2010-W01-1} {
+ clock format 1262563200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W01-1
+} {Mon Monday 10 2010 1 01 01 1 01}
+test clock-3.534 {ISO week-based calendar 2010-W01-6} {
+ clock format 1262995200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W01-6
+} {Sat Saturday 10 2010 6 01 01 6 01}
+test clock-3.535 {ISO week-based calendar 2010-W01-7} {
+ clock format 1263081600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W01-7
+} {Sun Sunday 10 2010 7 02 01 0 01}
+test clock-3.536 {ISO week-based calendar 2010-W02-1} {
+ clock format 1263168000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W02-1
+} {Mon Monday 10 2010 1 02 02 1 02}
+test clock-3.537 {ISO week-based calendar 2010-W52-1} {
+ clock format 1293408000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W52-1
+} {Mon Monday 10 2010 1 52 52 1 52}
+test clock-3.538 {ISO week-based calendar 2010-W52-6} {
+ clock format 1293840000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W52-6
+} {Sat Saturday 10 2010 6 00 52 6 00}
+test clock-3.539 {ISO week-based calendar 2010-W52-7} {
+ clock format 1293926400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2010-W52-7
+} {Sun Sunday 10 2010 7 01 52 0 00}
+test clock-3.540 {ISO week-based calendar 2011-W01-1} {
+ clock format 1294012800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W01-1
+} {Mon Monday 11 2011 1 01 01 1 01}
+test clock-3.541 {ISO week-based calendar 2011-W01-6} {
+ clock format 1294444800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W01-6
+} {Sat Saturday 11 2011 6 01 01 6 01}
+test clock-3.542 {ISO week-based calendar 2011-W01-7} {
+ clock format 1294531200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W01-7
+} {Sun Sunday 11 2011 7 02 01 0 01}
+test clock-3.543 {ISO week-based calendar 2011-W02-1} {
+ clock format 1294617600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W02-1
+} {Mon Monday 11 2011 1 02 02 1 02}
+test clock-3.544 {ISO week-based calendar 2011-W52-1} {
+ clock format 1324857600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W52-1
+} {Mon Monday 11 2011 1 52 52 1 52}
+test clock-3.545 {ISO week-based calendar 2011-W52-6} {
+ clock format 1325289600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W52-6
+} {Sat Saturday 11 2011 6 52 52 6 52}
+test clock-3.546 {ISO week-based calendar 2011-W52-7} {
+ clock format 1325376000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2011-W52-7
+} {Sun Sunday 11 2011 7 01 52 0 00}
+test clock-3.547 {ISO week-based calendar 2012-W01-1} {
+ clock format 1325462400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W01-1
+} {Mon Monday 12 2012 1 01 01 1 01}
+test clock-3.548 {ISO week-based calendar 2012-W01-6} {
+ clock format 1325894400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W01-6
+} {Sat Saturday 12 2012 6 01 01 6 01}
+test clock-3.549 {ISO week-based calendar 2012-W01-7} {
+ clock format 1325980800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W01-7
+} {Sun Sunday 12 2012 7 02 01 0 01}
+test clock-3.550 {ISO week-based calendar 2012-W02-1} {
+ clock format 1326067200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W02-1
+} {Mon Monday 12 2012 1 02 02 1 02}
+test clock-3.551 {ISO week-based calendar 2012-W52-1} {
+ clock format 1356307200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W52-1
+} {Mon Monday 12 2012 1 52 52 1 52}
+test clock-3.552 {ISO week-based calendar 2012-W52-6} {
+ clock format 1356739200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W52-6
+} {Sat Saturday 12 2012 6 52 52 6 52}
+test clock-3.553 {ISO week-based calendar 2012-W52-7} {
+ clock format 1356825600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2012-W52-7
+} {Sun Sunday 12 2012 7 53 52 0 52}
+test clock-3.554 {ISO week-based calendar 2013-W01-1} {
+ clock format 1356912000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2013-W01-1
+} {Mon Monday 13 2013 1 53 01 1 53}
+test clock-3.555 {ISO week-based calendar 2013-W01-2} {
+ clock format 1356998400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2013-W01-2
+} {Tue Tuesday 13 2013 2 00 01 2 00}
+test clock-3.556 {ISO week-based calendar 2013-W01-6} {
+ clock format 1357344000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2013-W01-6
+} {Sat Saturday 13 2013 6 00 01 6 00}
+test clock-3.557 {ISO week-based calendar 2013-W01-7} {
+ clock format 1357430400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2013-W01-7
+} {Sun Sunday 13 2013 7 01 01 0 00}
+test clock-3.558 {ISO week-based calendar 2013-W02-1} {
+ clock format 1357516800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2013-W02-1
+} {Mon Monday 13 2013 1 01 02 1 01}
+test clock-3.559 {ISO week-based calendar 2015-W53-1} {
+ clock format 1451260800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2015-W53-1
+} {Mon Monday 15 2015 1 52 53 1 52}
+test clock-3.560 {ISO week-based calendar 2015-W53-5} {
+ clock format 1451606400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2015-W53-5
+} {Fri Friday 15 2015 5 00 53 5 00}
+test clock-3.561 {ISO week-based calendar 2015-W53-6} {
+ clock format 1451692800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2015-W53-6
+} {Sat Saturday 15 2015 6 00 53 6 00}
+test clock-3.562 {ISO week-based calendar 2015-W53-7} {
+ clock format 1451779200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2015-W53-7
+} {Sun Sunday 15 2015 7 01 53 0 00}
+test clock-3.563 {ISO week-based calendar 2016-W01-1} {
+ clock format 1451865600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W01-1
+} {Mon Monday 16 2016 1 01 01 1 01}
+test clock-3.564 {ISO week-based calendar 2016-W01-6} {
+ clock format 1452297600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W01-6
+} {Sat Saturday 16 2016 6 01 01 6 01}
+test clock-3.565 {ISO week-based calendar 2016-W01-7} {
+ clock format 1452384000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W01-7
+} {Sun Sunday 16 2016 7 02 01 0 01}
+test clock-3.566 {ISO week-based calendar 2016-W02-1} {
+ clock format 1452470400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W02-1
+} {Mon Monday 16 2016 1 02 02 1 02}
+test clock-3.567 {ISO week-based calendar 2016-W52-1} {
+ clock format 1482710400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W52-1
+} {Mon Monday 16 2016 1 52 52 1 52}
+test clock-3.568 {ISO week-based calendar 2016-W52-6} {
+ clock format 1483142400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W52-6
+} {Sat Saturday 16 2016 6 52 52 6 52}
+test clock-3.569 {ISO week-based calendar 2016-W52-7} {
+ clock format 1483228800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2016-W52-7
+} {Sun Sunday 16 2016 7 01 52 0 00}
+test clock-3.570 {ISO week-based calendar 2017-W01-1} {
+ clock format 1483315200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2017-W01-1
+} {Mon Monday 17 2017 1 01 01 1 01}
+test clock-3.571 {ISO week-based calendar 2017-W01-6} {
+ clock format 1483747200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2017-W01-6
+} {Sat Saturday 17 2017 6 01 01 6 01}
+test clock-3.572 {ISO week-based calendar 2017-W01-7} {
+ clock format 1483833600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2017-W01-7
+} {Sun Sunday 17 2017 7 02 01 0 01}
+test clock-3.573 {ISO week-based calendar 2017-W02-1} {
+ clock format 1483920000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2017-W02-1
+} {Mon Monday 17 2017 1 02 02 1 02}
+test clock-3.574 {ISO week-based calendar 2019-W52-1} {
+ clock format 1577059200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2019-W52-1
+} {Mon Monday 19 2019 1 51 52 1 51}
+test clock-3.575 {ISO week-based calendar 2019-W52-6} {
+ clock format 1577491200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2019-W52-6
+} {Sat Saturday 19 2019 6 51 52 6 51}
+test clock-3.576 {ISO week-based calendar 2019-W52-7} {
+ clock format 1577577600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2019-W52-7
+} {Sun Sunday 19 2019 7 52 52 0 51}
+test clock-3.577 {ISO week-based calendar 2020-W01-1} {
+ clock format 1577664000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W01-1
+} {Mon Monday 20 2020 1 52 01 1 52}
+test clock-3.578 {ISO week-based calendar 2020-W01-3} {
+ clock format 1577836800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W01-3
+} {Wed Wednesday 20 2020 3 00 01 3 00}
+test clock-3.579 {ISO week-based calendar 2020-W01-6} {
+ clock format 1578096000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W01-6
+} {Sat Saturday 20 2020 6 00 01 6 00}
+test clock-3.580 {ISO week-based calendar 2020-W01-7} {
+ clock format 1578182400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W01-7
+} {Sun Sunday 20 2020 7 01 01 0 00}
+test clock-3.581 {ISO week-based calendar 2020-W02-1} {
+ clock format 1578268800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W02-1
+} {Mon Monday 20 2020 1 01 02 1 01}
+test clock-3.582 {ISO week-based calendar 2020-W53-1} {
+ clock format 1609113600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W53-1
+} {Mon Monday 20 2020 1 52 53 1 52}
+test clock-3.583 {ISO week-based calendar 2020-W53-5} {
+ clock format 1609459200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W53-5
+} {Fri Friday 20 2020 5 00 53 5 00}
+test clock-3.584 {ISO week-based calendar 2020-W53-6} {
+ clock format 1609545600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W53-6
+} {Sat Saturday 20 2020 6 00 53 6 00}
+test clock-3.585 {ISO week-based calendar 2020-W53-7} {
+ clock format 1609632000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2020-W53-7
+} {Sun Sunday 20 2020 7 01 53 0 00}
+test clock-3.586 {ISO week-based calendar 2021-W01-1} {
+ clock format 1609718400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2021-W01-1
+} {Mon Monday 21 2021 1 01 01 1 01}
+test clock-3.587 {ISO week-based calendar 2021-W01-6} {
+ clock format 1610150400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2021-W01-6
+} {Sat Saturday 21 2021 6 01 01 6 01}
+test clock-3.588 {ISO week-based calendar 2021-W01-7} {
+ clock format 1610236800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2021-W01-7
+} {Sun Sunday 21 2021 7 02 01 0 01}
+test clock-3.589 {ISO week-based calendar 2021-W02-1} {
+ clock format 1610323200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2021-W02-1
+} {Mon Monday 21 2021 1 02 02 1 02}
+test clock-3.590 {ISO week-based calendar 2023-W52-1} {
+ clock format 1703462400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2023-W52-1
+} {Mon Monday 23 2023 1 52 52 1 52}
+test clock-3.591 {ISO week-based calendar 2023-W52-6} {
+ clock format 1703894400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2023-W52-6
+} {Sat Saturday 23 2023 6 52 52 6 52}
+test clock-3.592 {ISO week-based calendar 2023-W52-7} {
+ clock format 1703980800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2023-W52-7
+} {Sun Sunday 23 2023 7 53 52 0 52}
+test clock-3.593 {ISO week-based calendar 2024-W01-1} {
+ clock format 1704067200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W01-1
+} {Mon Monday 24 2024 1 00 01 1 01}
+test clock-3.594 {ISO week-based calendar 2024-W01-6} {
+ clock format 1704499200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W01-6
+} {Sat Saturday 24 2024 6 00 01 6 01}
+test clock-3.595 {ISO week-based calendar 2024-W01-7} {
+ clock format 1704585600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W01-7
+} {Sun Sunday 24 2024 7 01 01 0 01}
+test clock-3.596 {ISO week-based calendar 2024-W02-1} {
+ clock format 1704672000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W02-1
+} {Mon Monday 24 2024 1 01 02 1 02}
+test clock-3.597 {ISO week-based calendar 2024-W52-1} {
+ clock format 1734912000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W52-1
+} {Mon Monday 24 2024 1 51 52 1 52}
+test clock-3.598 {ISO week-based calendar 2024-W52-6} {
+ clock format 1735344000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W52-6
+} {Sat Saturday 24 2024 6 51 52 6 52}
+test clock-3.599 {ISO week-based calendar 2024-W52-7} {
+ clock format 1735430400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2024-W52-7
+} {Sun Sunday 24 2024 7 52 52 0 52}
+test clock-3.600 {ISO week-based calendar 2025-W01-1} {
+ clock format 1735516800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2025-W01-1
+} {Mon Monday 25 2025 1 52 01 1 53}
+test clock-3.601 {ISO week-based calendar 2025-W01-3} {
+ clock format 1735689600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2025-W01-3
+} {Wed Wednesday 25 2025 3 00 01 3 00}
+test clock-3.602 {ISO week-based calendar 2025-W01-6} {
+ clock format 1735948800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2025-W01-6
+} {Sat Saturday 25 2025 6 00 01 6 00}
+test clock-3.603 {ISO week-based calendar 2025-W01-7} {
+ clock format 1736035200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2025-W01-7
+} {Sun Sunday 25 2025 7 01 01 0 00}
+test clock-3.604 {ISO week-based calendar 2025-W02-1} {
+ clock format 1736121600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2025-W02-1
+} {Mon Monday 25 2025 1 01 02 1 01}
+test clock-3.605 {ISO week-based calendar 2036-W52-1} {
+ clock format 2113516800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2036-W52-1
+} {Mon Monday 36 2036 1 51 52 1 51}
+test clock-3.606 {ISO week-based calendar 2036-W52-6} {
+ clock format 2113948800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2036-W52-6
+} {Sat Saturday 36 2036 6 51 52 6 51}
+test clock-3.607 {ISO week-based calendar 2036-W52-7} {
+ clock format 2114035200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2036-W52-7
+} {Sun Sunday 36 2036 7 52 52 0 51}
+test clock-3.608 {ISO week-based calendar 2037-W01-1} {
+ clock format 2114121600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W01-1
+} {Mon Monday 37 2037 1 52 01 1 52}
+test clock-3.609 {ISO week-based calendar 2037-W01-4} {
+ clock format 2114380800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W01-4
+} {Thu Thursday 37 2037 4 00 01 4 00}
+test clock-3.610 {ISO week-based calendar 2037-W01-6} {
+ clock format 2114553600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W01-6
+} {Sat Saturday 37 2037 6 00 01 6 00}
+test clock-3.611 {ISO week-based calendar 2037-W01-7} {
+ clock format 2114640000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W01-7
+} {Sun Sunday 37 2037 7 01 01 0 00}
+test clock-3.612 {ISO week-based calendar 2037-W02-1} {
+ clock format 2114726400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W02-1
+} {Mon Monday 37 2037 1 01 02 1 01}
+test clock-3.613 {ISO week-based calendar 2037-W53-1} {
+ clock format 2145571200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W53-1
+} {Mon Monday 37 2037 1 52 53 1 52}
+test clock-3.614 {ISO week-based calendar 2037-W53-5} {
+ clock format 2145916800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W53-5
+} {Fri Friday 37 2037 5 00 53 5 00}
+test clock-3.615 {ISO week-based calendar 2037-W53-6} {
+ clock format 2146003200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W53-6
+} {Sat Saturday 37 2037 6 00 53 6 00}
+test clock-3.616 {ISO week-based calendar 2037-W53-7} {
+ clock format 2146089600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2037-W53-7
+} {Sun Sunday 37 2037 7 01 53 0 00}
+test clock-3.617 {ISO week-based calendar 2038-W01-1} {
+ clock format 2146176000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W01-1
+} {Mon Monday 38 2038 1 01 01 1 01}
+test clock-3.618 {ISO week-based calendar 2038-W01-6} {
+ clock format 2146608000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W01-6
+} {Sat Saturday 38 2038 6 01 01 6 01}
+test clock-3.619 {ISO week-based calendar 2038-W01-7} {
+ clock format 2146694400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W01-7
+} {Sun Sunday 38 2038 7 02 01 0 01}
+test clock-3.620 {ISO week-based calendar 2038-W02-1} {
+ clock format 2146780800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W02-1
+} {Mon Monday 38 2038 1 02 02 1 02}
+test clock-3.621 {ISO week-based calendar 2038-W52-1} {
+ clock format 2177020800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W52-1
+} {Mon Monday 38 2038 1 52 52 1 52}
+test clock-3.622 {ISO week-based calendar 2038-W52-6} {
+ clock format 2177452800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W52-6
+} {Sat Saturday 38 2038 6 00 52 6 00}
+test clock-3.623 {ISO week-based calendar 2038-W52-7} {
+ clock format 2177539200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2038-W52-7
+} {Sun Sunday 38 2038 7 01 52 0 00}
+test clock-3.624 {ISO week-based calendar 2039-W01-1} {
+ clock format 2177625600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W01-1
+} {Mon Monday 39 2039 1 01 01 1 01}
+test clock-3.625 {ISO week-based calendar 2039-W01-6} {
+ clock format 2178057600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W01-6
+} {Sat Saturday 39 2039 6 01 01 6 01}
+test clock-3.626 {ISO week-based calendar 2039-W01-7} {
+ clock format 2178144000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W01-7
+} {Sun Sunday 39 2039 7 02 01 0 01}
+test clock-3.627 {ISO week-based calendar 2039-W02-1} {
+ clock format 2178230400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W02-1
+} {Mon Monday 39 2039 1 02 02 1 02}
+test clock-3.628 {ISO week-based calendar 2039-W52-1} {
+ clock format 2208470400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W52-1
+} {Mon Monday 39 2039 1 52 52 1 52}
+test clock-3.629 {ISO week-based calendar 2039-W52-6} {
+ clock format 2208902400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W52-6
+} {Sat Saturday 39 2039 6 52 52 6 52}
+test clock-3.630 {ISO week-based calendar 2039-W52-7} {
+ clock format 2208988800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2039-W52-7
+} {Sun Sunday 39 2039 7 01 52 0 00}
+test clock-3.631 {ISO week-based calendar 2040-W01-1} {
+ clock format 2209075200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W01-1
+} {Mon Monday 40 2040 1 01 01 1 01}
+test clock-3.632 {ISO week-based calendar 2040-W01-6} {
+ clock format 2209507200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W01-6
+} {Sat Saturday 40 2040 6 01 01 6 01}
+test clock-3.633 {ISO week-based calendar 2040-W01-7} {
+ clock format 2209593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W01-7
+} {Sun Sunday 40 2040 7 02 01 0 01}
+test clock-3.634 {ISO week-based calendar 2040-W02-1} {
+ clock format 2209680000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W02-1
+} {Mon Monday 40 2040 1 02 02 1 02}
+test clock-3.635 {ISO week-based calendar 2040-W52-1} {
+ clock format 2239920000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W52-1
+} {Mon Monday 40 2040 1 52 52 1 52}
+test clock-3.636 {ISO week-based calendar 2040-W52-6} {
+ clock format 2240352000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W52-6
+} {Sat Saturday 40 2040 6 52 52 6 52}
+test clock-3.637 {ISO week-based calendar 2040-W52-7} {
+ clock format 2240438400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2040-W52-7
+} {Sun Sunday 40 2040 7 53 52 0 52}
+test clock-3.638 {ISO week-based calendar 2041-W01-1} {
+ clock format 2240524800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W01-1
+} {Mon Monday 41 2041 1 53 01 1 53}
+test clock-3.639 {ISO week-based calendar 2041-W01-2} {
+ clock format 2240611200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W01-2
+} {Tue Tuesday 41 2041 2 00 01 2 00}
+test clock-3.640 {ISO week-based calendar 2041-W01-6} {
+ clock format 2240956800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W01-6
+} {Sat Saturday 41 2041 6 00 01 6 00}
+test clock-3.641 {ISO week-based calendar 2041-W01-7} {
+ clock format 2241043200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W01-7
+} {Sun Sunday 41 2041 7 01 01 0 00}
+test clock-3.642 {ISO week-based calendar 2041-W02-1} {
+ clock format 2241129600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W02-1
+} {Mon Monday 41 2041 1 01 02 1 01}
+test clock-3.643 {ISO week-based calendar 2041-W52-1} {
+ clock format 2271369600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W52-1
+} {Mon Monday 41 2041 1 51 52 1 51}
+test clock-3.644 {ISO week-based calendar 2041-W52-6} {
+ clock format 2271801600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W52-6
+} {Sat Saturday 41 2041 6 51 52 6 51}
+test clock-3.645 {ISO week-based calendar 2041-W52-7} {
+ clock format 2271888000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2041-W52-7
+} {Sun Sunday 41 2041 7 52 52 0 51}
+test clock-3.646 {ISO week-based calendar 2042-W01-1} {
+ clock format 2271974400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W01-1
+} {Mon Monday 42 2042 1 52 01 1 52}
+test clock-3.647 {ISO week-based calendar 2042-W01-3} {
+ clock format 2272147200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W01-3
+} {Wed Wednesday 42 2042 3 00 01 3 00}
+test clock-3.648 {ISO week-based calendar 2042-W01-6} {
+ clock format 2272406400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W01-6
+} {Sat Saturday 42 2042 6 00 01 6 00}
+test clock-3.649 {ISO week-based calendar 2042-W01-7} {
+ clock format 2272492800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W01-7
+} {Sun Sunday 42 2042 7 01 01 0 00}
+test clock-3.650 {ISO week-based calendar 2042-W02-1} {
+ clock format 2272579200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W02-1
+} {Mon Monday 42 2042 1 01 02 1 01}
+test clock-3.651 {ISO week-based calendar 2042-W52-1} {
+ clock format 2302819200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W52-1
+} {Mon Monday 42 2042 1 51 52 1 51}
+test clock-3.652 {ISO week-based calendar 2042-W52-6} {
+ clock format 2303251200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W52-6
+} {Sat Saturday 42 2042 6 51 52 6 51}
+test clock-3.653 {ISO week-based calendar 2042-W52-7} {
+ clock format 2303337600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2042-W52-7
+} {Sun Sunday 42 2042 7 52 52 0 51}
+test clock-3.654 {ISO week-based calendar 2043-W01-1} {
+ clock format 2303424000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W01-1
+} {Mon Monday 43 2043 1 52 01 1 52}
+test clock-3.655 {ISO week-based calendar 2043-W01-4} {
+ clock format 2303683200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W01-4
+} {Thu Thursday 43 2043 4 00 01 4 00}
+test clock-3.656 {ISO week-based calendar 2043-W01-6} {
+ clock format 2303856000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W01-6
+} {Sat Saturday 43 2043 6 00 01 6 00}
+test clock-3.657 {ISO week-based calendar 2043-W01-7} {
+ clock format 2303942400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W01-7
+} {Sun Sunday 43 2043 7 01 01 0 00}
+test clock-3.658 {ISO week-based calendar 2043-W02-1} {
+ clock format 2304028800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W02-1
+} {Mon Monday 43 2043 1 01 02 1 01}
+test clock-3.659 {ISO week-based calendar 2043-W53-1} {
+ clock format 2334873600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W53-1
+} {Mon Monday 43 2043 1 52 53 1 52}
+test clock-3.660 {ISO week-based calendar 2043-W53-5} {
+ clock format 2335219200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W53-5
+} {Fri Friday 43 2043 5 00 53 5 00}
+test clock-3.661 {ISO week-based calendar 2043-W53-6} {
+ clock format 2335305600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W53-6
+} {Sat Saturday 43 2043 6 00 53 6 00}
+test clock-3.662 {ISO week-based calendar 2043-W53-7} {
+ clock format 2335392000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2043-W53-7
+} {Sun Sunday 43 2043 7 01 53 0 00}
+test clock-3.663 {ISO week-based calendar 2044-W01-1} {
+ clock format 2335478400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W01-1
+} {Mon Monday 44 2044 1 01 01 1 01}
+test clock-3.664 {ISO week-based calendar 2044-W01-6} {
+ clock format 2335910400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W01-6
+} {Sat Saturday 44 2044 6 01 01 6 01}
+test clock-3.665 {ISO week-based calendar 2044-W01-7} {
+ clock format 2335996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W01-7
+} {Sun Sunday 44 2044 7 02 01 0 01}
+test clock-3.666 {ISO week-based calendar 2044-W02-1} {
+ clock format 2336083200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W02-1
+} {Mon Monday 44 2044 1 02 02 1 02}
+test clock-3.667 {ISO week-based calendar 2044-W52-1} {
+ clock format 2366323200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W52-1
+} {Mon Monday 44 2044 1 52 52 1 52}
+test clock-3.668 {ISO week-based calendar 2044-W52-6} {
+ clock format 2366755200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W52-6
+} {Sat Saturday 44 2044 6 52 52 6 52}
+test clock-3.669 {ISO week-based calendar 2044-W52-7} {
+ clock format 2366841600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2044-W52-7
+} {Sun Sunday 44 2044 7 01 52 0 00}
+test clock-3.670 {ISO week-based calendar 2045-W01-1} {
+ clock format 2366928000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W01-1
+} {Mon Monday 45 2045 1 01 01 1 01}
+test clock-3.671 {ISO week-based calendar 2045-W01-6} {
+ clock format 2367360000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W01-6
+} {Sat Saturday 45 2045 6 01 01 6 01}
+test clock-3.672 {ISO week-based calendar 2045-W01-7} {
+ clock format 2367446400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W01-7
+} {Sun Sunday 45 2045 7 02 01 0 01}
+test clock-3.673 {ISO week-based calendar 2045-W02-1} {
+ clock format 2367532800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W02-1
+} {Mon Monday 45 2045 1 02 02 1 02}
+test clock-3.674 {ISO week-based calendar 2045-W52-1} {
+ clock format 2397772800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W52-1
+} {Mon Monday 45 2045 1 52 52 1 52}
+test clock-3.675 {ISO week-based calendar 2045-W52-6} {
+ clock format 2398204800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W52-6
+} {Sat Saturday 45 2045 6 52 52 6 52}
+test clock-3.676 {ISO week-based calendar 2045-W52-7} {
+ clock format 2398291200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2045-W52-7
+} {Sun Sunday 45 2045 7 53 52 0 52}
+test clock-3.677 {ISO week-based calendar 2046-W01-1} {
+ clock format 2398377600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W01-1
+} {Mon Monday 46 2046 1 00 01 1 01}
+test clock-3.678 {ISO week-based calendar 2046-W01-6} {
+ clock format 2398809600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W01-6
+} {Sat Saturday 46 2046 6 00 01 6 01}
+test clock-3.679 {ISO week-based calendar 2046-W01-7} {
+ clock format 2398896000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W01-7
+} {Sun Sunday 46 2046 7 01 01 0 01}
+test clock-3.680 {ISO week-based calendar 2046-W02-1} {
+ clock format 2398982400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W02-1
+} {Mon Monday 46 2046 1 01 02 1 02}
+test clock-3.681 {ISO week-based calendar 2046-W52-1} {
+ clock format 2429222400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W52-1
+} {Mon Monday 46 2046 1 51 52 1 52}
+test clock-3.682 {ISO week-based calendar 2046-W52-6} {
+ clock format 2429654400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W52-6
+} {Sat Saturday 46 2046 6 51 52 6 52}
+test clock-3.683 {ISO week-based calendar 2046-W52-7} {
+ clock format 2429740800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2046-W52-7
+} {Sun Sunday 46 2046 7 52 52 0 52}
+test clock-3.684 {ISO week-based calendar 2047-W01-1} {
+ clock format 2429827200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W01-1
+} {Mon Monday 47 2047 1 52 01 1 53}
+test clock-3.685 {ISO week-based calendar 2047-W01-2} {
+ clock format 2429913600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W01-2
+} {Tue Tuesday 47 2047 2 00 01 2 00}
+test clock-3.686 {ISO week-based calendar 2047-W01-6} {
+ clock format 2430259200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W01-6
+} {Sat Saturday 47 2047 6 00 01 6 00}
+test clock-3.687 {ISO week-based calendar 2047-W01-7} {
+ clock format 2430345600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W01-7
+} {Sun Sunday 47 2047 7 01 01 0 00}
+test clock-3.688 {ISO week-based calendar 2047-W02-1} {
+ clock format 2430432000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W02-1
+} {Mon Monday 47 2047 1 01 02 1 01}
+test clock-3.689 {ISO week-based calendar 2047-W52-1} {
+ clock format 2460672000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W52-1
+} {Mon Monday 47 2047 1 51 52 1 51}
+test clock-3.690 {ISO week-based calendar 2047-W52-6} {
+ clock format 2461104000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W52-6
+} {Sat Saturday 47 2047 6 51 52 6 51}
+test clock-3.691 {ISO week-based calendar 2047-W52-7} {
+ clock format 2461190400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2047-W52-7
+} {Sun Sunday 47 2047 7 52 52 0 51}
+test clock-3.692 {ISO week-based calendar 2048-W01-1} {
+ clock format 2461276800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W01-1
+} {Mon Monday 48 2048 1 52 01 1 52}
+test clock-3.693 {ISO week-based calendar 2048-W01-3} {
+ clock format 2461449600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W01-3
+} {Wed Wednesday 48 2048 3 00 01 3 00}
+test clock-3.694 {ISO week-based calendar 2048-W01-6} {
+ clock format 2461708800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W01-6
+} {Sat Saturday 48 2048 6 00 01 6 00}
+test clock-3.695 {ISO week-based calendar 2048-W01-7} {
+ clock format 2461795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W01-7
+} {Sun Sunday 48 2048 7 01 01 0 00}
+test clock-3.696 {ISO week-based calendar 2048-W02-1} {
+ clock format 2461881600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W02-1
+} {Mon Monday 48 2048 1 01 02 1 01}
+test clock-3.697 {ISO week-based calendar 2048-W53-1} {
+ clock format 2492726400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W53-1
+} {Mon Monday 48 2048 1 52 53 1 52}
+test clock-3.698 {ISO week-based calendar 2048-W53-5} {
+ clock format 2493072000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W53-5
+} {Fri Friday 48 2048 5 00 53 5 00}
+test clock-3.699 {ISO week-based calendar 2048-W53-6} {
+ clock format 2493158400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W53-6
+} {Sat Saturday 48 2048 6 00 53 6 00}
+test clock-3.700 {ISO week-based calendar 2048-W53-7} {
+ clock format 2493244800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2048-W53-7
+} {Sun Sunday 48 2048 7 01 53 0 00}
+test clock-3.701 {ISO week-based calendar 2049-W01-1} {
+ clock format 2493331200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2049-W01-1
+} {Mon Monday 49 2049 1 01 01 1 01}
+test clock-3.702 {ISO week-based calendar 2049-W01-6} {
+ clock format 2493763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2049-W01-6
+} {Sat Saturday 49 2049 6 01 01 6 01}
+test clock-3.703 {ISO week-based calendar 2049-W01-7} {
+ clock format 2493849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2049-W01-7
+} {Sun Sunday 49 2049 7 02 01 0 01}
+test clock-3.704 {ISO week-based calendar 2049-W02-1} {
+ clock format 2493936000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2049-W02-1
+} {Mon Monday 49 2049 1 02 02 1 02}
+test clock-3.705 {ISO week-based calendar 2051-W52-1} {
+ clock format 2587075200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2051-W52-1
+} {Mon Monday 51 2051 1 52 52 1 52}
+test clock-3.706 {ISO week-based calendar 2051-W52-6} {
+ clock format 2587507200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2051-W52-6
+} {Sat Saturday 51 2051 6 52 52 6 52}
+test clock-3.707 {ISO week-based calendar 2051-W52-7} {
+ clock format 2587593600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2051-W52-7
+} {Sun Sunday 51 2051 7 53 52 0 52}
+test clock-3.708 {ISO week-based calendar 2052-W01-1} {
+ clock format 2587680000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W01-1
+} {Mon Monday 52 2052 1 00 01 1 01}
+test clock-3.709 {ISO week-based calendar 2052-W01-6} {
+ clock format 2588112000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W01-6
+} {Sat Saturday 52 2052 6 00 01 6 01}
+test clock-3.710 {ISO week-based calendar 2052-W01-7} {
+ clock format 2588198400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W01-7
+} {Sun Sunday 52 2052 7 01 01 0 01}
+test clock-3.711 {ISO week-based calendar 2052-W02-1} {
+ clock format 2588284800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W02-1
+} {Mon Monday 52 2052 1 01 02 1 02}
+test clock-3.712 {ISO week-based calendar 2052-W52-1} {
+ clock format 2618524800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W52-1
+} {Mon Monday 52 2052 1 51 52 1 52}
+test clock-3.713 {ISO week-based calendar 2052-W52-6} {
+ clock format 2618956800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W52-6
+} {Sat Saturday 52 2052 6 51 52 6 52}
+test clock-3.714 {ISO week-based calendar 2052-W52-7} {
+ clock format 2619043200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2052-W52-7
+} {Sun Sunday 52 2052 7 52 52 0 52}
+test clock-3.715 {ISO week-based calendar 2053-W01-1} {
+ clock format 2619129600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2053-W01-1
+} {Mon Monday 53 2053 1 52 01 1 53}
+test clock-3.716 {ISO week-based calendar 2053-W01-3} {
+ clock format 2619302400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2053-W01-3
+} {Wed Wednesday 53 2053 3 00 01 3 00}
+test clock-3.717 {ISO week-based calendar 2053-W01-6} {
+ clock format 2619561600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2053-W01-6
+} {Sat Saturday 53 2053 6 00 01 6 00}
+test clock-3.718 {ISO week-based calendar 2053-W01-7} {
+ clock format 2619648000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2053-W01-7
+} {Sun Sunday 53 2053 7 01 01 0 00}
+test clock-3.719 {ISO week-based calendar 2053-W02-1} {
+ clock format 2619734400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2053-W02-1
+} {Mon Monday 53 2053 1 01 02 1 01}
+test clock-3.720 {ISO week-based calendar 2055-W52-1} {
+ clock format 2713478400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2055-W52-1
+} {Mon Monday 55 2055 1 52 52 1 52}
+test clock-3.721 {ISO week-based calendar 2055-W52-6} {
+ clock format 2713910400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2055-W52-6
+} {Sat Saturday 55 2055 6 00 52 6 00}
+test clock-3.722 {ISO week-based calendar 2055-W52-7} {
+ clock format 2713996800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2055-W52-7
+} {Sun Sunday 55 2055 7 01 52 0 00}
+test clock-3.723 {ISO week-based calendar 2056-W01-1} {
+ clock format 2714083200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W01-1
+} {Mon Monday 56 2056 1 01 01 1 01}
+test clock-3.724 {ISO week-based calendar 2056-W01-6} {
+ clock format 2714515200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W01-6
+} {Sat Saturday 56 2056 6 01 01 6 01}
+test clock-3.725 {ISO week-based calendar 2056-W01-7} {
+ clock format 2714601600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W01-7
+} {Sun Sunday 56 2056 7 02 01 0 01}
+test clock-3.726 {ISO week-based calendar 2056-W02-1} {
+ clock format 2714688000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W02-1
+} {Mon Monday 56 2056 1 02 02 1 02}
+test clock-3.727 {ISO week-based calendar 2056-W52-1} {
+ clock format 2744928000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W52-1
+} {Mon Monday 56 2056 1 52 52 1 52}
+test clock-3.728 {ISO week-based calendar 2056-W52-6} {
+ clock format 2745360000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W52-6
+} {Sat Saturday 56 2056 6 52 52 6 52}
+test clock-3.729 {ISO week-based calendar 2056-W52-7} {
+ clock format 2745446400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2056-W52-7
+} {Sun Sunday 56 2056 7 53 52 0 52}
+test clock-3.730 {ISO week-based calendar 2057-W01-1} {
+ clock format 2745532800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2057-W01-1
+} {Mon Monday 57 2057 1 00 01 1 01}
+test clock-3.731 {ISO week-based calendar 2057-W01-6} {
+ clock format 2745964800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2057-W01-6
+} {Sat Saturday 57 2057 6 00 01 6 01}
+test clock-3.732 {ISO week-based calendar 2057-W01-7} {
+ clock format 2746051200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2057-W01-7
+} {Sun Sunday 57 2057 7 01 01 0 01}
+test clock-3.733 {ISO week-based calendar 2057-W02-1} {
+ clock format 2746137600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2057-W02-1
+} {Mon Monday 57 2057 1 01 02 1 02}
+test clock-3.734 {ISO week-based calendar 2059-W52-1} {
+ clock format 2839276800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2059-W52-1
+} {Mon Monday 59 2059 1 51 52 1 51}
+test clock-3.735 {ISO week-based calendar 2059-W52-6} {
+ clock format 2839708800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2059-W52-6
+} {Sat Saturday 59 2059 6 51 52 6 51}
+test clock-3.736 {ISO week-based calendar 2059-W52-7} {
+ clock format 2839795200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2059-W52-7
+} {Sun Sunday 59 2059 7 52 52 0 51}
+test clock-3.737 {ISO week-based calendar 2060-W01-1} {
+ clock format 2839881600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W01-1
+} {Mon Monday 60 2060 1 52 01 1 52}
+test clock-3.738 {ISO week-based calendar 2060-W01-4} {
+ clock format 2840140800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W01-4
+} {Thu Thursday 60 2060 4 00 01 4 00}
+test clock-3.739 {ISO week-based calendar 2060-W01-6} {
+ clock format 2840313600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W01-6
+} {Sat Saturday 60 2060 6 00 01 6 00}
+test clock-3.740 {ISO week-based calendar 2060-W01-7} {
+ clock format 2840400000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W01-7
+} {Sun Sunday 60 2060 7 01 01 0 00}
+test clock-3.741 {ISO week-based calendar 2060-W02-1} {
+ clock format 2840486400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W02-1
+} {Mon Monday 60 2060 1 01 02 1 01}
+test clock-3.742 {ISO week-based calendar 2060-W53-1} {
+ clock format 2871331200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W53-1
+} {Mon Monday 60 2060 1 52 53 1 52}
+test clock-3.743 {ISO week-based calendar 2060-W53-6} {
+ clock format 2871763200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W53-6
+} {Sat Saturday 60 2060 6 00 53 6 00}
+test clock-3.744 {ISO week-based calendar 2060-W53-7} {
+ clock format 2871849600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2060-W53-7
+} {Sun Sunday 60 2060 7 01 53 0 00}
+test clock-3.745 {ISO week-based calendar 2061-W01-1} {
+ clock format 2871936000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2061-W01-1
+} {Mon Monday 61 2061 1 01 01 1 01}
+test clock-3.746 {ISO week-based calendar 2061-W01-6} {
+ clock format 2872368000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2061-W01-6
+} {Sat Saturday 61 2061 6 01 01 6 01}
+test clock-3.747 {ISO week-based calendar 2061-W01-7} {
+ clock format 2872454400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2061-W01-7
+} {Sun Sunday 61 2061 7 02 01 0 01}
+test clock-3.748 {ISO week-based calendar 2061-W02-1} {
+ clock format 2872540800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2061-W02-1
+} {Mon Monday 61 2061 1 02 02 1 02}
+test clock-3.749 {ISO week-based calendar 2063-W52-1} {
+ clock format 2965680000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2063-W52-1
+} {Mon Monday 63 2063 1 51 52 1 52}
+test clock-3.750 {ISO week-based calendar 2063-W52-6} {
+ clock format 2966112000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2063-W52-6
+} {Sat Saturday 63 2063 6 51 52 6 52}
+test clock-3.751 {ISO week-based calendar 2063-W52-7} {
+ clock format 2966198400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2063-W52-7
+} {Sun Sunday 63 2063 7 52 52 0 52}
+test clock-3.752 {ISO week-based calendar 2064-W01-1} {
+ clock format 2966284800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W01-1
+} {Mon Monday 64 2064 1 52 01 1 53}
+test clock-3.753 {ISO week-based calendar 2064-W01-2} {
+ clock format 2966371200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W01-2
+} {Tue Tuesday 64 2064 2 00 01 2 00}
+test clock-3.754 {ISO week-based calendar 2064-W01-6} {
+ clock format 2966716800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W01-6
+} {Sat Saturday 64 2064 6 00 01 6 00}
+test clock-3.755 {ISO week-based calendar 2064-W01-7} {
+ clock format 2966803200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W01-7
+} {Sun Sunday 64 2064 7 01 01 0 00}
+test clock-3.756 {ISO week-based calendar 2064-W02-1} {
+ clock format 2966889600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W02-1
+} {Mon Monday 64 2064 1 01 02 1 01}
+test clock-3.757 {ISO week-based calendar 2064-W52-1} {
+ clock format 2997129600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W52-1
+} {Mon Monday 64 2064 1 51 52 1 51}
+test clock-3.758 {ISO week-based calendar 2064-W52-6} {
+ clock format 2997561600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W52-6
+} {Sat Saturday 64 2064 6 51 52 6 51}
+test clock-3.759 {ISO week-based calendar 2064-W52-7} {
+ clock format 2997648000 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2064-W52-7
+} {Sun Sunday 64 2064 7 52 52 0 51}
+test clock-3.760 {ISO week-based calendar 2065-W01-1} {
+ clock format 2997734400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2065-W01-1
+} {Mon Monday 65 2065 1 52 01 1 52}
+test clock-3.761 {ISO week-based calendar 2065-W01-4} {
+ clock format 2997993600 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2065-W01-4
+} {Thu Thursday 65 2065 4 00 01 4 00}
+test clock-3.762 {ISO week-based calendar 2065-W01-6} {
+ clock format 2998166400 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2065-W01-6
+} {Sat Saturday 65 2065 6 00 01 6 00}
+test clock-3.763 {ISO week-based calendar 2065-W01-7} {
+ clock format 2998252800 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2065-W01-7
+} {Sun Sunday 65 2065 7 01 01 0 00}
+test clock-3.764 {ISO week-based calendar 2065-W02-1} {
+ clock format 2998339200 -format {%a %A %g %G %u %U %V %w %W} -gmt true; # 2065-W02-1
+} {Mon Monday 65 2065 1 01 02 1 01}
# END testcases3
# BEGIN testcases4
@@ -35495,6 +36017,13 @@ test clock-52.1 {Posix timezone and conversion on last Sunday} {
set result
} {01:59:59 01:59:59 03:00:00 03:00:00}
+# Regression test for Bug # 1505383
+
+test clock-53.1 {%EC %Ey} {
+ clock format 0 -gmt true -locale en_US_roman -format %EC%Ey
+} mcmlxx
+
+
# cleanup
namespace delete ::testClock
diff --git a/tools/makeTestCases.tcl b/tools/makeTestCases.tcl
index 97f9a84..d96a221 100755
--- a/tools/makeTestCases.tcl
+++ b/tools/makeTestCases.tcl
@@ -370,49 +370,74 @@ proc testcases3 { f2 } {
set dow [expr { ( $secs / 86400 + 4 ) % 7}]
switch -exact $dow {
0 {
+ # Year starts on a Sunday.
+ # Prior year started on a Friday or Saturday, and was
+ # a 52-week year.
+ # 1 January is ISO week 52 of the prior year. 2 January
+ # begins ISO week 1 of the current year.
+ # 1 January is week 1 according to %U. According to %W,
+ # week 1 begins on 2 January
testISO $f2 $ym1 52 1 [expr { $secs - 6*86400 }]
testISO $f2 $ym1 52 6 [expr { $secs - 86400 }]
testISO $f2 $ym1 52 7 $secs
testISO $f2 $y 1 1 [expr { $secs + 86400 }]
+ testISO $f2 $y 1 6 [expr { $secs + 6*86400}]
testISO $f2 $y 1 7 [expr { $secs + 7*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 8*86400 }]
}
1 {
+ # Year starts on a Monday.
+ # Previous year started on a Saturday or Sunday, and was
+ # a 52-week year.
+ # 1 January is ISO week 1 of the current year
+ # According to %U, it's week 0 until 7 January
+ # 1 January is week 1 according to %W
testISO $f2 $ym1 52 1 [expr { $secs - 7*86400 }]
+ testISO $f2 $ym1 52 6 [expr {$secs - 2*86400}]
testISO $f2 $ym1 52 7 [expr { $secs - 86400 }]
testISO $f2 $y 1 1 $secs
+ testISO $f2 $y 1 6 [expr {$secs + 5*86400}]
testISO $f2 $y 1 7 [expr { $secs + 6*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 7*86400 }]
}
2 {
+ # Year starts on a Tuesday.
testISO $f2 $ym1 52 1 [expr { $secs - 8*86400 }]
+ testISO $f2 $ym1 52 6 [expr {$secs - 3*86400}]
testISO $f2 $ym1 52 7 [expr { $secs - 2*86400 }]
testISO $f2 $y 1 1 [expr { $secs - 86400 }]
testISO $f2 $y 1 2 $secs
+ testISO $f2 $y 1 6 [expr {$secs + 4*86400}]
testISO $f2 $y 1 7 [expr { $secs + 5*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 6*86400 }]
}
3 {
testISO $f2 $ym1 52 1 [expr { $secs - 9*86400 }]
+ testISO $f2 $ym1 52 6 [expr {$secs - 4*86400}]
testISO $f2 $ym1 52 7 [expr { $secs - 3*86400 }]
testISO $f2 $y 1 1 [expr { $secs - 2*86400 }]
testISO $f2 $y 1 3 $secs
+ testISO $f2 $y 1 6 [expr {$secs + 3*86400}]
testISO $f2 $y 1 7 [expr { $secs + 4*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 5*86400 }]
}
4 {
testISO $f2 $ym1 52 1 [expr { $secs - 10*86400 }]
+ testISO $f2 $ym1 52 6 [expr {$secs - 5*86400}]
testISO $f2 $ym1 52 7 [expr { $secs - 4*86400 }]
testISO $f2 $y 1 1 [expr { $secs - 3*86400 }]
testISO $f2 $y 1 4 $secs
+ testISO $f2 $y 1 6 [expr {$secs + 2*86400}]
testISO $f2 $y 1 7 [expr { $secs + 3*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 4*86400 }]
}
5 {
testISO $f2 $ym1 53 1 [expr { $secs - 4*86400 }]
testISO $f2 $ym1 53 5 $secs
+ testISO $f2 $ym1 53 6 [expr {$secs + 86400}]
testISO $f2 $ym1 53 7 [expr { $secs + 2*86400 }]
testISO $f2 $y 1 1 [expr { $secs + 3*86400 }]
+ testISO $f2 $y 1 6 [expr {$secs + 8*86400}]
testISO $f2 $y 1 7 [expr { $secs + 9*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 10*86400 }]
}
@@ -428,6 +453,7 @@ proc testcases3 { f2 } {
testISO $f2 $ym1 52 7 [expr { $secs + 86400 }]
}
testISO $f2 $y 1 1 [expr { $secs + 2*86400 }]
+ testISO $f2 $y 1 6 [expr { $secs + 7*86400 }]
testISO $f2 $y 1 7 [expr { $secs + 8*86400 }]
testISO $f2 $y 2 1 [expr { $secs + 9*86400 }]
}
@@ -445,11 +471,13 @@ proc testISO { f2 G V u secs } {
set shortdays {Sun Mon Tue Wed Thu Fri Sat Sun}
puts $f2 "test clock-3.[incr case] {ISO week-based calendar [format %04d-W%02d-%d $G $V $u]} {"
- puts $f2 " clock format $secs -format {%a %A %g %G %u %V %w} -gmt true; \# $G-W[format %02d $V]-$u"
+ puts $f2 " clock format $secs -format {%a %A %g %G %u %U %V %w %W} -gmt true; \# $G-W[format %02d $V]-$u"
puts $f2 "} {[lindex $shortdays $u] [lindex $longdays $u]\
[format %02d [expr { $G % 100 }]] $G\
$u\
- [format %02d $V] [expr { $u % 7 }]}"
+ [clock format $secs -format %U -gmt true]\
+ [format %02d $V] [expr { $u % 7 }]\
+ [clock format $secs -format %W -gmt true]}"
}