This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky
Date 2015-08-01.19:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438456647.64.0.191464539374.issue24773@psf.upfronthosting.co.za>
In-reply-to
Content
Adds a boolean member to the instances of ``datetime.time``
and ``datetime.datetime`` classes that can be used to differentiate
between two moments in time for which local times are the same.

See Datetime-SIG "Local time disambiguation proposal" discussion [1] for more details.

[1]: https://mail.python.org/pipermail/datetime-sig/2015-July/000105.html
History
Date User Action Args
2015-08-01 19:17:28belopolskysetrecipients: + belopolsky
2015-08-01 19:17:27belopolskysetmessageid: <1438456647.64.0.191464539374.issue24773@psf.upfronthosting.co.za>
2015-08-01 19:17:27belopolskylinkissue24773 messages
2015-08-01 19:17:27belopolskycreate