[
https://issues.apache.org/jira/browse/SLING-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16206244#comment-16206244
]
Stefan Seifert commented on SLING-7185:
---------------------------------------
in minor problem is of course that in case of JSON parsing the date is tried
with each and every string because it's not known if it's a date (date parsing
can be switched off in general in the options). putting those two in cascade
will double the try-parse actions. but making this more performant would be a
separate task - if this is a real problem at all.
> 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)