Re: Pointing tomcat to a different timezone

2012-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Krishna, On 7/30/12 3:20 PM, Krishna Chaitanya wrote: > This issue is fixed. Thanks everyone :-) Would you like to contribute back to the community (especially the archives) ad tell us what you did to solve your "issue"? - -chris -BEGIN PGP SIGN

Re: Pointing tomcat to a different timezone

2012-07-30 Thread Krishna Chaitanya
This issue is fixed. Thanks everyone :-) Krishna Kurnala. On Jul 30, 2012, at 11:34 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Konstantin, > > On 7/29/12 9:21 PM, Konstantin Kolinko wrote: When you are saying that it is "still in UTC", what data

Re: Pointing tomcat to a different timezone

2012-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/29/12 9:21 PM, Konstantin Kolinko wrote: >>> When you are saying that it is "still in UTC", what data are >>> you looking at? >>> > > You have not answered the above question. It might be that the > date you are looking at explicitl

Re: Pointing tomcat to a different timezone

2012-07-29 Thread krishna chaitanya kurnala
This Works ;-) Thanks a lot Konstantin. Appreciate it :) Krishna Chaitanya On Sun, Jul 29, 2012 at 6:21 PM, Konstantin Kolinko wrote: > 2012/7/30 krishna chaitanya kurnala : > > Hello Konstantin > > > > I verified the timezone is same for both users: > > [jenkinspan@sdc-cidev10 ~]$ date > > Sun

Re: Pointing tomcat to a different timezone

2012-07-29 Thread Konstantin Kolinko
2012/7/30 krishna chaitanya kurnala : > Hello Konstantin > > I verified the timezone is same for both users: > [jenkinspan@sdc-cidev10 ~]$ date > Sun Jul 29 17:31:27 PDT 2012 > [jenkinspan@sdc-cidev10 ~]$ sudo su - root > [root@sdc-cidev10 ~]# date > Sun Jul 29 17:31:39 PDT 2012 > > We are using "

Re: Pointing tomcat to a different timezone

2012-07-29 Thread krishna chaitanya kurnala
Hello Konstantin I verified the timezone is same for both users: [jenkinspan@sdc-cidev10 ~]$ date Sun Jul 29 17:31:27 PDT 2012 [jenkinspan@sdc-cidev10 ~]$ sudo su - root [root@sdc-cidev10 ~]# date Sun Jul 29 17:31:39 PDT 2012 We are using " apache-tomcat-6.0.33 " I didnot do anything special but,

Re: Pointing tomcat to a different timezone

2012-07-29 Thread Konstantin Kolinko
2012/7/30 krishna chaitanya kurnala : > Dear Tomcat Users, > > I am deploying a Java Application in Tomcat, that is picking the wrong > Time-zone from OS. I did try to change the time settings at OS level. > > while the OS is PDT > [root@sdc-cidev10 ~]# date > Sun Jul 29 15:16:41 PDT 2012 I suspe

Re: Pointing tomcat to a different timezone

2012-07-29 Thread krishna chaitanya kurnala
Hello Igor Thanks for your response :) Request some more info to get started .. Yes, I am using sun jdk 1.6 ... how do i verify installation of tzdata package? thanks, Krishna Chaitanya On Sun, Jul 29, 2012 at 5:19 PM, Igor Cicimov wrote: > On Mon, Jul 30, 2012 at 8:39 AM, krishna chaitanya k

Re: Pointing tomcat to a different timezone

2012-07-29 Thread Igor Cicimov
On Mon, Jul 30, 2012 at 8:39 AM, krishna chaitanya kurnala wrote: > Dear Tomcat Users, > > I am deploying a Java Application in Tomcat, that is picking the wrong > Time-zone from OS. I did try to change the time settings at OS level. > > while the OS is PDT > [root@sdc-cidev10 ~]# date > Sun Jul

Pointing tomcat to a different timezone

2012-07-29 Thread krishna chaitanya kurnala
Dear Tomcat Users, I am deploying a Java Application in Tomcat, that is picking the wrong Time-zone from OS. I did try to change the time settings at OS level. while the OS is PDT [root@sdc-cidev10 ~]# date Sun Jul 29 15:16:41 PDT 2012 My Java App is still in Universal Time-zone. Can you please