mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
The "Timestamp" type returned for CreationDateTime can be one of several things but if it is a number, it is supposed to be the time in *seconds* since the epoch - not in milliseconds. Returning milliseconds as we wrongly did causes boto3 (AWS's Python driver) to throw a parse exception on this response. Signed-off-by: Nadav Har'El <nyh@scylladb.com>