Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Station clock error #64

Open
steepleian opened this issue Feb 3, 2020 · 3 comments
Open

Station clock error #64

steepleian opened this issue Feb 3, 2020 · 3 comments

Comments

@steepleian
Copy link
Contributor

If station clock is set to 24 hour clock, after midnight the clock reads 24:MM:SS rather than 00:MM:SS.

To correct, change line 83 of updater.php from: -

var c=e.getHours();

To: -

var c=e.getHours();

@MrMan1968
Copy link

I have this error. However in your post above both the from and to code is exactly the same...

@steepleian
Copy link
Contributor Author

steepleian commented May 2, 2020 via email

@MrMan1968
Copy link

Nice one steepleian, that fixed it! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants