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

Typo in serial_sqlwriter.py leading to wrong Date/Time format #20

Closed
Teikahym opened this issue Apr 6, 2021 · 0 comments · Fixed by #23
Closed

Typo in serial_sqlwriter.py leading to wrong Date/Time format #20

Teikahym opened this issue Apr 6, 2021 · 0 comments · Fixed by #23

Comments

@Teikahym
Copy link
Contributor

Teikahym commented Apr 6, 2021

Issue: Typo in serial_sqlwriter.py leads to wrong Date/Time format preventing the "online" detection of the ducks-view from working.

Solution: Change line nr. 26 in serial_sqlwriter.py from

theTime = strftime("%Y-%m-%d %Hs:%M:%S", gmtime())

to

theTime = strftime("%Y-%m-%d %H:%M:%S", gmtime())

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

Successfully merging a pull request may close this issue.

1 participant