Can you open a JIRA ticket with steps to reproduce?

On Fri, May 8, 2015 at 10:33 AM, Arindam Bose <arindambos...@gmail.com>
wrote:

> Hello
>
> Getting an issue with *cassandra2.0.9 sstable2json*; Why the date format in
> json is *ignoring* the "ss"/*seconds* for the timestamp type column?
>
> eg:
>
> *actual - as I observed:*
>
> cql column definition: updatedtimestamp timestamp
> cql value:2013-10-17 10:35:23-0700
> json data: ["updatedtimestamp","2013-10-17 *10:35*-0700",1382031302954000]
>
> *as I expect:*
>
> cql column definition: updatedtimestamp timestamp
> cql value:2013-10-17 10:35:23-0700
> json data: ["updatedtimestamp","2013-10-17 *10:35:23*
> -0700",1382031302954000]
>
> whats the issue in here or am I missing something?
>
>
> Regards,
> Arindam Bose
>



-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Reply via email to