Lines Matching refs:time_zone
689 vector<time_zone> zones;
693 const time_zone* locate_zone(string_view tz_name) const;
694 const time_zone* current_zone() const;
720 const time_zone* locate_zone(string_view tz_name); // C++20
721 const time_zone* current_zone() // C++20
758 // 25.10.5, class time_zone // C++20
760 class time_zone {
761 time_zone(time_zone&&) = default;
762 time_zone& operator=(time_zone&&) = default;
786 bool operator==(const time_zone& x, const time_zone& y) noexcept; // C++20
787 strong_ordering operator<=>(const time_zone& x, const time_zone& y) noexcept; // C++20
793 template<class Duration, class TimeZonePtr = const time_zone*> // C++20
978 # include <__chrono/time_zone.h>