Support additional formats when transforming dates

Issue #679 resolved
Brian Lewis repo owner created an issue

The http Transformer transformer used to transform date strings into date objects supports the date formats as exported by ASP.

Extend this to support the date formats that appear in the googledrive meta data and in the SchoolInspection Xml:

specifically:

createDate=2019-07-26 19:03:51.0 GMT+03:00

createdTime=2019-07-26T16:05:20.709Z

Note the latter format differs from the ASP format only in the milliseconds

Comments (1)

  1. Log in to comment