Home
last modified time | relevance | path

Searched defs:tzdb (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb.h41 struct tzdb { struct
64 std::__throw_runtime_error("tzdb: requested time zone not found"); in locate_zone() argument
67 …nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI const time_zone* current_zone() const { in current_zone()
72 _LIBCPP_HIDE_FROM_ABI const time_zone* __find_in_zone(string_view __name) const noexcept { in __find_in_zone()
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp693 [[nodiscard]] static const time_zone* __current_zone_windows(const tzdb& tzdb) { in __current_zone_windows()
698 [[nodiscard]] static const time_zone* __current_zone_posix(const tzdb& tzdb) { in __current_zone_posix()