Setting the SOAR Platform time zone

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

  1. Enter the following command in the SSH client to list the available time zones:
    timedatectl list-timezones
  2. Determine the time zone that you want to use, such as America/New_York.
  3. Enter the following command to change the time zone.
    sudo timedatectl set-timezone <time_zone>
  4. Restart the resilient-messaging.service with the following command.
    sudo systemctl restart resilient-messaging.service