While choosing PatternLayout if I use %d{%m/%d/%y %H:%M:%S}, it will show the current date and time. The time is according to the UTC format.
My requirement is to display the time accoring to local system time.
Update:
In timehelper.h there is one method Time::localtime will it show the time according to the local system time?