Uploaded image for project: 'Maven Project Info Reports Plugin'
  1. Maven Project Info Reports Plugin
  2. MPIR-171

support "TimeZones" as a timezone

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.1.2
    • 2.3
    • None
    • None

    Description

      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

      <developers>
        <developer>
          <id>bob</id>
          <name>Bob Hacker</name>
          <email>bob@example.com</email>
          <timezone>Europe/London</timezone>
          <roles>
            <role>developer</role>
          </roles>
        </developer>
      </developers>

      Currently the site shows NaN for the Current time.

      Attachments

        Issue Links

          Activity

            People

              siveton Siveton Vincent
              teilo James Nord
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: