function time

declare function time(date?: Date): `<t:${bigint}>`;

Formats a date into a short date-time string

Parameters

optional
date?: Date
The date to format, defaults to the current time