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://rdf.spdx.org/v3/Core/DateTime

Name DateTime
SubclassOf xsd:string

Format

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