Skip to content

Commit

Permalink
Merge pull request #22 from hendriksen-mark/main
Browse files Browse the repository at this point in the history
Local time not representing the real local time.
  • Loading branch information
hendriksen-mark authored Jul 27, 2024
2 parents ac0a95d + 7bfb1b0 commit 8d4c373
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 8d4c373

Please sign in to comment.