impleri / sow

Sow provides a CLI to Harvest using NodeJS
BSD 2-Clause "Simplified" License
26 stars 5 forks source link

Week command does not parse all dates correctly #14

Closed impleri closed 10 years ago

impleri commented 10 years ago

For example, sow week "last tuesday" outputs next week's (empty) timers. It likely should parse the given date before then parsing the start of the week.

impleri commented 10 years ago

Using the two-step method (above) for dates seems to work better.