Change Timezone from UTC to CST

[root@testbox ~]# timedatectl
Local time: Thu 2026-04-30 14:54:18 UTC
Universal time: Thu 2026-04-30 14:54:18 UTC
RTC time: Thu 2026-04-30 14:54:18
Time zone: Etc/UTC (UTC, +0000)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
[root@testbox ~]#

[root@testbox ~]# timedatectl set-timezone America/Chicago

[root@testbox ~]# timedatectl
Local time: Thu 2026-04-30 09:56:24 CDT
Universal time: Thu 2026-04-30 14:56:24 UTC
RTC time: Thu 2026-04-30 14:56:24
Time zone: America/Chicago (CDT, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
[root@testbox ~]#