I’m working with Ubuntu 24.04 and Python 3.12.
To my understanding, crontab assumes the local (or native) timezone, while pycron interprets the croniter representations as UTC. Is this expected behavior? If not, I can provide a patch using the tzlocal module.
I’m working with Ubuntu 24.04 and Python 3.12.
To my understanding, crontab assumes the local (or native) timezone, while pycron interprets the croniter representations as UTC. Is this expected behavior? If not, I can provide a patch using the tzlocal module.