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 be01to12 -
ddis the day of the month and can be01to31 -
yyyyis the year and can be2001to2100
If you do not specify a date, the command returns the current system date.
Dates entered will be validated - mm and dd require 2 digits, and yyyy requires 4 digits. Entering fewer digits will result in an error.
Example
This example sets the date to 29 September 2020:
execute date 09/29/2020