I have quite a problem with celery on my distribted system. I have couple of machines among different localizations and I've got a lot of warnings in my log files like:
"Substantial drift from celery@host [...]"
I was able to set date to return the same values (even that the machines are in different countries) but python print(utcoffset()) returns different results on main server and nodes.
How to fix that issue? I was unable to find any good solution except that utcoffset() should return the same value - but how?
Thanks for help.