ISO8601: Default ctor implies 'now'

This commit is contained in:
Paul Beckingham 2015-09-26 11:55:29 -04:00
parent 1efc1f2531
commit 219f23de33

View file

@ -109,6 +109,7 @@ static struct
ISO8601d::ISO8601d ()
{
clear ();
_value = time (NULL);
}
////////////////////////////////////////////////////////////////////////////////