Skip to content

Commit

Permalink
refactor(helpers/format-data/index.js): ajustando bug -@angeloneves19 -
Browse files Browse the repository at this point in the history
…@thayanneregoo -ester-arruda
  • Loading branch information
angeloneves19 committed Feb 15, 2024
1 parent ef9c1f6 commit f2adee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/format-data/index.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit f2adee8

Please sign in to comment.