kdheepak / taskwarrior-tui

`taskwarrior-tui`: A terminal user interface for taskwarrior
https://kdheepak.com/taskwarrior-tui
MIT License
1.48k stars 68 forks source link

DST related panic #542

Open kdheepak opened 7 months ago

kdheepak commented 7 months ago

Discussed in https://github.com/kdheepak/taskwarrior-tui/discussions/541

Originally posted by **imran-iq** March 9, 2024 Just starting a discussion here since it is not a bug in taskwarrior-tui itself but in taskwarrior: https://github.com/GothenburgBitFactory/taskwarrior/issues/75 I assume since it around the DST switch over that long living repeated tasks end up eventually having invalid dates (which causes the application to panic with: ``` The application panicked (crashed). No such local time in src/task_report.rs, line 22 thread: main ``` Run the script linked in the issue fixed the issue for me