date
Get or set the FortiManagersystem date.
Syntax
execute date [<date_str>]
date_str has the form mm/dd/yyyy, where
mmis the month and can be01to12ddis the day of the month and can be01to31yyyyis the year and can be2001to2037
If you do not specify a date, the command returns the current system date.
Dates entered will be validated - mm and dd require one or two digits, and yyyy requires four digits. Entering fewer digits will result in an error.
Example
This example sets the date to 29 September 2020:
execute date 9/29/2020