change date order to dd/mm/yy

This commit is contained in:
Gala
2022-12-15 15:32:50 +01:00
parent 9af6f824d4
commit 415bfd66aa
+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)), {