-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
can't change timezone for cron #1404
Comments
Just linking - related to: #1407 |
Hi @keliansrdl , I came across the same issue (Europe/Madrid). Here's what I ran to fix the issue within the docker's console.
Obviously, modify accordingly. |
Hi, that's doesn't work for me ... where do you run the docker run command ? Kélian |
Try running just: "sudo timedatectl set-timezone Europe/Paris" within the docker (not the host OS). |
Oh yes i see, np :) |
Maybe this will help -> https://serverfault.com/questions/1012542/docker-container-time-2-hours-behind-when-tz-cest |
i think yes, that will work, but i don't want rebuild a docker image every update |
same prob here, is there a plan to fix it ? |
Can you verify if it works better now with #1733 merged? |
Hi @andreas-marschke, CRON works fine with the good TZ with the 9.47 beta, however i've an error during task running :
|
@ksourdrille That sounds concerning. Would you be able to reproduce that exception? |
@andreas-marschke did you know where i can found the tracelogs from the application ? (with docker install) |
Ok i have this @andreas-marschke :
is that better ? |
Possibly it have been already fixed within v2.9.47-beta as I remember there had been a similar report on the weekend. |
@ksourdrille According to #1736 the other user was asked to test and confirmed the change not fixed. |
Hi,
I've a problem with cron and timezone, my timezone is Europe/Paris, and the container have the UTC timezone, so we have 2 hours difference, for the cron i have to set -2 for trigger at the good hours in france,
There is a way for change the timezone of the container ?
i've already tried the TZ environment, puting volumes with /etc/timezone and /etc/localtime but the time doesn't impacted
The text was updated successfully, but these errors were encountered: