time (4)SummaryFormats the given timestamp into a short date-time stringexport declare function time<C extends number, S extends TimestampStylesString>(seconds: C, style: S): `<t:${C}:${S}>`;Type ParametersNameConstraintsOptionalDefaultDescriptionCnumberNoNoneSTimestampStylesStringNoNoneParametersNameTypeOptionalDescriptionsecondsCNoThe time to format, represents an UNIX timestamp in secondsstyleSNoThe style to use