fix get current date
This commit is contained in:
parent
b1484bbf8b
commit
814bb3ec0e
@ -1,3 +1,3 @@
|
||||
import { DateTime } from 'luxon';
|
||||
|
||||
export const currentDate = DateTime.local().toUTC().toJSDate().toDateString();
|
||||
export const currentDate = DateTime.local().toUTC().toISO();
|
||||
|
||||
Reference in New Issue
Block a user