commit bd2eb0952052d9213b3b3832d2f2f8e16257f244 from: Omar Polo date: Thu Jul 07 18:15:06 2022 UTC call tzset(3) to fix times in logs reported by Karl Jeacle, thanks! commit - 93124fce990ed1215559f303bdd147d2eeef3260 commit + bd2eb0952052d9213b3b3832d2f2f8e16257f244 blob - b9ffe259d95a3ed9c1c72620a1371c2f3a9ba271 blob + 049c1cab5c75014495d1a085ffcc3f51cc8a0f3b --- log.c +++ log.c @@ -334,6 +334,7 @@ logger_main(int fd, struct imsgbuf *ibuf) log = stderr; openlog(getprogname(), LOG_NDELAY, LOG_DAEMON); + tzset(); event_init();