Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__chrono/
HDtzdb_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();
HDtzdb.h41 struct tzdb { struct
/freebsd-14-stable/contrib/llvm-project/libcxx/src/experimental/
HDtzdb.cpp535 static void __parse_rule(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_rule()
560 static void __parse_zone(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_zone()
576 static void __parse_link(tzdb& __tzdb, istream& __input) { in __parse_link()
586 static void __parse_tzdata(tzdb& __db, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_tzdata()
674 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) { in __init_tzdb()
693 [[nodiscard]] static const time_zone* __current_zone_windows(const tzdb& tzdb) { in __current_zone_windows() argument
698 [[nodiscard]] static const time_zone* __current_zone_posix(const tzdb& tzdb) { in __current_zone_posix() argument
723 if (const time_zone* __result = tzdb.__locate_zone(__tz)) in __current_zone_posix()
740 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix()
756 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const time_zone* tzdb::__current_… in __current_zone()
[all …]
HDtzdb_list.cpp21 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __… in __front()
/freebsd-14-stable/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
HDtzdb_list_private.h50 [[nodiscard]] const tzdb& __load() { in __load()
60 const tzdb& __front() const noexcept { in __front()
95 forward_list<tzdb> __tzdb_;
HDtzdb_private.h22 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules);
/freebsd-14-stable/contrib/tzdata/
HDSECURITY2 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,
HDfactory1 # tzdb data for noncommittal factory settings
HDcalendars4 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
HDREADME7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
HDetcetera1 # tzdb data for ships at sea and other miscellany
HDbackward11 # 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
HDzonenow.tab1 # tzdb timezone descriptions, for users who do not care about old timestamps
HDantarctica1 # tzdb data for Antarctica and environs
HDzone1970.tab1 # tzdb timezone descriptions
HDzone.tab1 # tzdb timezone descriptions (deprecated version)
HDNEWS402 Model Lebanon's DST chaos by reverting data to tzdb 2023a.
931 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar
1024 interest of making tzdb more equitable one step at a time; see
1119 clients (including tzdb 2017c through 2021a) reject it, so
1157 (No such timezone exists in tzdb, luckily.) Without the fix,
1446 present in leapseconds files distributed by tzdb 2018f and later;
1450 commented-out line. Future tzdb distributions are planned to
2133 theory.html now outlines tzdb's extensions to POSIX's model for
2449 tzdb theory more accessibly.
2457 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.)
[all …]
HDafrica1 # tzdb data for Africa and environs
408 # Unfortunately tzdb records only Western clock time in use in Ethiopia,
409 # as the tzdb format is not up to properly recording a common Ethiopian
/freebsd-14-stable/contrib/tzcode/
HDSECURITY2 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,
HDcalendars4 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
HDREADME7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
HDNEWS299 Model Lebanon's DST chaos by reverting data to tzdb 2023a.
828 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar
921 interest of making tzdb more equitable one step at a time; see
1016 clients (including tzdb 2017c through 2021a) reject it, so
1054 (No such timezone exists in tzdb, luckily.) Without the fix,
1343 present in leapseconds files distributed by tzdb 2018f and later;
1347 commented-out line. Future tzdb distributions are planned to
2030 theory.html now outlines tzdb's extensions to POSIX's model for
2346 tzdb theory more accessibly.
2354 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.)
[all …]
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDchrono687 struct tzdb { // C++20
706 const tzdb& front() const noexcept;
718 const tzdb& get_tzdb(); // C++20
724 const tzdb& reload_tzdb(); // C++20
980 # include <__chrono/tzdb.h>
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDchrono.inc198 using std::chrono::tzdb;
/freebsd-14-stable/lib/libc++/
DMakefile573 CHR_HEADERS+= tzdb.h

12