Skip to content

Commit

Permalink
Local time not representing the real local time.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Jul 24, 2024
1 parent ac0a95d commit 7bfb1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Bridge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ const Bridge = ({ HOST_IP, API_KEY }) => {
readOnly={true}
type="text"
placeholder="time"
value={Date(readonlyConf["localtime"])}
value={new Date(readonlyConf["localtime"])}
/>
</div>
</PageContent>
Expand Down

0 comments on commit 7bfb1b0

Please sign in to comment.