DateTime
Summary
A string representing a specific date and time.
Description
A DateTime is a string representation of a specific date and time.
It has resolution of seconds and is always expressed in UTC time zone.
The specific format is one of the most commonly used ISO-8601 formats.
Metadata
https://spdx.org/rdf/3.0.1/terms/Core/DateTime
Name | DateTime |
SubclassOf | xsd:dateTimeStamp |
Format pattern
^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ$