Message 316013 - Python tracker

Message316013

Author p-ganssle
Recipients p-ganssle, paulc, vinay.sajip
Date 2018-05-01.19:56:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525204601.01.0.682650639539.issue33400@psf.upfronthosting.co.za>
In-reply-to
Content
ISO 8601 does not require an offset (in fact, most portions of the ISO 8601 date and time are optional - ISO 8601 is more complicated than most people think). Without an offset a datetime is assumed to be local time.

The T delimiter is required, but can be omitted by mutual consent, see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations
History
Date User Action Args
2018-05-01 19:56:41p-gansslesetrecipients: + p-ganssle, vinay.sajip, paulc
2018-05-01 19:56:41p-gansslesetmessageid: <1525204601.01.0.682650639539.issue33400@psf.upfronthosting.co.za>
2018-05-01 19:56:40p-gansslelinkissue33400 messages
2018-05-01 19:56:40p-gansslecreate