We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba896f0 commit 0765620Copy full SHA for 0765620
1 file changed
cassandra/cqltypes.py
@@ -502,6 +502,8 @@ def serialize(v):
502
503
return int64_pack(long(converted))
504
505
+class TimestampType(DateType):
506
+ pass
507
508
class TimeUUIDType(DateType):
509
typename = 'timeuuid'
0 commit comments