[ 
http://jira.codehaus.org/browse/MPIR-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Siveton closed MPIR-171.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3
         Assignee: Vincent Siveton

I fixed the M3 POM description and updated the code in r1029846, snapshot 
deployed.

> support "TimeZones" as a timezone
> ---------------------------------
>
>                 Key: MPIR-171
>                 URL: http://jira.codehaus.org/browse/MPIR-171
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.1.2
>            Reporter: James Nord
>            Assignee: Vincent Siveton
>            Priority: Trivial
>             Fix For: 2.3
>
>
> The POM XSD defiens the TimeZone as an xs:string (although the descriptions 
> says an integer between -11 and 12)
> If the desctription is enforced you can not be in a timezone that is not a 
> multiple of 1 hour away from UTC (e.g. certain parts of india)
> So the description is wrong and it's just a String.  
> So why not support a full formatted timezone such as Europe/London, then the 
> mpir can use funky javascript to show your actual time including any daylight 
> saving offset. (as opposed to a fixed offset from GMT ignoring DST changes)
> e.g. support
> {code:xml}<developers>
>   <developer>
>     <id>bob</id>
>     <name>Bob Hacker</name>
>     <email>b...@example.com</email>
>     <timezone>Europe/London</timezone>
>     <roles>
>       <role>developer</role>
>     </roles>
>   </developer>
> </developers>{code}
> Currently the site shows NaN for the Current time.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to