UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

10 lines (9 loc) 208 B
import { format as o } from "date-fns"; const m = (t) => { const e = new Date(t * 1e3); return o(e, "dd MMM yyyy, hh:mm a"); }; export { m as convertEpochTime }; //# sourceMappingURL=index.es157.js.map