mirror of
https://github.com/znc/znc.git
synced 2026-06-28 05:51:50 +02:00
eca0211bb8
This is done by setting the TZ variable prior to calling localtime() or ctime(). There are a few calls to ctime()/localtime() which doesn’t adjust for time zone offset. This patch affects the behavior of these since the TZ variable is global.