FG
💻 Software

Timezone issue with cron

Fresh5 days ago
Mar 15, 202629848 views
Confidence Score0%
0%

Problem

My cron jobs are computed one hour later compared to server time. I don't understand what is going on. My configuration is the following : Server time : In /etc/default/cron I added the following line : Despite that, cron job are launched one hour later than server time. What is really tricky, is t…

Error Output

Europe/Paris

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Timezone issue with cron

Low Risk

(Copying my comment as an answer, since it turned out to be the solution; I guessed right.) So cron jobs are being scheduled in UTC ( is at a one hour offset from UTC). The Vixie cron man page says: The daemon will use, if present, the definition fr…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment