<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>Hi,</DIV><DIV> </DIV><DIV>Thanks a lot for the info & update in the documentation.</DIV><DIV><BR>You are very correct, there was a small flaw in the application only. After I restarted the Java process (linux box), the logs automatically took up the local time.</DIV><DIV>Clarification in the documentation is of great help as it removed the confusion as to what is the defualt behavior: local time which Java thinks is unning under and Not GMT.</DIV><DIV> </DIV><DIV>Thank again.</DIV><DIV>Kriti<BR><DIV> </DIV><FONT color=#990099>-----"Logback-user" <logback-user-bounces@qos.ch> wrote: -----<BR><BR></FONT><BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">To: logback users list <logback-user@qos.ch><BR>From: Ceki Gülcü <ceki@qos.ch><BR>Sent by: "Logback-user" <logback-user-bounces@qos.ch><BR>Date: 06/11/2013 07:43PM<BR>Subject: Re: [logback-user] Localtime(from server) to be printed instead of GMT<BR><BR><FONT size=2 face="Default Monospace,Courier New,Courier,monospace">I updated the %d documentation to explain the timezone parameter as <BR>clearly as possible.<BR><BR>   <A href="http://logback.qos.ch/manual/layouts.html#date" target=blank>http://logback.qos.ch/manual/layouts.html#date</A><BR><BR>The key sentences are:<BR><BR>Note that in the absence of the timezone parameter, the default timezone <BR>of the host Java platform is used. If the specified timezone identifier <BR>is unknown or misspelled, the GMT timezone is assumed as dictated by the <BR>TimeZone.getTimeZone(String) method specification.<BR><BR><BR><BR><BR>On 6/11/2013 3:51 PM, Thorbjørn Ravn Andersen wrote:<BR>> This system might using be a timezone abbreviation not recognized by the<BR>> JVM.<BR>><BR>> I spent quite some time a long while back figuring out why an OS/2 JVM was<BR>> 3.5 hours off.  It turned out that the OS/2 abbreviation for central<BR>> European time was not quite what the JVM expected.<BR>><BR>><BR>><BR>> -----Original Message-----<BR>> From: Logback-user [<A href="mailto:logback-user-bounces@qos.ch" target=blank>mailto:logback-user-bounces@qos.ch</A>] On Behalf Of Steve<BR>> Cohen<BR>> Sent: 11. juni 2013 15:34<BR>> To: logback-user@qos.ch<BR>> Subject: Re: [logback-user] Localtime(from server) to be printed instead of<BR>> GMT<BR>><BR>> I'm pretty sure that the default is whatever timezone Java thinks it is<BR>> running under.  Normally this is the local timezone, but I have seen setups<BR>> where some of Java's time zone information files have been removed, which<BR>> causes Java to default to GMT.  Java out of the box does not do that.  What<BR>> version of the JDK are you using and has it been modified or is it direct<BR>> from Oracle or other vendor?<BR>><BR>> By default Java does not read a timezone from /etc/localtime, which of<BR>> course does not exist under all OSes.  I do not know whether or not logback<BR>> has features to customize timestamps beyond what you are using.<BR>>    It may be that it hasn't been considered necessary since there are many<BR>> opportunities to customize Java.<BR>><BR>> So your first step is to figure out why Java is defaulting to GMT.<BR>> Again, that is not the normal behavior.<BR>><BR>> On 06/11/2013 02:53 AM, Kriti Wadhwa wrote:<BR>>> Hello,<BR>>> As per my understanding currently using following pattern:<BR>>><BR>>> <encoder><BR>>><BR>>> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %class{0}<BR>>> %_msg_%n</pattern><BR>>><BR>>> </encoder><BR>>><BR>>> Time stamp printed in log files display time in GMT format by default.<BR>>> Using %date{HH:mm:ss.SSS,Australia/Perth} we can set the timezone to a<BR>>> particular value (In this case Australia/Perth).<BR>>> In my application I need:<BR>>> Time zone to be picked up from local server (/etc/localtime) where the<BR>>> application is running instead of setting it to a specific value in<BR>>> xml as shown above. How can I do this using logback.xml ?<BR>>> Please suggest.<BR>>> Thanks,<BR>>> Kriti<BR>>><BR>>> =====-----=====-----=====<BR>>> Notice: The information contained in this e-mail message and/or<BR>>> attachments to it may contain confidential or privileged information.<BR>>> If you are not the intended recipient, any dissemination, use, review,<BR>>> distribution, printing or copying of the information contained in this<BR>>> e-mail message and/or attachments to it are strictly prohibited. If<BR>>> you have received this communication in error, please notify us by<BR>>> reply e-mail or telephone and immediately and permanently delete the<BR>>> message and any attachments. Thank you<BR>>><BR>>><BR>>><BR>>> _______________________________________________<BR>>> Logback-user mailing list<BR>>> Logback-user@qos.ch<BR>>> <A href="http://mailman.qos.ch/mailman/listinfo/logback-user" target=blank>http://mailman.qos.ch/mailman/listinfo/logback-user</A><BR>>><BR>><BR>> _______________________________________________<BR>> Logback-user mailing list<BR>> Logback-user@qos.ch<BR>> <A href="http://mailman.qos.ch/mailman/listinfo/logback-user" target=blank>http://mailman.qos.ch/mailman/listinfo/logback-user</A><BR>><BR>> _______________________________________________<BR>> Logback-user mailing list<BR>> Logback-user@qos.ch<BR>> <A href="http://mailman.qos.ch/mailman/listinfo/logback-user" target=blank>http://mailman.qos.ch/mailman/listinfo/logback-user</A><BR>><BR>_______________________________________________<BR>Logback-user mailing list<BR>Logback-user@qos.ch<BR><A href="http://mailman.qos.ch/mailman/listinfo/logback-user" target=blank>http://mailman.qos.ch/mailman/listinfo/logback-user</A><BR></FONT></BLOCKQUOTE><BR></DIV></FONT>