@USECTODATE — converts a Unix time stamp to a date and time.

Syntax:
%@USECTODATE[seconds,flags,fmt,tfmt]

secondsseconds past 1970-01-01 00:00:00 UTC
flags1: return date and time as UTC, else local
fmtthe date format used to return the date; defaults to 4 (ISO 8601 format)
tfmtthe time format used to return the time; defaults to 1152 (24-hour with seconds and leading zeros)

See also: @USECONDS and _USECONDS.

• New: This function does not exist in Take Command.