Author: rfscholte
Date: Tue Jun  4 19:10:42 2013
New Revision: 1489567

URL: http://svn.apache.org/r1489567
Log:
Add usage of time zone id for timezone-field

Modified:
    maven/site/trunk/content/apt/pom.apt

Modified: maven/site/trunk/content/apt/pom.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/pom.apt?rev=1489567&r1=1489566&r2=1489567&view=diff
==============================================================================
--- maven/site/trunk/content/apt/pom.apt (original)
+++ maven/site/trunk/content/apt/pom.apt Tue Jun  4 19:10:42 2013
@@ -1325,7 +1325,7 @@ mvn install:install-file -Dfile=non-mave
   can wear many hats, a single person can take on multiple <<<roles>>>.
 
   * <<timezone>>:
-  A numerical offset in hours from GMT where the developer lives.
+  A numerical offset in hours from GMT where the developer lives or a valid 
{{{http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/i18n/client/constants/TimeZoneConstants.html}time
 zone id}} like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00). 
 
   * <<properties>>:
   This element is where any other properties about the person goes. For 
example, a link to a personal
@@ -1355,7 +1355,7 @@ mvn install:install-file -Dfile=non-mave
       <roles>
         <role>tester</role>
       </roles>
-      <timezone>-5</timezone>
+      <timezone>America/Vancouver</timezone>
       <properties>
         <gtalk>some.n...@gmail.com</gtalk>
       </properties>


Reply via email to