Hi,
I am cassandra novice and I am trying to come up to speed. When I ran CQL query, I got this for one of the columns "status, value=CREATED, timestamp=1340385863990010, ttl=604800000".
The timestamp attribute is there for every column. However, I am not sure how to convert the timestamp value to date. When I use java.util.Date and provide the value 1340385863990010, I get a date which is not quite correct. Can you tell me if this value is in milliseconds or microseconds or some other metric?
