dtyeos

Results 3 comments of dtyeos

Probable duplicate of gh-81708[^1] [^1]: `@erlend-aasland`: edited the BPO link to a GitHub Issues link, for the convenience of the reader

datetime(1970,1,1,0,0,0, tzinfo=None).timestamp() # OSError: [Errno 22] Invalid argument datetime(1970,1,1,0,0,0, tzinfo=timezone.utc).timestamp() # 0.0

C:\>py -3.10 Python 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from datetime import datetime,...