EDIT: The main problem seems to be that the UTC time is offset. If I fix the UTC clock, then the other time zones will be fixed as well. How can I update the UTC or correct it to the right UTC time (I need to subtract 5 hours)? Thanks.
My Ubuntu 22.04 LTS clock is setting itself to the correct UTC time instead of my time zone which is UTC -5:00 (EST).
The first thing I tried was going into settings and toggling the sync time button but to no avail:
I then ran timedatectl in the terminal which gave me this:
Universal time: Thu 2022-12-01 20:36:11 UTC
RTC time: Thu 2022-12-01 15:36:11
Time zone: America/New_York (EST, -0500)
System clock synchronized: no
NTP service: n/a
RTC in local TZ: yes
Warning: The system is configured to read the RTC time in the local time zone.
This mode cannot be fully supported. It will create various problems
with time zone changes and daylight saving time adjustments. The RTC
time is never updated, it relies on external facilities to maintain it.
If at all possible, use RTC in UTC by calling
'timedatectl set-local-rtc 0'.
From that I discovered that the UTC time is offset +5:00 from the correct UTC time.
Any ideas for how to fix this? Thanks!