Description
According to doc http://jackrabbit.apache.org/filevault/properties.html#Entries property "created" supports ISO8601.
But it does not support a designator "Z", which is valid according to ISO8601.
The following strings from "created" property give the following results:
2021-01-28T06:20:18.805+01:00 => parsed and jcr:created is set
2021-01-27T16:21:27.034Z => fails parsing and jcr:created is not set
Root issue is that string is parsed before passing it to ISO8601.parse()
https://github.com/apache/jackrabbit-filevault/blob/master/vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/impl/JcrPackageDefinitionImpl.java#L461-L479
Attachments
Issue Links
- is related to
-
JCRVLT-276 Switch to timezone designators being understood by ISO8601.parse(...)
- Closed
- links to