Commit Graph

2 Commits

Author SHA1 Message Date
Houmgaor
e08d6af992 fix(time): handle Sunday correctly in TimeWeekStart
On Sunday, Weekday() returns 0, causing (0-1)*-24 = +24 hours which
jumped forward to next Monday instead of back to last Monday. This
affected any weekly reset logic running on Sundays.
2026-02-08 00:55:43 +01:00
wish
e811dd1274 initial time fix 2023-03-04 21:43:10 +11:00