change date order to dd/mm/yy

This commit is contained in:
Gala
2022-12-15 15:32:50 +01:00
parent 7391463cae
commit f6931d1500
+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)), {