FortiAnalyzer
FortiAnalyzer can receive logs and Windows host events directly from endpoints connected to EMS, and you can use FortiAnalyzer to analyze the logs and run reports.
caunon
Staff
Staff
Article Id 189675

Description


This article describes how to disable daylight saving time (DST).

This feature is enabled by default but in some cases, the end user may require to disable it for some reasons. Example, the DST is not applicable to that specific time zone anymore or to standardize the logging information across the logging devices with the FortiAnalzyer that may located in different time zone across the globe. 

 

Scope

 

FortiAnalyzer.

Solution


To disable the DST from CLI:

 

config system global
    set daylightsavetime disable
end

 

To verify the setting from CLI:

 

get system global

...
daylightsavetime : disable

...