This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-17 10:29:26 +03:00

4 lines
96 B
JavaScript

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