-
Notifications
You must be signed in to change notification settings - Fork 8
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
Timezone offset does not match system offset - check your config files #17
Comments
Oh wait, looks like this isn't even your hooks fault... |
Moved to GothenburgBitFactory/tasklib#84 |
Nevermind, the issue is in this project: env = os.environ.copy()
env['TZ'] = 'UTC0' WHYYYYYYYYY? This caused me over an hour of debugging just now :/ |
I had the same issue with I haven't noticed any incorrect behaviour from I know that for my own use of this hook, I wouldn't care if the new tasks weren't due on exactly the right days due to a time zone issue.
|
I am a developer, but I rarely use python, so idk what I'm supposed to do with this. The hook shouldn't care about my system time at all?
I live in Germany (CEST) btw.
The text was updated successfully, but these errors were encountered: