An explicit tzset() call is usually not needed as it happens implicitly
the first time we call localtime() or mktime(), but in some cases
(sandboxing, chroot) this may be too late.
PR: 273807
MFC after: 3 days
Differential D41880
tcpdump: Initialize tzcode early. des on Sep 15 2023, 8:09 PM. Authored by Tags None Referenced Files
Subscribers
Details An explicit tzset() call is usually not needed as it happens implicitly PR: 273807
Diff Detail
Event TimelineComment Actions Looks good. On my CURRENT system (main-n265074-6b635c74fd41), the log entries are now displayed in local time. Thank you. |