mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Dates
- Named dates now store the raw form as the source, to assist parsing.
This commit is contained in:
parent
c5bde168c4
commit
91670e9cb5
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ bool namedDates (const std::string& name, Variant& value)
|
|||
else
|
||||
return false;
|
||||
|
||||
value.source (name);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue