From 8ef9e7e367291b34096784cc4156cb0df1515eda Mon Sep 17 00:00:00 2001
From: ePaul MUST
subset of ISO 8601
APIs MUST use the upper-case T
as a separator between date and time and
+upper-case Z
at the end when generating dates as opposed to lower-case t
,
+z
, space, or any other character. This is stricter than the
+date/time format
+as defined in RFC 3339, which leaves it up to the specification.
Exception: For passing date/time information via standard protocol headers, HTTP RFC 7231 requires to follow the date and time specification used by the Internet Message Format @@ -10448,7 +10455,7 @@