Home
last modified time | relevance | path

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

12

/src/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 Dtzdb.h41 struct tzdb { struct
/src/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.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 …]
H A Dtzdb_list.cpp21 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __… in __front()
/src/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);
/src/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 DNEWS634 Model Lebanon's DST chaos by reverting data to tzdb 2023a.
1163 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar
1256 interest of making tzdb more equitable one step at a time; see
1351 clients (including tzdb 2017c through 2021a) reject it, so
1389 (No such timezone exists in tzdb, luckily.) Without the fix,
1678 present in leapseconds files distributed by tzdb 2018f and later;
1682 commented-out line. Future tzdb distributions are planned to
2365 theory.html now outlines tzdb's extensions to POSIX's model for
2681 tzdb theory more accessibly.
2689 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.)
[all …]
H A Dafrica1 # tzdb data for Africa and environs
409 # Unfortunately tzdb records only Western clock time in use in Ethiopia,
410 # as the tzdb format is not up to properly recording a common Ethiopian
/src/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
H A DNEWS634 Model Lebanon's DST chaos by reverting data to tzdb 2023a.
1163 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar
1256 interest of making tzdb more equitable one step at a time; see
1351 clients (including tzdb 2017c through 2021a) reject it, so
1389 (No such timezone exists in tzdb, luckily.) Without the fix,
1678 present in leapseconds files distributed by tzdb 2018f and later;
1682 commented-out line. Future tzdb distributions are planned to
2365 theory.html now outlines tzdb's extensions to POSIX's model for
2681 tzdb theory more accessibly.
2689 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.)
[all …]
/src/contrib/llvm-project/libcxx/include/
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
980 # include <__chrono/tzdb.h>
/src/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc198 using std::chrono::tzdb;
/src/lib/libc++/
H A DMakefile572 CHR_HEADERS+= tzdb.h

12