aboutsummaryrefslogtreecommitdiff
path: root/clean/types-parsers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'clean/types-parsers.cxx')
-rw-r--r--clean/types-parsers.cxx2
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.
//