[
https://issues.apache.org/jira/browse/SLING-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207739#comment-16207739
]
ASF GitHub Bot commented on SLING-7185:
---------------------------------------
GitHub user JEBailey opened a pull request:
https://github.com/apache/sling/pull/261
SLING-7185 Added support for ISO8601 parsing
Parsing is of a relatively strict format, requiring date time and
offset. milliseconds to 3 decimals.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JEBailey/sling SLING-7185
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/sling/pull/261.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #261
----
commit 3ee6e6bface752e30eeffc6b4f61029c5968c040
Author: JE Bailey <[email protected]>
Date: 2017-10-17T01:18:24Z
SLING-7185 Added support for ISO8601 parsing
Parsing is of a relatively strict format, requiring date time and
offset. milliseconds to 3 decimals.
----
> Content Parser: Support for ISO-8601
> ------------------------------------
>
> Key: SLING-7185
> URL: https://issues.apache.org/jira/browse/SLING-7185
> Project: Sling
> Issue Type: Improvement
> Reporter: Jason E Bailey
> Priority: Minor
>
> The class org.apache.sling.jcr.contentparser.impl.ParserHelper defines the
> Json format for a date to a defined value of ECMA_DATE_FORMAT.
> Please support ISO-8601 as a date format.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)