How to synchronize panel time on another timezone than the local one#291
Merged
yozik04 merged 3 commits intoParadoxAlarmInterface:devfrom Apr 5, 2022
Merged
How to synchronize panel time on another timezone than the local one#291yozik04 merged 3 commits intoParadoxAlarmInterface:devfrom
yozik04 merged 3 commits intoParadoxAlarmInterface:devfrom
Conversation
… local time timezone Tested on EVO192 and Raspberry under Bullseye
Collaborator
|
@Benoit3 Sorry. I have rewrote it all. Shame on me =) Please verify. |
|
Kudos, SonarCloud Quality Gate passed! |
Contributor
Author
|
Hello,
sorry for my poor coding and thank you for your interest in my pull
request.
I've corrected the new parameter label :
Benoit3@41b03d7
and tested it with '' (empty), 'CET', 'UTC', 'TOTO' (unknown)
timezones on a Rpi4 under Bullseye, with EVO192
All results is OK.Thank you to have recode it.Do I need to do a new a
pull request for the last commit ?
Regards,Benoit
Le dimanche 03 avril 2022 à 13:05 -0700, Jevgeni Kiski a écrit :
… @Benoit3 Sorry. I have rewrote it all. Shame on me =) Please verify.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: <
***@***.***>
|
Collaborator
|
Thanks for the fix and testing. I did that late at night so did not noticed the mistake. I am merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Hello,
I propose a solution to synchonize the panel on another timezone than the local one.
For example, PAI can run on a UTC host and the panel be in CET timezone
Tested on EVO192 and Raspberry under Bullseye
The config file is using pytz timezone
In case you are interested in.
Regards,
Benoit