Wrong Date Time

I downloaded the TOMCAT version of the camunda and apparently it’s like the timezone is wrong. But I configured (I don’t know if it’s the correct/recommended path) in tomcat’s setenv.sh file: ${SERVER_FOLDER}/server/apache-tomcat-9.0.52/bin/setenv.sh the following parameter: export CATALINA_OPTS=" -Xmx512m -Duser.timezone=America/Sao_Paulo"
But cockpit times always appear 1 hour longer.
For example, I deployed a process at 2021-11-13 11:41:00, but in the cockpit it appears at 2021-11-14T12:41:00.
I noticed this problem because the event timer was not working as expected. And I noticed that the start time in the cockpit (when starting a process) was 1 hour longer than when I actually started it.
Maybe it’s a very simple question, but I’m starting in camunda and I couldn’t solve this problem.
PS.: When starting the server with the script ./start-camunda-sh I get the log message: Using CATALINA_OPTS: -Xmx512m -Duser.timezone=America/Sao_Paulo