-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
The list of valid date and time formats used for congruence checking between EML metadata and data entity contents has been updated according to the requirements outlined in PEP-4: Expanding the List of Supported Date and Time Formats for ECC and ezEML Congruence Checks.
This expanded list of formats is now ready for integration into PASTA's congruence checking processes.
Impacted Areas
The following areas of the PASTA codebase are likely to be affected by this update and will require review and modification:
- JavaScript Validation: The
validateDateandisValidDatefunctions withinvalidation.jswill need to be updated to recognize the new date and time formats. - Database Adapter: Methods within
DatabaseAdapter.javaresponsible for transforming and validating datetime strings for database compatibility must be adapted to handle the expanded format list. - HSQL Adapter: The custom
to_timestampmethod inHSQLAdapter.java, used for parsing and converting date strings to database-compatible timestamps, needs to be updated. - Quality Reporting: The handling of quality and reports in
QualityReport.javamay need adjustments to correctly identify and report on valid date formats within datasets.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status