[New-bugs-announce] [issue8902] add datetime.time.now() for consistency

anatoly techtonik report at bugs.python.org
Sat Jun 5 08:36:29 CEST 2010


New submission from anatoly techtonik <techtonik at gmail.com>:

There is:
datetime.date.today()
datetime.datetime.today()
datetime.datetime.now([tz])

But no:
datetime.time.now([tz])

----------
components: Library (Lib)
messages: 107122
nosy: techtonik
priority: normal
severity: normal
status: open
title: add datetime.time.now() for consistency
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8902>
_______________________________________


More information about the New-bugs-announce mailing list