Extend the UTC time rule to include different time zones
--------------------------------------------------------

                 Key: GEOT-3848
                 URL: https://jira.codehaus.org/browse/GEOT-3848
             Project: GeoTools
          Issue Type: Improvement
          Components: cql
    Affects Versions: 8.0-M1
            Reporter: Mauricio Pazos
            Assignee: Mauricio Pazos


The UTC time is defined in the specification CAT v2.0.2 by the following rule
<UTC-time> ::= <time-hour> ":" <time-minute> ":" <time-second> "Z" 
Thus only Zero(or Zulu) zone is allowed.

The following change include the "time-zone-offset" which is optional. 

<UTC-time> ::=<time-hour>":"<time-minute>":"<time-second> [<time-zone-offset>]
<time-zone-offset> ::= "Z"
                       |<sign> <time-hour>":"<time-minute>

Thus, Zero zone is allowed like in the precedent rule, but a time zone can be 
include like +03:00. If <time-zone-offset> is not given then local time is 
assumed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to