Subject: | timezone incorrect after daylight saving time switch |
Using this timestamp field pattern %d{yyyy-MM-ddTHH:mm:ss.SSSZ} the timezone information is still +0100 instead of +0200 after the daylight saving time switch.
From reading the code I saw that the localtime perl function is used by default and there seems to be no way to specify that UTC should be returned in which case the literal 'Z' could be used to indicate that it's UTC.
On restart of the app the timezone information is correct.
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux