Bad time in logs

Hello,
I have the correct time set on the operating system and the correct time zone selected in RT.
And in the logs I’m two hours behind. What is wrong ?

Set($LogToFile, ‘debug’);
Set($LogToFileNamed, ‘rt3.gkpge.pl.log’);
Set($LogDir, ‘/var/log/rt5’);

Is your timezone two hours away from UTC?

I have the time zone set in RT
System Configuration->Timezone → Europe/Warsaw

Currently, the time in the logs is 2 hours behind

In which case that indicates to me that the logs are probably in UTC. Which sort of makes sense as you don’t want the confusion of times going back and forth for timezone changes in logged data, especially if you have to compare log entryies with events elsewhere (for example diagnosing attacks on your server from a different continent).