mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1715: Dates misinterpreted when no dateformat active.
- To be more specific, dates were misinterpreted when an input date was could be unambiguously parsed as either ISO or dateformat, for example, if the dateformat was 'Y-M-D', it matches ISO 'Y-M-DTH:N:S', and the dateformat was considered a match which ignored the 'H:N:S', if specified.
This commit is contained in:
parent
980dff3048
commit
f687ea1010
2 changed files with 9 additions and 0 deletions
|
@ -163,6 +163,7 @@
|
|||
- TW-1700 modify tags behavior changed (thanks to David Badura).
|
||||
- TW-1701 Some generated UUIDs deemed invalid (thanks to Wim Schuermann).
|
||||
- TW-1707 Context can leak into modifications (thanks to Tomas Babej).
|
||||
- TW-1715 Dates misinterpreted when no dateformat active.
|
||||
- Prevent potential task duplication during import for non-pending tasks.
|
||||
- Show the active context in "context list", if any is active.
|
||||
- Fix "task edit" dropping annotation text after newlines.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue