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.
----
---