[libcxx-commits] [libcxx] [libc++][chrono] Loads leap-seconds.list in tzdb. (PR #82113)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 15 13:27:59 PDT 2024


================
@@ -622,6 +623,36 @@ static void __parse_tzdata(tzdb& __db, __tz::__rules_storage_type& __rules, istr
   }
 }
 
+static void __parse_leap_seconds(vector<leap_second>& __leap_seconds, istream&& __input) {
----------------
EricWF wrote:

Could you please comment where we can find the specification for the thing your parsing?

https://github.com/llvm/llvm-project/pull/82113


More information about the libcxx-commits mailing list