[all-commits] [llvm/llvm-project] 71ee35: [libc++][TZDB] Fixes %z escaping. (#125399)
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Feb 6 22:56:17 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 71ee354bab4ad4e3132d079f11e7b9771012442c
https://github.com/llvm/llvm-project/commit/71ee354bab4ad4e3132d079f11e7b9771012442c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M libcxx/src/experimental/time_zone.cpp
M libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
Log Message:
-----------
[libc++][TZDB] Fixes %z escaping. (#125399)
The previous tested TZDB did not contain %z for the rule letters. The
usage of %z in TZDB 2024b revealed a bug in the implementation. The
patch fixes it and has been locally tested with TZDB 2024b.
Fixes #108957
(cherry picked from commit a27f3b2bb137001735949549354aff89dbf227f4)
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