You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/12/01 05:28:34 UTC

svn commit: r350157 - /myfaces/impl/trunk/tld/myfaces_core.tld

Author: skitching
Date: Wed Nov 30 20:28:31 2005
New Revision: 350157

URL: http://svn.apache.org/viewcvs?rev=350157&view=rev
Log:
Improve docs for f:convertDateTime. Thanks to Steve Peterson for the
patch (slightly modified by me). See MYFACES-895.

Modified:
    myfaces/impl/trunk/tld/myfaces_core.tld

Modified: myfaces/impl/trunk/tld/myfaces_core.tld
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/myfaces_core.tld?rev=350157&r1=350156&r2=350157&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/myfaces_core.tld (original)
+++ myfaces/impl/trunk/tld/myfaces_core.tld Wed Nov 30 20:28:31 2005
@@ -142,7 +142,13 @@
             <name>timeZone</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
-            <description>The time zone to use, instead of the default.</description>
+            <description>
+                The time zone to use instead of GMT (the default timezone). When
+                this value is a value-binding to a TimeZone instance, that
+                timezone is used. Otherwise this value is treated as a String
+                containing a timezone id, ie as the ID parameter of method
+                java.util.TimeZone.getTimeZone(String).
+            </description>
         </attribute>
         <attribute>
             <name>type</name>