[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX or Windows

2023-11-06 Thread mac at mcrowe dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 Mike Crowe changed: What|Removed |Added CC||mac at mcrowe dot com --- Comment #7 from

[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX

2023-01-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 --- Comment #6 from Jonathan Wakely --- https://learn.microsoft.com/en-gb/windows/win32/api/timezoneapi/nf-timezoneapi-getdynamictimezoneinformation?redirectedfrom=MSDN has the same problem. I guess this is why MSVC uses ICU for its

[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX

2023-01-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 --- Comment #5 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #4) > The current code doesn't work on Windows either. https://learn.microsoft.com/en-us/windows/win32/api/timezoneapi/nf-timezoneapi-gettimezoneinformation only

[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX

2023-01-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 --- Comment #4 from Jonathan Wakely --- The current code doesn't work on Windows either.

[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX

2023-01-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 --- Comment #3 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #0) > We should parse the TZ env var and see if it is already an IANA name, and > handle a few other special cases. E.g. gcc119 in the cfarm hax TZ=CUT0 which >

[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX

2023-01-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:d80e5a7b30e5d045c808f5235123e366e4e9286c commit r13-5170-gd80e5a7b30e5d045c808f5235123e366e4e9286c Author: Jonathan Wakely

[Bug libstdc++/108409] std::chrono::current_zone() doesn't work on AIX

2023-01-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108409 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0