Skip to main content

Posts

Showing posts with the label time

Change Time and Timezone on Oracle Linux 8

  In this blogpost we will see how can we change the time and time zone on Oracle Enterprise Linux 8 Server Check the existing configure time and time zone  on Server: [root@OEL8-Server1 ~]# date Mon Mar 13 06:47:05 EDT 2023 [root@OEL8-Server1 ~]# timedatectl                Local time: Mon 2023-03-13 06:47:46 EDT            Universal time: Mon 2023-03-13 10:47:46 UTC                  RTC time: Mon 2023-03-13 10:47:48                 Time zone: America/New_York (EDT, -0400) System clock synchronized: no               NTP service: active           RTC in local TZ: no As you can see NTP service is active it will not allow to change time manually.   [root@OEL8-Server1 ~]# timedatectl set-time 13:48:33 Failed to set time: NTP unit is ac...