Re: [PATCH v3] libstdc++: Implement std::chrono::current_zone() for Windows

2025-07-11 Thread Jonathan Wakely
On 10/07/25 09:48 +0200, Björn Schäpers wrote: From: Björn Schäpers On Windows there is no API to get the current time zone as IANA name, instead Windows has its own zones. But there exists a mapping provided by the Unicode Consortium. This patch adds a script to convert the XML file with the m

[PATCH v3] libstdc++: Implement std::chrono::current_zone() for Windows

2025-07-10 Thread Björn Schäpers
From: Björn Schäpers On Windows there is no API to get the current time zone as IANA name, instead Windows has its own zones. But there exists a mapping provided by the Unicode Consortium. This patch adds a script to convert the XML file with the mapping to a lookup table and adds a Windows code