change date order to dd/mm/yy
This commit is contained in:
@@ -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)), {
|
||||
|
||||
Reference in New Issue
Block a user