Elaborate on which values result in negative timestamps.

This commit is contained in:
John Keith Hohm 2025-05-22 11:13:38 -04:00
parent dcc80e0166
commit 55fe40904c

View file

@ -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.