Thanks.

I went through some articles which mentioned that the client to pass the
timestamp for insert and update. Is that anyway we can avoid it and
Cassandra assume the current time of the server?

Thanks
Ajay
On Dec 26, 2014 10:50 PM, "Eric Stevens" <migh...@gmail.com> wrote:

> Timestamps are timezone independent.  This is a property of timestamps,
> not a property of Cassandra. A given moment is the same timestamp
> everywhere in the world.  To display this in a human readable form, you
> then need to know what timezone you're attempting to represent the
> timestamp as, this is the information necessary to convert it to local time.
>
> On Fri, Dec 26, 2014 at 2:05 AM, Ajay <ajay.ga...@gmail.com> wrote:
>>
>> Hi,
>>
>> If the nodes of Cassandra ring are in different timezone, could it affect
>> the counter column as it depends on the timestamp?
>>
>> Thanks
>> Ajay
>>
>

Reply via email to