export type DateFormatPrecision = "years" | "y" | "months" | "M" | "days" | "d" | "minutes" | "m" | "seconds" | "s";