diff --git a/cassandra/cqltypes.py b/cassandra/cqltypes.py index 39294822..fece5ea8 100644 --- a/cassandra/cqltypes.py +++ b/cassandra/cqltypes.py @@ -502,6 +502,8 @@ class DateType(_CassandraType): return int64_pack(long(converted)) +class TimestampType(DateType): + pass class TimeUUIDType(DateType): typename = 'timeuuid'