====== ActualDateTime ====== The function //ActualDateTime ()// returns the current date and time in the local time zone. \\ If __no parameter__ has been specified, it is formatted as year, month, day, hour, minute and second ("**yyyyyMMddTHHmm**"). ==== Syntax: ==== ActualDateTime() ==== Examples: ==== ActualDateTime("yyyy-MM-ddTHH:mm:ss.ffff") Output of the time with the difference to UTC: ActualDateTime("yyyy-MM-ddTHH:mm:sszzzz") Delivers e.g.: 2024-10-16T12:39:10.5590045+02:00