Skip to content

Commit 996dfee

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 ca0bb47 commit 996dfee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<h1>SRFI 171: Transducers</h1>
2323
<p class="authors">by Linus Björnstam</p>
24-
<p class="status">status: <em>final</em> (2019/10/26)</p>
24+
<p class="status">status: <em>final</em> (2019-10-26)</p>
2525

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

srfi-171.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ <h1 id="status">Status</h1>
2020

2121
<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+171+at+srfi+dotschemers+dot+org">srfi-171@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-171">archive</a>.</p>
2222
<ul>
23-
<li>Received: 2019/6/14</li>
24-
<li>Draft #1 published: 2019/6/24</li>
25-
<li>Draft #2 published: 2019/7/25</li>
26-
<li>Draft #3 published: 2019/10/4</li>
27-
<li>Finalized: 2019/10/26</li>
23+
<li>Received: 2019-06-14</li>
24+
<li>Draft #1 published: 2019-06-24</li>
25+
<li>Draft #2 published: 2019-07-25</li>
26+
<li>Draft #3 published: 2019-10-04</li>
27+
<li>Finalized: 2019-10-26</li>
2828
</ul>
2929

3030
<h1 id="abstract">Abstract</h1>

0 commit comments

Comments
 (0)