Adjust footer timezone.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user