On Mon, 12 Dec 2022 20:49:06 +0100 (CET)
"Nils" <o...@ffti.de> wrote:
> O.k., thanks. But has tzset() also effect on the forked processes, i.
> e. is the timezone data then also available for the forked processes?

afaik the processes are created via fork+exec to rerandomize the address space
layout. so all processes do log_init with the tzset(3). but even if they where
just forked it would work, since the child is a clone of the parent.

Reply via email to