TIMESTAMP

Constant TIMESTAMP 

Source
pub const TIMESTAMP: TypeMarker;
Expand description

Specifies a TIMESTAMP column type (without timezone).

TIMESTAMP stores date and time without timezone.

See: https://www.postgresql.org/docs/current/datatype-datetime.html