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

Migrated to utc time #32

Merged
merged 2 commits into from
May 19, 2024
Merged

Migrated to utc time #32

merged 2 commits into from
May 19, 2024

Conversation

susch19
Copy link
Owner

@susch19 susch19 commented May 19, 2024

  • because this way the server is time zone independent (at least for most parts) and the clients can decide how they want to display it
  • fixed painless heater scheduled not working correctly in the summer times and also having problem after time zone changes, because the time of day wasn't constant
  • send the heaters the local time, so that switch to and from daylight savings is in transparent to the heaters
  • add new controller for painless mesh, so that one can trigger time updates via rest, because it's broken in the app
  • upgrade to net 8, because net 7 will be out of support soon

susch19 added 2 commits May 19, 2024 14:07
* because this way the server is time zone independent (atleast for most parts) and the clients can decide how they want to display it
* fixed painless heater scheduled not working correctly in the summer times and also having problem after time zone changes, because the time of day wasn't constant
* send the heaters the local time, so that switch to and from daylight savings is intransparent to the heaters
* add new controller for painless mesh, so that one can trigger time updates via rest, because it's broken in the app
*  upgrade to net 8, because net 7 will be out of support soon
* since it is only used by this plugin and shouldn't be in the main app broker project
* fixed SocketIO now beeing also a namepsace, so having to fully qualify the SocketIO name
* fixed errors that happened during master rebase
@susch19 susch19 merged commit 8b45324 into master May 19, 2024
1 check passed
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