Re: time zone

2003-04-02 Thread Erik Price
Chakradhar Tallam wrote: the machine (operating system) is in correct time zone, but when tomcat runs it shows GMT times on tomcat's console. Also if you prefer to have your Tomcat synchronized to GMT, I think this works (untested): DateFormat df = DateFormat.getTimeInstance

time zone

2003-04-01 Thread Chakradhar Tallam
hi, here is a quick question. how do i change the time zone that tomcat runs in? thanks in advance, - Chakradhar Tallam Consultant Object Consulting Level 11 / 75 Miller Street, North Sydney, NSW - 2060 Phone: +61 2 9459 3356 Fax: +61 2 9955 6659 Email: [EMAIL

RE: time zone

2003-04-01 Thread Filip Hanik
change it on your machine (operating system) Filip -Original Message- From: Chakradhar Tallam [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 4:17 PM To: '[EMAIL PROTECTED]' Subject: time zone hi, here is a quick question. how do i change the time zone that tomcat

RE: time zone

2003-04-01 Thread Chakradhar Tallam
the machine (operating system) is in correct time zone, but when tomcat runs it shows GMT times on tomcat's console. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 10:37 AM To: Tomcat Users List Subject: RE: time zone change it on your

RE: time zone

2003-04-01 Thread Greg Speechley
be fixed :) -Original Message- From: Chakradhar Tallam [mailto:[EMAIL PROTECTED] Sent: Wednesday, 2 April 2003 10:05 AM To: 'Tomcat Users List' Subject: RE: time zone the machine (operating system) is in correct time zone, but when tomcat runs it shows GMT times on tomcat's

RE: time zone

2003-04-01 Thread Chakradhar Tallam
thanks greg. that did the trick. -Original Message- From: Greg Speechley [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:04 AM To: Tomcat Users List Subject: RE: time zone I had the same problem when we put service pack 3 onto a win2k box. See bug report 4762673

code snipit request: how to get time zone from user's browser.

2003-01-21 Thread Jason Pyeron
Does anyone know how to get the client's time zone? I did not see anything in the HttpServletRequest, nor do i really have clue what to search for on google. TIA -jason pyeron

RE: code snipit request: how to get time zone from user'sbrowser .

2003-01-21 Thread Raible, Matt
, 2003 3:19 PM To: Tomcat Users List Subject: code snipit request: how to get time zone from user's browser. Does anyone know how to get the client's time zone? I did not see anything in the HttpServletRequest, nor do i really have clue what to search for on google. TIA -jason

Re: code snipit request: how to get time zone from user's browser.

2003-01-21 Thread Jacob Kjome
, you wrote: Does anyone know how to get the client's time zone? I did not see anything in the HttpServletRequest, nor do i really have clue what to search for on google. TIA -jason pyeron