mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Elaborate on which values result in negative timestamps.
This commit is contained in:
parent
dcc80e0166
commit
55fe40904c
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
Support negative :meth:`datetime.datetime.timestamp` values from naive
|
||||
datetimes on Windows by subtracting a naive epoch. Patch by John Keith Hohm.
|
||||
datetimes (before the UNIX epoch of 1970-01-01) on Windows by
|
||||
subtracting a naive epoch. Patch by John Keith Hohm.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue