bcce3e440a
Using localtime() can be a problem due to the static buffer for the return value. It's simple enough to use localtime_r() Signed-off-by: Craig Small <csmall@dropbear.xyz>