Opened 13 years ago
Last modified 13 years ago
#661 assigned defect
Temporal information reset to 1970-01-01 after having edited a metadata record
Reported by: | fxp | Owned by: | fxp |
---|---|---|---|
Priority: | major | Milestone: | Future release |
Component: | General | Version: | |
Keywords: | Cc: |
Description
According to the specification the gml:TimePosition element, the type could be:
- xs:time
- xs:dateTime
- xs:anyURI
- xs:decimal
- gml:CalDate
Currently GeoNetwork assumes in edit mode that the format for gml:beginPosition and gml:endPosition elements is dateTime (%Y-%m-%dT%H:%M:00) and does not initialize calendar properly when another format is used.
Note:
See TracTickets
for help on using tickets.
Avoid to reset date to 1970-01-01T00:00:00 when %Y-%m-%d format is used (r8462).