Was this page helpful?
Date and time representation¶
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.