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