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

Fixing getting the time from the EVSE #7

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Conversation

jeremypoulter
Copy link
Owner

The EVSE month is 1-12, tm is 0-11. Setting was fixed in 53c0d84 but not the get.

Also getTime uses mktime and this is localtime only so changed setTime to user localtime_r to match as there is no equivient of mktime for GMT/UTC.

The EVSE month is 1-12, `tm` is 0-11. Setting was fixed in 53c0d84 but not the get.

Also `getTime` uses mktime and this is localtime only so changed `setTime` to user `localtime_r` to match as there is no equivient of `mktime` for GMT/UTC.
@jeremypoulter jeremypoulter merged commit 8e33a71 into master Mar 18, 2023
@jeremypoulter jeremypoulter deleted the time_get_set_fix branch March 18, 2023 17:13
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 this pull request may close these issues.

1 participant