samg / timetrap

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

fix: Make selected_entries support timeranges #193

Closed mralexandernickel closed 3 years ago

mralexandernickel commented 3 years ago

The given example from README.md:124 wasn't working, because Date.parse is removing the time-part of the date. Just removing the Date.parse call in selected_entries was not enough, because the format coming back from Timer.process_time was including the timezone.

mralexandernickel commented 3 years ago

Noticed a bug..will reopen asap