digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

The datetime MUST be a xsd:dateTime with the UTC timezone expressed as "Z" #191

Closed MarcusBarnes closed 7 years ago

MarcusBarnes commented 7 years ago

In the Lifecycle Information section of the Web Annnotation Data Model, it notes that the 'datetime MUST be a xsd:dateTime with the UTC timezone expressed as "Z"' for created and modified properties. Currently, we are using the yyyy-mm-dd hh:mm:ss format.

Related to issue https://github.com/digitalutsc/islandora_web_annotations/issues/175.

MarcusBarnes commented 7 years ago

Addressed in pull-request https://github.com/digitalutsc/islandora_web_annotations/pull/195 (merged with commit https://github.com/digitalutsc/islandora_web_annotations/commit/1e6920b59b7f7aa06aaa0c2874de1db860f1e6e8).