[all-commits] [llvm/llvm-project] 4e9dec: [libc++][TZDB] Fixes reverse time lookups. (#89502)
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Apr 23 13:28:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e9decf294a19d0047da3aada980f24d19d6c62c
https://github.com/llvm/llvm-project/commit/4e9decf294a19d0047da3aada980f24d19d6c62c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M libcxx/src/time_zone.cpp
M libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
Log Message:
-----------
[libc++][TZDB] Fixes reverse time lookups. (#89502)
Testing with the get_info() returning a local_info revealed some issues
in the reverse lookup. This needed an additional quirk. Also the
skipping when not in the current continuation optimization was wrong. It
prevented merging two sys_info objects.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list