Date and time representation
Timestamp
Cassandra timestamp, a single moment in time with millisecond precision, is represented as DateTimeOffset
.
Date
Introduced in Cassandra 2.2, a date portion without a time-zone, is represented as a LocalDate
.
Time
Introduced in Cassandra 2.2, a time portion without a time-zone, is represented as a LocalTime
.