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