Hi,
I'm struggling with timestamp on sd-syslog message. It seems they are using ISO8601 timestamp format but the timezone indication is missing. I have timestamp like this :
2016-03-24T14:41:24.806
But since I'm in GMT+1 timezone, that time is not correctly interpreted by my logging system. According to ISO8601 I should have the possibility to add timezone indication like this
2016-03-24T14:41:24.806+01:00 or 2016-03-24T13:41:24.806Z
Any idea how to achieve this?
Best regards,
Christophe