[New-bugs-announce] [issue37527] Timestamp conversion on windows fails with timestamps close to EPOCH

Dschoni report at bugs.python.org
Tue Jul 9 06:32:25 EDT 2019


New submission from Dschoni <python at dschoni.de>:

A long description of the issue can be found on SO here: https://stackoverflow.com/questions/56931738/python-crash-on-windows-with-a-datetime-close-to-the-epoch?noredirect=1#comment100413591_56931738

TL;DR:

This fails on windows:

from datetime import datetime
datetime.fromtimestamp(1).timestamp()

----------
components: Windows
messages: 347541
nosy: Dschoni, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Timestamp conversion on windows fails with timestamps close to EPOCH
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37527>
_______________________________________


More information about the New-bugs-announce mailing list