[syslog-ng]Wrong timestamp on internal messages
henriksa@telia.com
henriksa@telia.com
Fri, 29 Nov 2002 14:02:26 +0100 (CET)
These are the last two lines in the log after restarting syslog-ng:
Nov 29 12:49:15 src@xxxx syslog-ng[5120]: syslog-ng version 1.5.23 going
down
Nov 29 12:49:16 src@xxxx syslog-ng[5133]: syslog-ng version 1.5.23 starting
But 'date' gives the following:
Fri Nov 29 13:49:23 MET 2002
'date -u' gives the same time as the internal message. So messages
coming from other sources are timestamped with local time, internal()
messages are stamped with GMT. Why is that?