timeSummaryFormats a date into a short date-time stringexport declare function time(date?: Date): `<t:${bigint}>`;ParametersNameTypeOptionalDescriptiondateDateYesThe date to format, defaults to the current time