Ticket #16 (closed defect: invalid)
getFeature on "date" data has an extra "Z" at the end
| Reported by: | adube | Owned by: | |
|---|---|---|---|
| Priority: | minor | Version: | SVN |
| Keywords: | Cc: | ||
| Triage Stage: | Unreviewed | State of Approval: | Unnecessary |
| Attached Patches: | None | Complexity: | Unknown |
| Compatibility: | Unknown | Specification: | Unnecessary |
Description
getFeature on "date" data has an extra "Z" at the end.
The data is postGIS, the type of data is date. A SELECT FROM query returns a correct value :
2008-11-20
but a getFeature POST request returns an extra Z at the end of the value :
<bdr:rol_da_mod>2008-12-01Z</bdr:rol_da_mod>
I've tested a getFeature with the same data with mapserver and didn't get the extra Z.
Change History
Note: See
TracTickets for help on using
tickets.