[all-commits] [llvm/llvm-project] a27f3b: [libc++][TZDB] Fixes %z escaping. (#125399)

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Feb 4 08:36:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a27f3b2bb137001735949549354aff89dbf227f4
      https://github.com/llvm/llvm-project/commit/a27f3b2bb137001735949549354aff89dbf227f4
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2025-02-04 (Tue, 04 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



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