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 timezone. The specific format is one of the most commonly used ISO-8601 formats.

Metadata

https://spdx.org/rdf/3.0.0/terms/Core/DateTime

Name DateTime
SubclassOf xsd:dateTimeStamp

Format

  • Pattern: ^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ$