chiark / gitweb /
Call tzset() explicitly at startup.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 3 Nov 2018 11:57:55 +0000 (11:57 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 3 Nov 2018 11:57:55 +0000 (11:57 +0000)
commit00e6b312ab56834b11473d571e60d2061ae4085b
treef5391b5454eb52fc3eafc3d9478568bd697f9576
parent886a85f030cdbadd2e4bc696b20695e128f37907
Call tzset() explicitly at startup.

It's required in portable code before invoking localtime_r().
clunk.c