diff options
Diffstat (limited to 'clean')
-rw-r--r-- | clean/types-parsers.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/types-parsers.cxx b/clean/types-parsers.cxx index 26b9a02..8718435 100644 --- a/clean/types-parsers.cxx +++ b/clean/types-parsers.cxx @@ -26,7 +26,7 @@ namespace cli string ov (s.next ()); size_t p (ov.find ('=')); - timestamp now (timestamp::clock::now ()); + timestamp now (system_clock::now ()); // Convert timeout duration into the time point. // |