If the web application has a different time zone, continue with the steps below:
1. Validate if NTP is configured, type the command below:
orbit ntp --show

If NTP was not configured, follow these steps before proceeding:
2. If NTP is configured, but it’s wrong, you can check with this command:
ntpq -p

3. Check which timezone is configured in your senhasegura, use the command below:
orbit locale --show

4. Check which timezone is synchronized, use the command below:
timedatectl

5. If the timezone is wrong, edit it using the command below:
orbit locale

WARNING
This command will restart some senhasegura services, including the database, which may cause a brief outage.