fnogatz / clocker

Command-line tool to track project hours
Other
420 stars 31 forks source link

Report command handles worklogs over midnight #42

Closed BeniRupp closed 5 years ago

BeniRupp commented 5 years ago

Worklogs with different start and end dates are handled correctly by the report command.

All entries are requested from the database because filtering by end date is not possible at the moment. Relevant entries are identified by the start and end date.

Thanks to @codestoe, @wandertaker, @konqi and @RSchlenker

Fixes #39

fnogatz commented 5 years ago

Hi Beni, thank you for the PR! I changed it to be conform with the JavaScript Standard Style and merged it.