time (3)

Formats the given timestamp into a short date-time string
declare function time<C extends number>(seconds: C): `<t:${C}>`;
NameTypeOptionalDescription
secondsCNo
The time to format, represents an UNIX timestamp in seconds