mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Variant: Migrated from Date to ISO8601d
This commit is contained in:
parent
d4abae0f70
commit
b1d2d6d5e8
2 changed files with 15 additions and 20 deletions
|
@ -633,7 +633,6 @@ void Context::staticInitialization ()
|
|||
Task::regex = Variant::searchUsingRegex = config.getBoolean ("regex");
|
||||
Lexer::dateFormat = Variant::dateFormat = config.get ("dateformat");
|
||||
ISO8601p::isoEnabled = ISO8601d::isoEnabled = config.getBoolean ("date.iso");
|
||||
Variant::isoEnabled = config.getBoolean ("date.iso");
|
||||
|
||||
TDB2::debug_mode = config.getBoolean ("debug");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue