Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code for parsing epoch timestamps when displaying tasks only supports values between year 1980 and 9999. Previous to this change, it was possible to set e.g., the due timestamp to a value outside of these limits, which would make it impossible to later on show the task. With this change, we only allow setting values within the same limits used by the code for displaying tasks.
- Loading branch information