Divergence in application time and timezone

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

image


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

image

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

orbit locale --show

image

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

timedatectl

image

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

orbit locale

image


:no_entry: WARNING

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