[New-bugs-announce] [issue24773] Add local time disambiguation flag to datetime
Alexander Belopolsky
report at bugs.python.org
Sat Aug 1 21:17:27 CEST 2015
New submission from Alexander Belopolsky:
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
----------
assignee: belopolsky
components: Extension Modules, Library (Lib)
files: ltdf.patch
keywords: patch
messages: 247819
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Add local time disambiguation flag to datetime
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file40094/ltdf.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24773>
_______________________________________
More information about the New-bugs-announce
mailing list