Home
last modified time | relevance | path

Searched refs:tzdb (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb_list.h53 using const_iterator = forward_list<tzdb>::const_iterator;
55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const tzdb& front() const noexcept { return __front(); } in front()
68 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& __front() const noexcept;
83 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const tzdb& get_tzdb() { in get_tzdb()
95 _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const tzdb& reload_tzdb();
H A Dutc_clock.h94 const tzdb& __tzdb = chrono::get_tzdb(); in from_sys()
113 const tzdb& __tzdb = chrono::get_tzdb(); in get_leap_second_info()
H A Dtzdb.h43 struct tzdb { struct
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp548 static void __parse_rule(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_rule()
573 static void __parse_zone(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_zone()
589 static void __parse_link(tzdb& __tzdb, istream& __input) { in __parse_link()
599 static void __parse_tzdata(tzdb& __db, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_tzdata()
687 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) { in __init_tzdb()
706 [[nodiscard]] static const time_zone* __current_zone_windows(const tzdb& tzdb) { in __current_zone_windows() argument
744 [[nodiscard]] static const time_zone* __current_zone_posix(const tzdb& tzdb) { in __current_zone_posix() argument
775 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix()
785 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix()
801 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const time_zone* tzdb::__current_… in __current_zone()
[all …]
H A Dtzdb_list.cpp21 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __… in __front()
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h50 [[nodiscard]] const tzdb& __load() { in __load()
60 const tzdb& __front() const noexcept { in __front()
95 forward_list<tzdb> __tzdb_;
H A Dtzdb_private.h22 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules);
/freebsd/contrib/tzdata/
H A DSECURITY2 tzdb designated coordinators, currently Paul Eggert
4 Put “tzdb security” at the start of your email’s subject line.
13 publish the advisory on tz@iana.org. As with all tzdb contributions,
H A Dfactory1 # tzdb data for noncommittal factory settings
H A Dcalendars4 scope for tzdb, they indicate the sort of problems that we would run
5 into if we extended tzdb further into the past. The following
H A DREADME7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
H A Detcetera1 # tzdb data for ships at sea and other miscellany
H A Dbackward11 # for pre-1970 timestamps and so is out of scope for tzdb proper.
13 # Although this file is optional and tzdb will work if you omit it by
H A Dzonenow.tab1 # tzdb timezone descriptions, for users who do not care about old timestamps
H A Dantarctica1 # tzdb data for Antarctica and environs
H A Dzone.tab1 # tzdb timezone descriptions (deprecated version)
H A Dzone1970.tab1 # tzdb timezone descriptions
H A DNEWS671 Model Lebanon's DST chaos by reverting data to tzdb 2023a.
1200 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar
1293 interest of making tzdb more equitable one step at a time; see
1388 clients (including tzdb 2017c through 2021a) reject it, so
1426 (No such timezone exists in tzdb, luckily.) Without the fix,
1715 present in leapseconds files distributed by tzdb 2018f and later;
1719 commented-out line. Future tzdb distributions are planned to
2402 theory.html now outlines tzdb's extensions to POSIX's model for
2718 tzdb theory more accessibly.
2726 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.)
[all …]
/freebsd/contrib/tzcode/
H A DSECURITY2 tzdb designated coordinators, currently Paul Eggert
4 Put “tzdb security” at the start of your email’s subject line.
13 publish the advisory on tz@iana.org. As with all tzdb contributions,
H A Dcalendars4 scope for tzdb, they indicate the sort of problems that we would run
5 into if we extended tzdb further into the past. The following
H A DREADME7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono782 struct tzdb { // C++20
801 const tzdb& front() const noexcept;
813 const tzdb& get_tzdb(); // C++20
819 const tzdb& reload_tzdb(); // C++20
1085 # include <__chrono/tzdb.h>
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dchrono687 struct tzdb { // C++20
706 const tzdb& front() const noexcept;
718 const tzdb& get_tzdb(); // C++20
724 const tzdb& reload_tzdb(); // C++20
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.cppm
H A Dchrono.inc202 using std::chrono::tzdb;

12