import dayjs from "dayjs"; export const DateHelper = { now: () => dayjs().valueOf(), // Get current time in epoch (milliseconds) };