The file VerificationUtilities.js contains functions that create time-related objects with format restrictions. They are used to check if a given string can be understood as one of the time-related data types of schema.org (Time, Date, TimeDate).
For each data type, there must be a set of valid formats or a regular expression that helps us to accept the formats and only the formats acceptable by schema.org. The description of the data types is vague and/or references other specifications, we must have a closer look into this issue.
https://schema.org/Time
https://schema.org/Date
https://schema.org/DateTime
The file
VerificationUtilities.jscontains functions that create time-related objects with format restrictions. They are used to check if a given string can be understood as one of the time-related data types of schema.org (Time, Date, TimeDate).For each data type, there must be a set of valid formats or a regular expression that helps us to accept the formats and only the formats acceptable by schema.org. The description of the data types is vague and/or references other specifications, we must have a closer look into this issue.
https://schema.org/Time
https://schema.org/Date
https://schema.org/DateTime