-
-
Notifications
You must be signed in to change notification settings - Fork 93
Fix and update timezone default and doc #1837
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
base: develop
Are you sure you want to change the base?
Conversation
|
@thommey: This fix is similar to what you ask in issue #461, but not quite the very same. I aim to fix both Issues with this PR. Lines 366 to 367 in d317ac2
I was thinking about switching the timezone and env settings in eggdrop.conf: we could: But then i realized, if users only want to set the timezone variable and not the env(TZ) this make sthings more complicated for them. And when we later remove variable timezone, we patch ques5.tcl to use env(TZ) directly. |
|
Playing with the pre-PR version, I just noticed this interesting timestamp gem: |
|
@vanosg this bug also exists in branch develop, its not a PR bug. anyway. took me a while to find and fix this bug. but here we are :) ready for review again! |
|
I understand the terminology basis for changing the value of the timezone config setting, but how will this affect old non-updated configs being used after this change is made? |
|
if an old config is used, it will work as before |
Found by: https://github.com/thommey and https://github.com/dchmelik
Patch by: https://github.com/michaelortmann
Fixes: #461 and #1831
One-line summary:
Fix and update timezone default and doc
Additional description (if needed):
Test cases demonstrating functionality (if applicable):
Test 1
myeggdrop.conf:
Local time is now 02:53Test 2
myeggdrop.conf:
Local time is now 20:55