Re: [Cppcms-users] sqlite3 CURRENT_TIMESTAMP compare to date_time
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-05-18 09:40:17
|
> it is not ptime, booster::ptime::universal_time converts ptime to std::tm > and vise versa. The overload > is for std::tm > I see, but the question stays - whats the best way to convert date_time to std::tm? I'd rather not mix both ptime and date_time in the project. |