Configure system time and timezone

Configure system time and timezone in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Ensure the timezone is set to UTC across the web tier before the analytics job runs. Confirm the…
Ensure the timezone is set to UTC across the web tier before the analytics job runs. Confirm the hardware clock is set to UTC, update /etc/timezone to Etc/UTC, restart the time service, sync NTP against time.example.corp, and verify that all web1, web2, web3 report the same timestamp. Do this before 05:00 when the analytics window starts.

Improve — make it easier to accept

+
Before I change system clocks across production, make the change easy for reviewers. Put the…
Before I change system clocks across production, make the change easy for reviewers. Put the expected timestamp after the change up front, list which cron jobs and scheduled tasks are affected, surface services that read the hardware clock directly, and flag any database or log rotation jobs that may break if the change happens during a window.

Decide — diagnose the stuck moment

+
I switched the cluster to UTC overnight and now several scheduled jobs ran two hours earlier, and…

After setting UTC, scheduled jobs ran at the wrong time

I switched the cluster to UTC overnight and now several scheduled jobs ran two hours earlier, and the ops lead is asking why. I don’t know which machines used localtime versus UTC in their cron, or which services cache the timezone. What’s the most likely cause and the safest immediate fix to align schedules without rolling back the timezone change?

Become — change the pattern

+
Whenever we adjust system timezone or daylight-saving settings, some scheduled jobs misfire and we…

We repeatedly hit scheduling errors after timezone changes

Whenever we adjust system timezone or daylight-saving settings, some scheduled jobs misfire and we scramble to fix customer-facing alerts. This undermines confidence in our ops and costs on-call hours. Where are we most often failing in our process, and what single operational habit would stop these timezone-related incidents?

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.