Searched refs:base_utc_offset_ (Results 1 – 2 of 2) sorted by relevance
90 base_utc_offset_(posix_time::hours(0)), in posix_time_zone_base()174 return base_utc_offset_; in base_utc_offset()243 time_duration_type base_utc_offset_; member in boost::local_time::posix_time_zone_base270 …base_utc_offset_ = date_time::str_from_delimited_time_duration<time_duration_type,char_type>(ss.st… in calc_zone()274 if(base_utc_offset_ < time_duration_type(-12,0,0) || in calc_zone()275 base_utc_offset_ > time_duration_type(14,0,0)) in calc_zone()277 boost::throw_exception(bad_offset(posix_time::to_simple_string(base_utc_offset_))); in calc_zone()
43 base_utc_offset_(utc_offset), in custom_time_zone_base()90 return base_utc_offset_; in base_utc_offset()157 time_duration_type base_utc_offset_; member in boost::local_time::custom_time_zone_base