I am inserting the data from C# to Cassandra cluster in IST ('2015-12-28'
) format. But when i query the same data using cqlsh
. It gives me in '2015-12-27 18:30:00+0000'
format. So, to change the format i have tried some of the suggestion but couldn't get succeed like addition of TZ='IST' in cqlshrc file. specify cqlsh output timezone
So, how to change the timezone to be IST and get the value like this '2015-12-27 05:30:00+0000'
.