Hi, everyone I have a development machine running in the UTC -0200 But the Cassandra in the same machine looks like is not running in the same UTC because the logs are 2 hours ahead ( UTC ). For example, if my machine is 08:49 and the Cassandra log entries are 10:49. And I'm trying change the timezone, but I did not succeed. In my last try I put this line: JVM_OPTS="$JVM_OPTS -Duser.timezone=America/Sao_Paulo" in my cassandra-env.sh But did not work. =/
What is the right way to change the Cassandra timezone? All the best Vanz