Class template day_clock
boost::date_time::day_clock — A clock providing day level services based on C time_t capabilities.
Synopsis
Description
This clock uses Posix interfaces as its implementation and hence uses the timezone settings of the operating system. Incorrect user settings will result in incorrect results for the calls to local_day.
day_clock
public static functions
date_type local_day() ;
date_type::ymd_type local_day_ymd() ;
date_type::ymd_type universal_day_ymd() ;
date_type universal_day() ;
day_clock
private static functions
::std::tm * get_local_time(std::tm & result) ;
::std::tm * get_universal_time(std::tm & result) ;