scrapper / postrunner

Application to manage FIT files such as those produced by Garmin fitness devices
GNU General Public License v2.0
62 stars 14 forks source link

Make daily command indicate date of sleep events #23

Closed nospam3335 closed 4 years ago

nospam3335 commented 4 years ago

By prefixing the timestamps of sleep events with either a space ' ' when they occured on the same day as the requested date, and prefixing with a plus '+' when not on the same day, it becomes trivial to distinguish events after midnight apart from events prior to midnight.

scrapper commented 4 years ago

Looks good. Thanks!