GothenburgBitFactory / GothenburgBitFactory/taskwarrior
hh:mm of rc.dateformat sets time to tomorrow's hh:mm instead of todays
Open
eval:reproduced
topic:time
type:bug
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
I created a task, and then modified the start time using the following command:
```
task mod start:11:45 rc.dateformat:hh:mm
```
According to the [table of supported ISO-8601 formats](https://taskwarrior.org/docs/dates.html), hh:mm should imply "today"'s hh:mm. For some reason, taskwarrior sets time to tomorrow's hh:mm. Check that using ``task info``.
Here's how info line looks like:
```
Mon 28 Jun 2021 12:19:38 Start changed from 'Mon 28 Jun 2021 12:18:49' to 'Tue 29 Jun 2021 11:45:00'.
```
Why ``Tue 29 Jun``?
Contributor guide
Assessment
This issue has not been assessed yet.