singer_sdk.typing.DateTimeType#

class singer_sdk.typing.DateTimeType#

DateTime type.

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

string_format: str | None = 'date-time'#

String format.

See the formats built into the JSON Schema specification.

Returns:

A string describing the format.