change date order to dd/mm/yy

This commit is contained in:
Gala
2022-12-15 15:32:50 +01:00
committed by Jon Häggblad
parent a8ccd2ec17
commit 3be615f74f
+1 -1
View File
@@ -10,7 +10,7 @@ export const getIntervalAsDate = async () => {
add(new Date(), {
seconds: secondsToNextInterval,
}),
'MM/dd/yyyy, HH:mm',
'dd/MM/yyyy, HH:mm',
);
const nextEpoch = format(
add(fromUnixTime(Number(interval.current_epoch_start_unix)), {