<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 20 août 2021 à 17:38, Roger Price <<a href="mailto:roger@rogerprice.org">roger@rogerprice.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 20 Aug 2021, Jim Klimov via Nut-upsuser wrote:<br>
<br>
> It is a bit unclear what "or otherwise and Combined date and time <br>
> representations" means. An example of ISO 8601 date representation (one of <br>
> many offered by the standard) "or otherwise"? Which combined date and time <br>
> would we take - e.g. YYYYMMDDTHHMMSSZ (literal T separator and Z for "zulu" <br>
> UTC timezone)? Or with dashes and colons? Or...?<br>
<br>
Since we are concerned only with dates, and not time of day, things are a little <br>
simpler.  We follow ISO 8601 clause 5.2.1 Calendar dates, and we don't have to <br>
worry about timezones.  The only real choice is between the format YYYYMMDD and <br>
YYYY-MM-DD.  Since our dates are intended primarily for humans it seems better <br>
to use the format YYYY-MM-DD which has better readability.  It's always possible <br>
to extract the YYYYMMDD number if this is eventually needed.<br>
<br>
Roger<br>
<br>
See also RFC 3339 "Date and Time on the Internet: Timestamps"</blockquote><div><br></div><div> Hi guys,</div><div><br></div><div>sorry, I completely missed your mail answers, and only focused on the PR comments.</div><div>So thanks for your feedback.</div><div><br></div><div>My original intent was only focused on the battery.date{,.maintenance}.</div><div>However, I thought to myself that it could be broadened to all .date (including ups*).</div><div>As mentioned, it's an option. Opaque string format still applies, and *if possible*, ISO 8601 Calendar date should be used.</div><div>As for the time, I'm still in between:</div><div>for the base date variables, it's only date without time. There is even a ups.time to track the device clock.<br>So even if I amended the PR to include a variation of <date>T<time>, I can revert it if you prefer.</div><div><br></div><div>Thanks and cheers,</div><div>Arno  </div></div></div>