Getting User's Locale TimeZone
843835Feb 5 2003 — edited Feb 7 2003I am developing a JSP page that will request data from an Oracle DB in Europe. The DB will send back a date and time in GMT. I would like to show this date in the user's timezone depending on his own browser/computer preferences. I don't know how to request this information to be able to convert from GMT to a personnalized timezone. Does anyone know how to do this?