solid-contrib / conformance-test-harness

Harness used to run Solid conformance tests and generate reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use consistent datetime format for machine-readable values

csarven opened this issue · comments

I suggest to use RFC 3339's date-time with time-offset value of Z ( https://datatracker.ietf.org/doc/html/rfc3339#section-5.6 ) eg: 2021-07-30T19:52:00.000Z.

Complete as part of #137