Configuring system time
The system time must be accurate for many features to work, including scheduling, logging, and SSL/TLS-related features.
We recommend that you use Network Time Protocol (NTP) to maintain the system time. As an alternative when NTP is not available or is impractical, you can set the system time manually.
You can change the system time with the web UI or the CLI.
Before you begin:
- You must have Read-Write permission for System settings.
To configure the system time:
- Go to System > Settings.
- Click the Maintenance tab.
- Complete the configuration as described in System time configuration.
- Save your changes.
Setting | Guidelines |
---|---|
System Time | Displays the system time. You can use NTP to set the system time, or use the controls to set the system time manually. Specify time in HH:MM:SS format. |
Daylight Saving Time | Enable if you want the system to adjust its own clock when its time zone changes between daylight saving time (DST) and standard time. |
Time Zone | Select the time zone where the appliance is located. |
NTP | |
NTP | Select to use NTP. |
NTP Server | Specify a space-separated list of IP addresses or FQDNs for an NTP server or pool, such as pool.ntp.org . To find an NTP server, go to http://www.ntp.org. |
Synchronizing Interval | Specify how often the system synchronizes its time with the NTP server. The default is 60 minutes. The valid range is 1-1440. |
To configure NTP using the CLI:config system time ntp set ntpsync enable set ntpserver {<server_fqdn> | <server_ipv4>} set syncinterval <minutes_int> end To configure the system time manually:config system time ntp set ntpsync disable end config system time manual set zone <timezone_index> set daylight-saving-time {enable|disable} end execute date <MM/DD/YY> <HH:MM:SS> |