From 389cd036d5bae1b61ed368bbc2eac767c89746db Mon Sep 17 00:00:00 2001
From: inference
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;
+ YYYYMMDDThhmmssZ
(UTC without offset),
+ YYYYMMDDThhmmss+hhmm
(with positive offset), or
+ YYYYMMDDThhmmss-hhmm
(with negative offset).
I care about upstreaming and sharing code, strongly preferring licenses which