Home
last modified time | relevance | path

Searched refs:base_utc_offset_ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/date_time/local_time/
Dposix_time_zone.hpp90 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_base
270base_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()
Dcustom_time_zone.hpp43 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