diff options
| author | bt <bt@rctt.net> | 2026-06-04 16:11:03 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-06-04 16:12:22 +0200 |
| commit | ed2621c17f353878ea86ce2c16cac7cd04fb4c6a (patch) | |
| tree | 21735f781749a3b2986fb8fbd44e9a3ef94d8a66 /docs/rfc.html | |
| parent | 061b0ac8e8d1cefbb7ffcf3eb8695a28663cda3e (diff) | |
| download | solec-ed2621c17f353878ea86ce2c16cac7cd04fb4c6a.tar.gz solec-ed2621c17f353878ea86ce2c16cac7cd04fb4c6a.zip | |
[common] Include milliseconds in timestamps
Diffstat (limited to 'docs/rfc.html')
| -rw-r--r-- | docs/rfc.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/rfc.html b/docs/rfc.html index 224cbea..373526e 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1216,11 +1216,11 @@ li > p:last-of-type:only-child { <thead><tr> <td class="left">Internet-Draft</td> <td class="center">SOLEC</td> -<td class="right">May 2026</td> +<td class="right">June 2026</td> </tr></thead> <tfoot><tr> <td class="left">bt</td> -<td class="center">Expires 2 December 2026</td> +<td class="center">Expires 6 December 2026</td> <td class="right">[Page]</td> </tr></tfoot> </table> @@ -1233,12 +1233,12 @@ li > p:last-of-type:only-child { <dd class="internet-draft">SOLEC</dd> <dt class="label-published">Published:</dt> <dd class="published"> -<time datetime="2026-05-31" class="published">31 May 2026</time> +<time datetime="2026-06-04" class="published">4 June 2026</time> </dd> <dt class="label-intended-status">Intended Status:</dt> <dd class="intended-status">Experimental</dd> <dt class="label-expires">Expires:</dt> -<dd class="expires"><time datetime="2026-12-02">2 December 2026</time></dd> +<dd class="expires"><time datetime="2026-12-06">6 December 2026</time></dd> <dt class="label-authors">Author:</dt> <dd class="authors"> <div class="author"> @@ -1274,7 +1274,7 @@ SOLEC system.<a href="#section-abstract-1" class="pilcrow">¶</a></p> time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p> <p id="section-boilerplate.1-4"> - This Internet-Draft will expire on 2 December 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> + This Internet-Draft will expire on 6 December 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> </section> </div> <div id="copyright"> @@ -1523,7 +1523,7 @@ spec</a>. Following types are in use:<a href="#section-2.3.1-1" class="pilcrow"> <h4 id="name-timestamp"> <a href="#section-2.3.2" class="section-number selfRef">2.3.2. </a><a href="#name-timestamp" class="section-name selfRef">Timestamp</a> </h4> -<p id="section-2.3.2-1">Uint64 containing Unix timestamp in UTC timezone.<a href="#section-2.3.2-1" class="pilcrow">¶</a></p> +<p id="section-2.3.2-1">Uint64 containing Unix timestamp in UTC timezone. Milliseconds are included.<a href="#section-2.3.2-1" class="pilcrow">¶</a></p> <div class="lang-ascii-art sourcecode" id="section-2.3.2-2"> <pre> 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |
