Home
last modified time | relevance | path

Searched refs:tz_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/date_time/
Dtime_clock.hpp57 static time_type local_time(boost::shared_ptr<time_zone_type> tz_ptr) in local_time() argument
61 return time_type(utc_time, tz_ptr); in local_time()
Dmicrosec_time_clock.hpp55 static time_type local_time(shared_ptr<time_zone_type> tz_ptr) in local_time() argument
66 return time_type(utc_time, tz_ptr); in local_time()
/third_party/boost/boost/date_time/local_time/
Dlocal_time_io.hpp94 … time_zone_ptr tz_ptr(new posix_time_zone(date_time::convert_string_type<CharT,char>(tz_str))); in operator >>() local
97 … ldt = local_date_time(pt.date(), pt.time_of_day(), tz_ptr, local_date_time::EXCEPTION_ON_ERROR); in operator >>()