openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Report file last modified time in ISO format #120

Closed tledoux closed 4 years ago

tledoux commented 4 years ago

Report file last modified time in ISO format to be comparable with other dates.

So

Mon Jul 22 14:29:47 2019

becomes

2019-07-22T14:29:47.637019

The type of fileLastModified could then be xs:dateTime.

bitsgalore commented 4 years ago

Thanks Thomas, I just merged this into the master branch!