is there a logical reason or it's a bug that
datetime.datetime.fromtimestamp(0).timestamp()
raises OSError: [Errno 22] Invalid argument?
I would expect as result 0.0 as I'm passing from timestamp 0 to datetime and again back to timestamp
I'm on Win10 (tested with 3.7, 3.11)