Closed terencedignon closed 6 years ago
As far as I can tell at only reads hours and minutes. Is there a way to include seconds? It's an important data point in our schedules.
[57] pry(main)> Montrose.weekly.at('23:59:59') => #<Montrose::Recurrence:3fd4d7a04588 {:every=>:week, :at=>[[23, 59, 59]]}>
[57] pry(main)> Montrose.weekly.at('23:59:59') => #<Montrose::Recurrence:3fd4d7a04588 {:every=>:week, :at=>[[23, 59]]}>
Thanks. Could you confirm whether #95 accounts for your use case?
That looks great! Thank you.
As far as I can tell at only reads hours and minutes. Is there a way to include seconds? It's an important data point in our schedules.
Desired Behavior
Actual Behavior