<title>feat(third_party/git/date): add "dottime" format</title>
<updated>2020-01-11T23:43:50+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
...</author>
<published>2020-01-06T16:00:52+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=8082d87da385e2a4aeaff915799d26feb42b83af"/>
<id>urn:sha1:8082d87da385e2a4aeaff915799d26feb42b83af</id>
<content type="text">
Adds dottime (as defined on https://dotti.me) as a timestamp format.
This format is designed to simplify working with timestamps across
many different timezones by keeping the timestamp format itself in
UTC (and indicating this with a dot character), but appending the
local offset.
This is implemented as a new format because the timestamp needs to be
rendered both as UTC and including the offset, an implementation using
a strftime formatting string is not sufficient.
</content>