43 RESOLUTION_MILLISECOND
61 static String dateToString(
const boost::posix_time::ptime& date,
Resolution resolution);
67 static String timeToString(int64_t time,
Resolution resolution);
73 static int64_t stringToTime(
const String& dateString);
78 static boost::posix_time::ptime stringToDate(
const String& dateString);
84 static boost::posix_time::ptime round(
const boost::posix_time::ptime& date,
Resolution resolution);
91 static int64_t round(int64_t time,
Resolution resolution);
103 static boost::posix_time::ptime parseDate(
const String& dateString, std::locale locale = std::locale());