Documentation states incorrect default for convertDateTime's 'timeZone'
attribute
---------------------------------------------------------------------------------
Key: TRINIDAD-1859
URL: https://issues.apache.org/jira/browse/TRINIDAD-1859
Project: MyFaces Trinidad
Issue Type: Bug
Components: Documentation
Affects Versions: 1.2.13-core
Reporter: Yee-Wah Lee
Priority: Minor
tr:convertDateTime has incorrect documentation for timeZone attribute.
It currently states : "Timezone can be set per web-app in trinidad-config.xml
configuration file. If timeZone is not set on the converter, then timezone will
be defaulted to the value set in trinidad-config.xml configuration file. If it
is not set in the configuration file, then it will be defaulted to GMT."
However, the default (when not set on converter or trinidad-config.xml) is
actually TimeZone.getDefault(). See RequestContextImpl.getTimeZone()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.