-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
taskwarrior fails in 2038 #3050
Comments
I got a backtrace:
|
bmwiedemann
added a commit
to bmwiedemann/taskwarrior
that referenced
this issue
Jan 19, 2023
I found a nice fix. #3052 has a 2nd commit with more fixes that are not strictly needed to solve this issue. |
bmwiedemann
added a commit
to bmwiedemann/taskwarrior
that referenced
this issue
Aug 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To report a bug...
date --set=2038-02-01
) and ran the python-tasklib testsuite. It didmkdir -p tmp31i4msvg ; echo -ne "[description:\"test task\" entry:\"2148595662\" modified:\"2148595662\" status:\"pending\" uuid:\"9df44f1e-3145-47cf-8b48-3c23cc625dd1\"]\n" > ./tmp31i4msvg/pending.data ; task "rc.confirmation=no" "rc.dependency.confirmation=no" "rc.recurrence.confirmation=no" "rc.json.array=off" "rc.bulk=0" "rc.data.location=./tmp31i4msvg" "9df44f1e-3145-47cf-8b48-3c23cc625dd1" "annotate" "test annotation"
'-2146371571' is not a valid date in the '' format.
task diag
command.Background:
As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future.
The usual offset is 16 years, because that is how long I expect some software will be used in some places.
This showed up failing tests in our
python-tasklib
package build.See https://reproducible-builds.org/ for why this matters.
The text was updated successfully, but these errors were encountered: