Date range bug #1

Closed
opened 2026-04-15 20:54:51 -04:00 by thread · 0 comments
Owner

start = the_end_int - args[:days]

This should be a DateTime.add(the_end_int, -4, :day) for better robustness.

https://git.impulsedetroit.net/thread/jump/src/commit/b2c90e53086e01fbf73536d51bb2830fb64a529e/lib/cli.ex#L20 This should be a `DateTime.add(the_end_int, -4, :day)` for better robustness.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thread/jump#1