Skip to content

Commit b0b88d0

Browse files
Switch to ISO dates.
Thanks to Lassi Kortela for the impetus to make this change and the patches to carry it out.
1 parent 51200c4 commit b0b88d0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<h1>SRFI 64: A Scheme API for test suites</h1>
2323
<p class="authors">by Per Bothner</p>
24-
<p class="status">status: <em>final</em> (2006/6/18)</p>
24+
<p class="status">status: <em>final</em> (2006-06-18)</p>
2525

2626
<ul class="info">
2727
<li><a href="srfi-64.html">The SRFI Document</a></li>

srfi-64.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <H1>Status</H1>
3030
This SRFI is currently in ``final'' status. To see an explanation of each
3131
status that a SRFI can hold, see
3232
<a href="http://srfi.schemers.org/srfi-process.html">here</a>.
33-
It will remain in draft status until 2005/03/17, or as amended. To
33+
It will remain in draft status until 2005-03-17, or as amended. To
3434
provide input on this SRFI, please <code>
3535
<a href="mailto:srfi minus 64 at srfi dot schemers dot org">mailto:srfi minus 64 at srfi dot schemers dot org</a></code>.
3636
See <a href="http://srfi.schemers.org/srfi-list-subscribe.html">instructions
@@ -39,12 +39,12 @@ <H1>Status</H1>
3939
archive of the mailing list</a>.
4040
<p>
4141
<ul>
42-
<li>Received: 2005/01/07</li>
43-
<li>Draft: 2005/01/28 - 2005/03/28</li>
44-
<li>Revised: <a href="http://srfi.schemers.org/srfi-64/srfi-64-1.3.html">2005/10/18</a>
45-
<li>Revised: <a href="http://srfi.schemers.org/srfi-64/srfi-64-1.5.html">2006/02/24</a>
46-
<li>Final: <a href="http://srfi.schemers.org/srfi-64/srfi-64-1.6.html">2006/06/18</a></li>
47-
<li>Revised to fix errata: 2016/8/11</li>
42+
<li>Received: 2005-01-07</li>
43+
<li>Draft: 2005-01-28--2005-03-28</li>
44+
<li>Revised: <a href="http://srfi.schemers.org/srfi-64/srfi-64-1.3.html">2005-10-18</a>
45+
<li>Revised: <a href="http://srfi.schemers.org/srfi-64/srfi-64-1.5.html">2006-02-24</a>
46+
<li>Final: <a href="http://srfi.schemers.org/srfi-64/srfi-64-1.6.html">2006-06-18</a></li>
47+
<li>Revised to fix errata: 2016-08-11</li>
4848
</ul>
4949
</p>
5050

0 commit comments

Comments
 (0)