Conversation
The correct timestamp value of `datetime.datetime(2019, 1, 1, 1, 1,1).timestamp()` is 1546300861. Closes: python-lsp#6
|
Tests are failing precisely due to the change you made. What version of ujson are you trying to support with it? |
Ah, that's curious, they fail here locally with |
|
Our tests are also using ujson 4.1.0 |
Hmm.... This test is also failing for me on Alpine Linux, but I get a different timestamp value than either @jelly or the expected value in the test 🤦🏽 Edit: if we're getting different values for |
|
ok I get @jelly's 'answer' (1546300861 ) for timestamp if I use Seems like the test is in fact broken. |
The correct timestamp value of
datetime.datetime(2019, 1, 1, 1, 1,1).timestamp()is 1546300861.Closes: #6