Document date and time
This commit is contained in:
parent
1633ef1039
commit
389cd036d5
14
about.xhtml
14
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 7.0.0-alpha.2 -->
|
||||
<!-- Version: 7.0.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -35,6 +35,7 @@
|
||||
<ul>
|
||||
<li><a href="#about_me-gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></li>
|
||||
</ul>
|
||||
<li><a href="#date_time">Date and Time</a></li>
|
||||
<li><a href="#licensing">Licensing</a></li>
|
||||
<ul>
|
||||
<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
|
||||
your system than only GNU.</p>
|
||||
</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">
|
||||
<h2 id="licensing"><a href="#licensing">Licensing</a></h2>
|
||||
<p>I care about upstreaming and sharing code, strongly preferring licenses which
|
||||
|
Loading…
x
Reference in New Issue
Block a user