d3.isoParse
The full ISO 8601 UTC time parser. Where available, this method will use the Date constructor to parse strings. If you depend on strict validation of the input format according to ISO 8601, you should construct a UTC parser function:
var strictIsoParse = d3.utcParse("%Y-%m-%dT%H:%M:%S.%LZ");
Please login to continue.