Date and Time scripting

The function to obtain the date and time on RouterOS is very simple :local date [/system clock get date]:local time [/system clock get time] Bad news, the variable $date contains the value “Dec/25/2018” which is not very adapted to scripting operations. Then if you want to get a more adapted format, such as 2018-12-25, you […]

Read more