time (4)

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