| Age | Commit message (Collapse) | Author |
|
datetime.UTC was added in Python 3.11.
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick
Pope, and Paul Ganssle for reviews.
|
|
Regression in 10d126198434810529e0220b0c6896ed64ca0e88.
|
|
|
|
timeline.
|
|
|
|
|
|
|
|
|
|
|
|
make_naive() on Python 3.6.
Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and
e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025).
|
|
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
Thanks Konrad Świat for the original patch.
|
|
|
|
Reflects behavior changes in PEP 495 (Local Time Disambiguation).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added tests with pytz and removed misplaced tests.
|
|
Also added tests for is/make_aware/naive.
Thanks Tom Michaelis for the report.
|
|
|
|
|
|
This commit deprecates django.utils.tzinfo in favor of the more recent
django.utils.timezone which was introduced when Django gained support
for time zones.
|
|
|
|
Inputs acceptable to time.mktime are platform-dependent.
|
|
Thanks void for the report.
|
|
Refs #20680.
|
|
|