Adjust footer timezone.

This commit is contained in:
Patrick Fic
2021-04-27 19:24:33 -07:00
parent 2cff5417b8
commit bbec895fff

View File

@@ -387,7 +387,7 @@ export function Manage({ match, conflict, bodyshop }) {
<div>
{`ImEX Online V.${process.env.NODE_ENV} - ${
process.env.REACT_APP_GIT_SHA
} - ${preval`module.exports = new Date().toLocaleString();`}`}
} - ${preval`module.exports = new Date().toLocaleString("en-US", {timeZone: "America/Los_Angeles"});`}`}
</div>
<Link to="/about" target="_blank" style={{ color: "#ccc" }}>
Disclaimer
@@ -400,3 +400,5 @@ export function Manage({ match, conflict, bodyshop }) {
);
}
export default connect(mapStateToProps, null)(Manage);
new Date().set.toLocaleString();