[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread toolybird at tuta dot io via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #12 from Toolybird --- Thank you very much for the speedy response!

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:5ceea2ac106d6dd1aa8175670b15a801316cf1c9 commit r13-9015-g5ceea2ac106d6dd1aa8175670b15a801316cf1c9 Author: Jonathan Wak

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #9 from GCC Commits --- The releases/gcc-14 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ab884fffe3fc82a710bea66ad651720d71c938b8 commit r14-10660-gab884fffe3fc82a710bea66ad651720d71c938b8 Author: Jonathan Wak

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 Jonathan Wakely changed: What|Removed |Added See Also||https://gitlab.archlinux.or

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread toolybird at tuta dot io via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #7 from Toolybird --- >From the 2024b release announcement at https://lists.iana.org/hyperkitty/list/tz-annou...@iana.org/thread/IZ7AO6WRE3W3TWBL5IR6PMQUL433BQIE/ "The main data form now uses %z."

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #6 from Jonathan Wakely --- Arch's previous tzdata-2024a-2-x86_64.pkg.tar.zst did not use %z

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #5 from Jonathan Wakely --- I've inspected the tzdata.zi file in the Arch tzdata-2024b-1-x86_64.pkg.tar.zst package and the problem is the use of %z in the FORMAT field, as described in the r15-1663-g0ca8d56f208571 commit: The v

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #4 from Jonathan Wakely --- Are you sure you're using the main format? I didn't backport r15-1663-g0ca8d56f208571 to gcc-14 yet, so it doesn't support the vanguard format. But that means gcc-14 fails with 2024a too, it's nothing to d

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #3 from Jonathan Wakely --- I've tested 2024b with both the main and vanguard forms. Both give the expected result.

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 --- Comment #2 from Jonathan Wakely --- (In reply to Toolybird from comment #0) > With tzdata-2024a it correctly prints the local timezone. With tzdata-2024b > it displays "Etc/UTC" I can't reproduce this. Adding this line to your program show

[Bug libstdc++/116657] tzdata 2024b causing timezone parsing issues in std::chrono

2024-09-09 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116657 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #1 fr