UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

16 lines (15 loc) 289 B
const DTConfig = Object.freeze({ month: "short", day: "numeric", year: "numeric", hour: "numeric", minute: "numeric", timeZoneName: "short" }); function dateWithTimeAndZone(date) { return date.toLocaleString(void 0, DTConfig); } export { DTConfig, dateWithTimeAndZone };