Searched refs:tz_ptr (Results 1 – 3 of 3) sorted by relevance
57 static time_type local_time(boost::shared_ptr<time_zone_type> tz_ptr) in local_time() argument61 return time_type(utc_time, tz_ptr); in local_time()
55 static time_type local_time(shared_ptr<time_zone_type> tz_ptr) in local_time() argument66 return time_type(utc_time, tz_ptr); in local_time()
94 … time_zone_ptr tz_ptr(new posix_time_zone(date_time::convert_string_type<CharT,char>(tz_str))); in operator >>() local97 … ldt = local_date_time(pt.date(), pt.time_of_day(), tz_ptr, local_date_time::EXCEPTION_ON_ERROR); in operator >>()