[Geoserver-devel] [jira] Created: (GEOS-1176) WFS 1.1.0 : Wrong format for a xs:dateTime(PostGIS timeStamp) attribute

WFS 1.1.0 : Wrong format for a xs:dateTime(PostGIS timeStamp) attribute
-----------------------------------------------------------------------

                 Key: GEOS-1176
                 URL: http://jira.codehaus.org/browse/GEOS-1176
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.0
         Environment: wrong time format in WFS 1.1.0 response for a timeStamp field in postGIS
            Reporter: Sébastien Geindre
            Assignee: Andrea Aime

GeoServer + postGIS

column issue_time is timeStamp type in PostGIS

WFS server schema : <xs:element type = "xs:dateTime" minOccurs = "0" name = "issue_time" nillable = "true" maxOccurs = "1" />

When i request with WFS version 1.0.0, the time is right formatted :
<wfs:GetFeature service="WFS" version="1.0.0"...
result : ... <wims:issue_time>2006-12-14T11:08:13</wims:issue_time> ...

with WFS v1.1.0, issueTime attribute loses the time :
<wfs:GetFeature service="WFS" version="1.1.0"
result : .. <wims:issue_time>2006-12-14+00:00</wims:issue_time> ...

svn info
Chemin : .
URL : https://svn.codehaus.org/geoserver/trunk/geoserver/web
Racine du dépôt : https://svn.codehaus.org/geoserver
UUID du dépôt : ef1d6e69-97e5-0310-af46-8a06194da32a
Révision : 7093
Type de noeud : répertoire
En attente : normale
Auteur de la dernière modification : aaime
Révision de la dernière modification : 7089
Date de la dernière modification: 2007-06-26 15:45:05 +0200 (mar, 26 jun 2007)
Propriétés mises à jour: 2007-06-18 11:19:48 +0200 (lun, 18 jun 2007)

--
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