diff --git a/src/ISO8601.cpp b/src/ISO8601.cpp index d5d9a6dbf..9ce967adb 100644 --- a/src/ISO8601.cpp +++ b/src/ISO8601.cpp @@ -109,6 +109,7 @@ static struct ISO8601d::ISO8601d () { clear (); + _value = time (NULL); } ////////////////////////////////////////////////////////////////////////////////