-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed as duplicate of#81708
Closed as duplicate of#81708
Copy link
Labels
OS-windowsextension-modulesC modules in the Modules dirC modules in the Modules dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Python 3.8.10
datetime 4.4
Windows 10
datetime(1970,1,1,0,0,0).timestamp() # OSError: [Errno 22] Invalid argument
datetime(1970,1,1,23,59,59,999999).timestamp() # OSError: [Errno 22] Invalid argument
datetime(1970,1,2,0,59,59,999999).timestamp() # OSError: [Errno 22] Invalid argument
Minimal datetime where timestamp() is fine:
datetime(1970,1,2,1,0,0).timestamp() # 86400.0
benpryke and juliusHuelsmann
Metadata
Metadata
Assignees
Labels
OS-windowsextension-modulesC modules in the Modules dirC modules in the Modules dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done