From 086ea40d9993f2ac86941a0462dabbd7f18d58f3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 00:00:49 +0000 Subject: We now compile with boost_date_time (although parts of the code have been stubbed out as a result). --- qif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qif.cc') diff --git a/qif.cc b/qif.cc index 5e7e06eb..0da093eb 100644 --- a/qif.cc +++ b/qif.cc @@ -102,7 +102,7 @@ unsigned int qif_parser_t::parse(std::istream& in, case 'D': SET_BEG_POS_AND_LINE(); get_line(in); - entry->_date = line; + entry->_date = ptime_from_local_date_string(line); break; case 'T': -- cgit v1.2.3