diff --git a/src/helpers/format-data/index.js b/src/helpers/format-data/index.js index 700cace..dd8eea9 100644 --- a/src/helpers/format-data/index.js +++ b/src/helpers/format-data/index.js @@ -1,6 +1,6 @@ const formatDate = (date) => { const dateFormated = new Intl.DateTimeFormat('pt-BR', { - timeZone: 'America/Sao_Paulo', + timeZone: 'UTC', day: '2-digit', month: 'short', year: 'numeric',