kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Long-spanning occurrences may cause crashes #306

Closed kynikos closed 9 years ago

kynikos commented 10 years ago

If an item has a long duration or a very far alarm, the calculated occurrence secondary times (end and alarm) may go out of the range supported by the time and datetime module functions, even if the start time is correct. In the tasklist, this is currently mitigated by the minimum_year and maximum_year options.