YegorKozlov opened a new pull request, #24:
URL: https://github.com/apache/sling-org-apache-sling-jcr-contentloader/pull/24

   The PR is a small amendment to SLING-1130 .
   
   The jsonDate regex does not capture dates in the UTC timezone, e.g.
   
   
   | String                              | Capture           | 
   |-------------------------------------|-------------|
   | 2009-09-24T16:32:57.948-07:00| yes |
   | 2022-12-18T16:49:44.420+03:00| yes |
   | 2023-05-24T10:36:11.401Z | no |
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to