#include <ctime>
#include <boost/date_time/posix_time/posix_time.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | toast |
| namespace | toast::posix_time |
Functions | |
| boost::posix_time::ptime | toast::posix_time::local_ptime_from_time_t (std::time_t t) |
| convert a time_t to ptime in the local time zone. | |