8 #ifndef BOOSTER_CTIME_H 9 #define BOOSTER_CTIME_H 11 #include <booster/config.h> BOOSTER_API std::tm universal_time(time_t pt)
BOOSTER_API time_t make_universal_time(std::tm const &t)
BOOSTER_API time_t normalize_local_time(std::tm &t)
BOOSTER_API time_t make_local_time(std::tm const &t)
BOOSTER_API time_t normalize_universal_time(std::tm &t)
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23
BOOSTER_API std::tm local_time(time_t pt)