timestamp constant

GenericType<DateTime> const timestamp

Must be a DateTime (microsecond date and time precision)

Implementation

static const timestamp =
    GenericType<DateTime>(TypeOid.timestampWithoutTimezone);