JavaDoc for getTimeZone() in LocaleContext is misleading. ---------------------------------------------------------
Key: ADFFACES-447 URL: https://issues.apache.org/jira/browse/ADFFACES-447 Project: MyFaces ADF-Faces Issue Type: Bug Affects Versions: 1.0.1-incubating-core-SNAPSHOT Environment: N/A Reporter: Yee-Wah Lee Priority: Trivial Fix For: 1.0.1-incubating-core-SNAPSHOT The javadoc states "Returns the TimeZone that the user is running in." The user may think of it as a method to get the client timezone. But it's actually not. Should read: Returns the timezone of the application, as specified in trinidad-config.xml. If unspecified, defaults to the server timezone. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.