aboutsummaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-29 00:00:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-29 00:00:39 +0300
commit4ba97b671533399e960f9230013f4678cc45b1d2 (patch)
treeaf3c4416157d9fdcb3025d0c10ff56bb4fb129f1 /clean
parent63723c0313acf3fb1539fb9a301250bbcc263ecc (diff)
Use system_clock instead of timestamp::clock
Diffstat (limited to 'clean')
-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.
//