The underlying write time is still tracked for each value in the collection - it's part of how conflict resolution is managed - but it's not exposed through CQL.
On Fri Nov 28 2014 at 4:18:47 AM Batranut Bogdan <batra...@yahoo.com> wrote: > Hello all, > > If one has a table like this: > id text, > ts timestamp > values list<text> > > PK (id,ts) > > > How will the DTCS work? I am asking this because the writeTime() function > does not work on collections. >