pub const TIMESTAMPTZ: TypeMarker;Expand description
Specifies a TIMESTAMPTZ column type (with timezone).
TIMESTAMPTZ stores date and time with timezone.
See: https://www.postgresql.org/docs/current/datatype-datetime.html
pub const TIMESTAMPTZ: TypeMarker;Specifies a TIMESTAMPTZ column type (with timezone).
TIMESTAMPTZ stores date and time with timezone.
See: https://www.postgresql.org/docs/current/datatype-datetime.html