export type DatePart = "year" | "y" | "month" | "M" | "day" | "d" | "hour" | "h" | "minute" | "m" | "second" | "s";