GothenburgBitFactory / GothenburgBitFactory/taskwarrior
[TW-1508] The until, wait and scheduled attributes are not shifted by the recurrence span
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
_Tomas Babej on 2015-01-13T10:16:42Z says:_
If you create task like:
```
task add test due:2014-01-12T22:00:00 until:2014-01-12T23:00:00 recur:daily
```
(today is 2014-01-13)
You will see that the child tasks created for this recurrent task do not have shifted until attribute by the reccurence span:
```
Name Value
ID 3
Description test
Status Pending
Recurrence daily
Parent task f6470fad-4879-4281-a6b9-75664222d80c
Mask Index 1.000000
Entered 2015-01-13 10:59:13 (32 seconds)
Due 2014-01-13 22:00:00
Until 2014-01-12 23:00:00
Last modified 2015-01-13 10:59:10 (35 seconds)
UUID d4e99ba5-34d9-4d65-a551-5d589be8086b
Urgency 12
due 1 * 12 = 12
```
The same behaviour is present for wait and scheduled attributes.
Contributor guide
Assessment
This issue has not been assessed yet.