-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
status: has PRThe issue is being processed in a pull requestThe issue is being processed in a pull requesttype: regressionSomething that brokeSomething that broke
Milestone
Description
I noticed while testing that Creation Date is no longer populated in the report. Is this a permanent change? When I looked at the code, I saw this is commented out with a note to fix it in the future, so it looks like there are plans to bring it back?:
epubcheck/src/main/java/com/adobe/epubcheck/ocf/OCFChecker.java
Lines 253 to 262 in d895f66
// FIXME 2022 - report container info | |
// long l = container.getTimeEntry(OCFData.containerEntry); | |
// if (l > 0) | |
// { | |
// Date d = new Date(l); | |
// String formattedDate = new | |
// SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'").format(d); | |
// report.info(OCFData.containerEntry, FeatureEnum.CREATION_DATE, | |
// formattedDate); | |
// } |
Metadata
Metadata
Assignees
Labels
status: has PRThe issue is being processed in a pull requestThe issue is being processed in a pull requesttype: regressionSomething that brokeSomething that broke