diff --git a/nym-wallet/src/utils/nextEpoch.ts b/nym-wallet/src/utils/nextEpoch.ts index d096813a46..db80a22280 100644 --- a/nym-wallet/src/utils/nextEpoch.ts +++ b/nym-wallet/src/utils/nextEpoch.ts @@ -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)), {