Searched refs:zone_abbrev (Results 1 – 4 of 4) sorted by relevance
95 std::string zone_abbrev(bool /*as_offset*/=false) const in zone_abbrev() function in boost::date_time::base_time
318 if(time_arg.zone_abbrev().empty()) { in put()348 if(time_arg.zone_abbrev(false).empty()) { in put()362 time_arg.zone_abbrev(false)); in put()383 if(time_arg.zone_abbrev(true).empty()) { in put()395 time_arg.zone_abbrev(true)); in put()
354 std::string zone_abbrev(bool as_offset=false) const in zone_abbrev() function in boost::local_time::local_date_time_base
249 ctx.strm << ctx.value.m_time.zone_abbrev(true); in format_iso_time_zone()