Hi all,
in my logfiles I have the timestamp with 1 hour back.
How to set the correct time zone?
I'm not using a properties file but managing in C++ code, ie:
log4cplus::PatternLayout *pl = new log4cplus::PatternLayout("%d{%d-%m-%Y
%H:%M:%S.%q}[%-5t] %-5p: %m%n");
...
thanks
pm
|