From 415bfd66aa4e8f630fbbaedf1078eb70286604bd Mon Sep 17 00:00:00 2001 From: Gala Date: Thu, 15 Dec 2022 15:32:50 +0100 Subject: [PATCH] change date order to dd/mm/yy --- nym-wallet/src/utils/nextEpoch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), {