[Mingw-w64-public] localtime() does not respect TZ if set via char **environ (CLANG*, UCRT64)

2022-11-05 Thread H.
Hi all, localtime() does not respect if TZ variable is set via char **environ on CLANG32, CLANG64 and UCRT64. But it works on MINGW32, MINGW64. All the details are given on: https://github.com/msys2/MINGW-packages/issues/13925#issuecomment-1304112646 Attached also the related test code. Thanks

Re: [Mingw-w64-public] localtime() does not respect TZ if set via char **environ (CLANG*, UCRT64)

2022-11-09 Thread LIU Hao
在 2022/11/6 03:10, H. Müller 写道: Hi all, localtime() does not respect if TZ variable is set via char **environ on CLANG32, CLANG64 and UCRT64. But it works on MINGW32, MINGW64. All the details are given on: https://github.com/msys2/MINGW-packages/issues/13925#issuecomment-1304112646 I don't