[all-commits] [llvm/llvm-project] 941f7c: [libc++][TZDB] Fixes mapping of nonexisting time. ...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Mon Feb 17 10:08:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 941f7cbf5a3e7aa9f36b002dc22cfdb4ff50fea8
https://github.com/llvm/llvm-project/commit/941f7cbf5a3e7aa9f36b002dc22cfdb4ff50fea8
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M libcxx/include/__chrono/time_zone.h
M libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/to_sys_choose.pass.cpp
Log Message:
-----------
[libc++][TZDB] Fixes mapping of nonexisting time. (#127330)
All non-existing local times in a contiguous range should map to the
same time point. This fixes a bug, were the times inside the range were
mapped to the wrong time.
Fixes: #113654
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