I am trying to change the timezone on an on-premises SOAR so incident date/time stamps are in the customer's timezone (from Mountain to Eastern). I have run these console commands and even though the system shows a change in the local timezone SOAR continues to use the original timezone. Even a reboot did not fix.
How do you change the timezone that SOAR uses?
sudo timedatectl set-timezone America/New_York
timedatectl
[resadmin@resilient ~]$ timedatectl
Local time: Fri 2024-12-06 09:25:25 EST
Universal time: Fri 2024-12-06 14:25:25 UTC
RTC time: Fri 2024-12-06 09:25:25
Time zone: America/New_York (EST, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: yes
sudo systemctl restart resilient-messaging.service
System continues to use Mountain time for incident creation, start date, etc.
------------------------------
ken ching
------------------------------