Re: [PATCH] libstdc++: Search for tzdata on Windows (msys)

2025-07-07 Thread Björn Schäpers
Am 07.07.2025 um 23:02 schrieb Jonathan Wakely: On Mon, 7 Jul 2025 at 22:01, Jonathan Wakely wrote: On Mon, 7 Jul 2025 at 21:26, Björn Schäpers wrote: From: Björn Schäpers Sorry for the noise, this is the current version of the Patch. -- >8 -- Windows does not provide a tzdata.zi, but ms

Re: [PATCH] libstdc++: Search for tzdata on Windows (msys)

2025-07-07 Thread Jonathan Wakely
On Mon, 7 Jul 2025 at 22:01, Jonathan Wakely wrote: > > On Mon, 7 Jul 2025 at 21:26, Björn Schäpers wrote: > > > > From: Björn Schäpers > > > > Sorry for the noise, this is the current version of the Patch. > > > > -- >8 -- > > Windows does not provide a tzdata.zi, but msys does. Use this, if >

Re: [PATCH] libstdc++: Search for tzdata on Windows (msys)

2025-07-07 Thread Jonathan Wakely
On Mon, 7 Jul 2025 at 21:26, Björn Schäpers wrote: > > From: Björn Schäpers > > Sorry for the noise, this is the current version of the Patch. > > -- >8 -- > Windows does not provide a tzdata.zi, but msys does. Use this, if > available, instead of the embedded (and possibly outdated) database. >

[PATCH] libstdc++: Search for tzdata on Windows (msys)

2025-07-07 Thread Björn Schäpers
From: Björn Schäpers Sorry for the noise, this is the current version of the Patch. -- >8 -- Windows does not provide a tzdata.zi, but msys does. Use this, if available, instead of the embedded (and possibly outdated) database. libstdc++-v3/Changelog: Use msys provided time zone inform

[PATCH] libstdc++: Search for tzdata on Windows (msys)

2025-07-07 Thread Björn Schäpers
From: Björn Schäpers Windows does not provide a tzdata.zi, but msys does. Use this, if available, instead of the embedded (and possibly outdated) database. libstdc++-v3/Changelog: Use msys provided time zone information. * src/c++20/tzdb.cc (zoneinfo_file): On Windows look rela

[PATCH] libstdc++: Search for tzdata on Windows (msys)

2025-07-07 Thread Björn Schäpers
From: Björn Schäpers Windows does not provide a tzdata.zi, but msys does. Use this, if available, instead of the embedded (and possibly outdated) database. libstdc++-v3/Changelog: Use msys provided time zone information. * src/c++20/tzdb.cc (zoneinfo_file): On Windows look rela