diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/apache/request.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/apache/request.cxx b/web/apache/request.cxx index da016b5..78e0fc0 100644 --- a/web/apache/request.cxx +++ b/web/apache/request.cxx @@ -521,8 +521,8 @@ namespace web if (max_age) { - timestamp tp (timestamp::clock::now () + *max_age); - time_t t (timestamp::clock::to_time_t (tp)); + timestamp tp (system_clock::now () + *max_age); + time_t t (system_clock::to_time_t (tp)); // Assume global locale is not changed and still "C". // |