mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601: Default ctor implies 'now'
This commit is contained in:
parent
1efc1f2531
commit
219f23de33
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ static struct
|
|||
ISO8601d::ISO8601d ()
|
||||
{
|
||||
clear ();
|
||||
_value = time (NULL);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue