From 4ba97b671533399e960f9230013f4678cc45b1d2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Aug 2017 00:00:39 +0300 Subject: Use system_clock instead of timestamp::clock --- mod/mod-builds.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/mod-builds.cxx') diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index 7b806bf..04094e5 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -421,7 +421,7 @@ handle (request& rq, response& rs) // Print package build configurations ordered by the timestamp (later goes // first). // - timestamp now (timestamp::clock::now ()); + timestamp now (system_clock::now ()); // Enclose the subsequent tables to be able to use nth-child CSS selector. // -- cgit v1.1