Files
vikunja/pkg/models
kolaente 9aad78a420 fix(tasks): don't wrap reminders into the past when repeating from current date
Offsets between reminders spanning more than ~292 years overflowed
time.Duration, so the shifted reminder landed centuries in the past.
Shift dates via a helper that falls back to year arithmetic when
time.Time.Sub saturates, and stop sorting the reminders in place.
2026-08-18 19:01:05 +02:00
..