singer_sdk.typing.DateTimeType

class singer_sdk.typing.DateTimeType[source]

DateTime type.

Example: 2018-11-13T20:20:39+00:00

string_format: str | None = 'date-time'[source]

String format.

See the JSON Schema reference for a list of all the built-in formats.

Returns:

A string describing the format.