localtime_r does not have the side-effect of behaving like it called tzset(), in particular it will save one stat(/etc/localtime) syscall. This is not a big deal, but it makes the strace output cleaner and thus more useful :).
Description
No description provided
Languages
C
58.6%
Perl
29%
Raku
9.4%
Ruby
1.2%
Shell
0.7%
Other
1.1%