Reformat section "Date and Time" line length to conform to code style
This commit is contained in:
parent
d8d220d857
commit
04d1216aeb
14
about.xhtml
14
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 8.1.0-alpha.2 -->
|
||||
<!-- Version: 8.1.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -105,13 +105,15 @@
|
||||
<section id="date_time">
|
||||
<h2><a href="#date_time">Date and Time</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;
|
||||
<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>
|
||||
<code>YYYYMMDDThhmmss-hhmm</code> (with negative
|
||||
offset).</p>
|
||||
</section>
|
||||
<section id="licensing">
|
||||
<h2><a href="#licensing">Licensing</a></h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user