Structure that define POSIX time, seconds and milliseconds since Jan 1, 1970, 00:00 not including leap seconds. More...
#include <date_time_facet.hpp>
Public Attributes | |
int64_t | seconds |
Seconds since epoch. More... | |
uint32_t | nanoseconds |
Nanoseconds resolution. More... | |
Structure that define POSIX time, seconds and milliseconds since Jan 1, 1970, 00:00 not including leap seconds.
uint32_t boost::locale::posix_time::nanoseconds |
Nanoseconds resolution.
int64_t boost::locale::posix_time::seconds |
Seconds since epoch.