Opened 12 years ago

Last modified 12 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.

Change History (1)

comment:1 by fxp, 12 years ago

Owner: changed from geonetwork-devel@… to fxp
Status: newassigned

Avoid to reset date to 1970-01-01T00:00:00 when %Y-%m-%d format is used (r8462).

Note: See TracTickets for help on using tickets.