The SOAR Platform uses dates for different
purposes and therefore must be updated with the time zone of your location.
About this task
By default, the SOAR system time zone is set to
Coordinated Universal Time (UTC).
Complete the following steps to change the time zone.
Procedure
- Enter the following command in the SSH client to list the available time
zones:
timedatectl list-timezones
- Determine the time zone that you want to use, such as America/New_York.
- Enter the following command to change the time zone.
sudo timedatectl set-timezone <time_zone>
-
Restart the
resilient-messaging.service
with the following command.
sudo systemctl restart resilient-messaging.service