How to fix "time jumped backwards, rotating" RHEL/AlmaLinux/RockyLinux

If you see this message on the KVM console 

time jumped backwards, rotating

 

This usually happens when BIOS date is not in UTC.

 

1. You can simply fix this from SSH by using the following command:

timedatectl set-local-rtc 0

 

2. Verify the updated time by using the following command:

timedatectl

 

3. It will show output similar to this (RTC time should match Univeral time):

               Local time: Wed 2024-08-07 22:51:01 EDT
           Universal time: Thu 2024-08-08 02:51:01 UTC
                 RTC time: Thu 2024-08-08 02:51:01
                Time zone: America/New_York (EDT, -0400)
  • server time, RHEL
  • 1735 Users Found This Useful
Was this answer helpful?

Related Articles

How to reinstall an OS on my server?

If you already have an OS installed on your server and want to change or reinstall it, you can do...

How to set rDNS records for my dedicated server IPs?

You can update rDNS records of your server IPs from Client Area (One Portal) Log in to your...

How to change SSH Port on CentOS 6

Open SSH connection to the server, then:1. Type: nano /etc/ssh/sshd_config 2. Press CTRL+W to...

Do you provide KVM/IPMI access?

Yes, we provide KVM access to all servers in all locations.KVM access is free of charge in all...

Can I install a custom OS?

Yes, you can install a custom OS (OS that is not listed on the server order page) by attaching...