How to get timezone of the browser in ADF
694792Feb 3 2010 — edited May 31 2011Hi All,
I tried to get the browser timezone by using following
AdfFacesContext.getCurrentInstance().getTimeZone()
and
org.apache.myfaces.trinidad.context.RequestContext.getCurrentInstance().getTimeZone()
But it returning the server timezone instead browser.
Is there any other way to get the timezone? Any inputs will be appreciated.
Thanks