OCI: DST Timezone Change is Not Taking Effect on Linux Instances — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community

OCI: DST Timezone Change is Not Taking Effect on Linux Instances

edited Jul 22, 2025 6:47AM in Linux

Applies To:
Oracle Cloud Infrastructure
Oracle Linux

Symptoms:
After the Daylight Saving Time (DST) transition, the system time on OCI Linux instances remains unchanged and continues to display in GMT rather than switching to BST.

[root@<HOSTNAME> ~]# zdump -v Europe/London | grep 2025
Europe/London Sun Mar 30 00:59:59 2025 UTC = Sun Mar 30 00:59:59 2025 GMT isdst=0 gmtoff=0
Europe/London Sun Mar 30 01:00:00 2025 UTC = Sun Mar 30 02:00:00 2025 BST isdst=1 gmtoff=3600
Europe/London Sun Oct 26 00:59:59 2025 UTC = Sun Oct 26 01:59:59 2025 BST isdst=1 gmtoff=3600
Europe/London Sun Oct 26 01:00:00 2025 UTC = Sun Oct 26 01:00:00 2025 GMT isdst=0 gmtoff=0
[root@<HOSTNAME> ~]#
[root@<HOSTNAME> ~]# date
Mon Mar 31 11:19:35 GMT 2025
[root@<HOSTNAME> ~]#

Cause
The system timezone is configured to a static timezone i.e GMT (+0000) instead of a dynamic timezone (Europe/London) that supports DST transitions.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!