From 04d1216aeb3cc42e2d00319e6a7eb0f7a648173b Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 5 Feb 2024 21:44:09 +0000 Subject: [PATCH] Reformat section "Date and Time" line length to conform to code style --- about.xhtml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/about.xhtml b/about.xhtml index ec260a9..044f5dc 100644 --- a/about.xhtml +++ b/about.xhtml @@ -1,7 +1,7 @@ - + @@ -105,13 +105,15 @@

Date and Time

All dates and times across my services are - ISO 8601-compliant. The - short-form format YYYY-MM-DD is used for dates, and - hh:mm:ss is used for times, with display of seconds being based on - required level of accuracy. The full expression may be used when necessary; + ISO 8601-compliant. + The short-form format YYYY-MM-DD is used for + dates, and hh:mm:ss is used for times, with + display of seconds being based on required level of + accuracy. The full expression may be used when necessary; YYYYMMDDThhmmssZ (UTC without offset), YYYYMMDDThhmmss+hhmm (with positive offset), or - YYYYMMDDThhmmss-hhmm (with negative offset).

+ YYYYMMDDThhmmss-hhmm (with negative + offset).

Licensing