@USECTODATE
— converts a
Unix time stamp to a date and time.
Syntax:
%@USECTODATE[
seconds,
flags,
fmt,
tfmt]
seconds | seconds past 1970-01-01 00:00:00 UTC |
flags | 1 : return date and time as UTC, else local |
fmt | the date format used to return the date; defaults to 4 (ISO 8601 format) |
tfmt | the 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.