You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gc...@apache.org on 2010/07/22 00:46:49 UTC

svn commit: r966449 - /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml

Author: gcrawford
Date: Wed Jul 21 22:46:49 2010
New Revision: 966449

URL: http://svn.apache.org/viewvc?rev=966449&view=rev
Log:
TRINIDAD-1859 Documentation states incorrect default for convertDateTime's 'timeZone' attribute

Modified:
    myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml?rev=966449&r1=966448&r2=966449&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml Wed Jul 21 22:46:49 2010
@@ -194,7 +194,7 @@
       <description><![CDATA[Time zone in which to interpret any time information in the date
                string. If not set here, picks this value from
                trinidad-config.xml configuration file. If not defined there, then
-               it is defaulted to GMT.]]>
+               it is defaulted to the value returned by TimeZone.getDefault() which is usually the server JVM timezone.]]>
       </description>
       <property-name>timeZone</property-name>
       <property-class>java.util.TimeZone</property-class>