Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 28 Jan 2014 19:39:38 +0800
From: orc <orc@...server.ru>
To: musl@...ts.openwall.com
Subject: syslog() always sends GMT timestamps

In syslog() there is a call to gmtime_r() instead of localtime_r() which applies timezone offset. Logs are being collected with GMT timestamps which is a bit misleading.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.