import { DateTime } from 'luxon'; export const currentDate = DateTime.local().toUTC().toISO();