Home
last modified time | relevance | path

Searched refs:zone_abbrev (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/date_time/
Dtime.hpp95 std::string zone_abbrev(bool /*as_offset*/=false) const in zone_abbrev() function in boost::date_time::base_time
Dtime_facet.hpp318 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()
/third_party/boost/boost/date_time/local_time/
Dlocal_date_time.hpp354 std::string zone_abbrev(bool as_offset=false) const in zone_abbrev() function in boost::local_time::local_date_time_base
/third_party/boost/boost/log/support/
Ddate_time.hpp249 ctx.strm << ctx.value.m_time.zone_abbrev(true); in format_iso_time_zone()