-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests fail in year 2038 #44
Comments
Thanks for that. Do you know if other applications using libexiv2 suffer a similar problem? I'm assuming it's a problem in libexiv2 itself, but I'll investigate further next week. |
I did not see any others so far... but OTOH most projects don't run as many automated tests as python does. |
I've found the problem with
For most sensible uses of The problem with |
I've just realised that the problem with |
I've released version 0.17.2 which includes the bug fix for |
While working on reproducible builds for openSUSE I found that
our python-exiv2 fails 2 tests (on x86_64) when run after the 0x7fffffff 31-bit overflow of the signed UNIX epoch (count of seconds since 1970)
In Debian and openSUSE, you can reproduce it with
And maybe using
faketime
can also trigger the issue.The text was updated successfully, but these errors were encountered: