remoção do utc -5
parent
62efca88c3
commit
8b089c0fb0
|
@ -434,7 +434,7 @@ const Dashboard = () => {
|
|||
<Tooltip
|
||||
title={`Os dados informados abaixo é baseado na data: ${new Date().toLocaleDateString(
|
||||
"es",
|
||||
{ timeZone: "UTC-5" }
|
||||
{ timeZone: "UTC" }
|
||||
)}`}
|
||||
color="primary"
|
||||
TransitionComponent={Zoom}
|
||||
|
@ -516,7 +516,7 @@ const Dashboard = () => {
|
|||
<Tooltip
|
||||
title={`Os dados informados abaixo é baseado na data: ${new Date().toLocaleDateString(
|
||||
"pt-BR",
|
||||
{ timeZone: "UTC-5" }
|
||||
{ timeZone: "UTC" }
|
||||
)}`}
|
||||
color="primary"
|
||||
TransitionComponent={Zoom}
|
||||
|
|
Loading…
Reference in New Issue