mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
parent
1acfecbc00
commit
364cb6683b
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ except ImportError:
|
||||||
from _pydatetime import __doc__
|
from _pydatetime import __doc__
|
||||||
|
|
||||||
__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
|
__all__ = ("date", "datetime", "time", "timedelta", "timezone", "tzinfo",
|
||||||
"MINYEAR", "MAXYEAR")
|
"MINYEAR", "MAXYEAR", "UTC")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue