Document date and time

This commit is contained in:
inference 2024-01-13 07:36:58 +00:00
parent 1633ef1039
commit 389cd036d5
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - About --> <!-- Inferencium - Website - About -->
<!-- Version: 7.0.0-alpha.2 --> <!-- Version: 7.0.0-alpha.3 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -35,6 +35,7 @@
<ul> <ul>
<li><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></li> <li><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></li>
</ul> </ul>
<li><a href="#date_time">Date and Time</a></li>
<li><a href="#licensing">Licensing</a></li> <li><a href="#licensing">Licensing</a></li>
<ul> <ul>
<li><a href="#licensing-code">Code</a></li> <li><a href="#licensing-code">Code</a></li>
@ -104,6 +105,17 @@
should be using more than a single forward-slash when there is more to should be using more than a single forward-slash when there is more to
your system than only GNU.</p> your system than only GNU.</p>
</section> </section>
<section id="date_time">
<h2 id="date_time"><a href="#date_time">Dates and Times</a></h2>
<p>All dates and times across my services are
<a href="https://wikipedia.org/wiki/ISO_8601">ISO 8601</a>-compliant. The
short-form format <code>YYYY-MM-DD</code> is used for dates, and
<code>hh:mm:ss</code> is used for times, with display of seconds being based on
required level of accuracy. The full expression may be used when necessary;
<code>YYYYMMDDThhmmssZ</code> (UTC without offset),
<code>YYYYMMDDThhmmss+hhmm</code> (with positive offset), or
<code>YYYYMMDDThhmmss-hhmm</code> (with negative offset).</p>
</section>
<section id="licensing"> <section id="licensing">
<h2 id="licensing"><a href="#licensing">Licensing</a></h2> <h2 id="licensing"><a href="#licensing">Licensing</a></h2>
<p>I care about upstreaming and sharing code, strongly preferring licenses which <p>I care about upstreaming and sharing code, strongly preferring licenses which