Adjust footer timezone.
This commit is contained in:
@@ -387,7 +387,7 @@ export function Manage({ match, conflict, bodyshop }) {
|
|||||||
<div>
|
<div>
|
||||||
{`ImEX Online V.${process.env.NODE_ENV} - ${
|
{`ImEX Online V.${process.env.NODE_ENV} - ${
|
||||||
process.env.REACT_APP_GIT_SHA
|
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>
|
</div>
|
||||||
<Link to="/about" target="_blank" style={{ color: "#ccc" }}>
|
<Link to="/about" target="_blank" style={{ color: "#ccc" }}>
|
||||||
Disclaimer
|
Disclaimer
|
||||||
@@ -400,3 +400,5 @@ export function Manage({ match, conflict, bodyshop }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
export default connect(mapStateToProps, null)(Manage);
|
export default connect(mapStateToProps, null)(Manage);
|
||||||
|
|
||||||
|
new Date().set.toLocaleString();
|
||||||
|
|||||||
Reference in New Issue
Block a user