samg / timetrap

Simple command line timetracker
http://rubygems.org/gems/timetrap
Other
1.48k stars 115 forks source link

`invalid date` output when outputting week shortcut #161

Closed nuudles closed 6 years ago

nuudles commented 7 years ago

Ever since the PR #141 was merged, it looks like typing t w all seems to be broken for me. t d -s "Monday" all still works fine.

» t w all 
invalid date

My .timetrap.yml has week_start: Monday defined.

samg commented 7 years ago

Looks like there was a bug which broke t w at the end of the month. It should be fixed by 729513c and in gem https://rubygems.org/gems/timetrap/versions/1.15.1.

Thanks!