From ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 18 Apr 2007 23:50:25 +0000 Subject: Initial round of changes to use boost_date_time --- session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'session.h') diff --git a/session.h b/session.h index 16c57d1c..de7044e7 100644 --- a/session.h +++ b/session.h @@ -37,7 +37,7 @@ class session_t : public xml::xpath_t::scope_t bool verbose_mode; bool trace_mode; - datetime_t now; + ptime now; elision_style_t elision_style; @@ -90,7 +90,7 @@ class session_t : public xml::xpath_t::scope_t verbose_mode(false), trace_mode(false), - now(datetime_t::now), + now(now), elision_style(ABBREVIATE), abbrev_length(2), -- cgit v1.2.3