On Sat, 10 Dec 2022 19:03:23 +0100 (CET) "Nils" <[email protected]> wrote: > And why does this problem occur in Linux, but *not* in OpenBSD? >
log_init calls tzset(3), which reads the timezone data early. not sure why this does not work on Linux.
On Sat, 10 Dec 2022 19:03:23 +0100 (CET) "Nils" <[email protected]> wrote: > And why does this problem occur in Linux, but *not* in OpenBSD? >
log_init calls tzset(3), which reads the timezone data early. not sure why this does not work on Linux.