-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #580 from ederag/master
Fix handling of datetime arguments to from_start_end Problem: $ hamster export tsv 2020-01-21 2020-01-22 activity start time end time duration minutes category description tags Reizen 2020-01-21 08:55 2020-01-21 10:00 65.0 MKIT Work Reizen 2020-01-22 07:55 2020-01-22 08:26 31.0 MKIT Work Reizen 2020-01-23 18:09 2020-01-23 19:09 60.0 Day-to-Day Output for the 23rd was included even though user had expected only output up to the 22nd. This problem is fixed with this patch set.
- Loading branch information
Showing
2 changed files
with
43 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters