Technical Tip: How to change the time in the FortiEDR Server on-premise
| Description | This article describes how to change the system time zone in FortiEDR Manager, Aggregator, Core. |
| Scope | FortiEDR 5.0 and up. |
| Solution |
sudo su
fortiedr tzselect
fortiedr restart
timedatectl
If the command above does not work, run the following command (New York is used as an example):
sudo timedatectl set-timezone America/New_York
To list the timezones in America, run the following:
ls /usr/share/zoneinfo/America/ |

