Score:0

Making Local time and universal time same

pn flag

How to change Local time to be the same with the Universal time. As shown below Local time is one day ahead of Universal time which is not the case. The reason being that today is Tuesday

    [root@raku etc]# timedatectl
      Local time: Wed 2022-10-12 00:58:45 +12
  Universal time: Tue 2022-10-11 12:58:45 UTC
        RTC time: Tue 2022-10-11 12:58:45
       Time zone: Pacific/Tarawa (+12, +1200)
     NTP enabled: n/a
NTP synchronized: no
 RTC in local TZ: no
      DST active: n/a

Here some of the things that I did

  1. cd /etc/

  2. rm localtime

  3. timedatectl set-local-rtc 0

    [root@raku ~]# timedatectl
         Local time: Tue 2022-10-11 13:54:25 UTC
     Universal time: Tue 2022-10-11 13:54:25 UTC
           RTC time: Tue 2022-10-11 13:54:24
          Time zone: n/a (UTC, +0000)
    

However if I sudo timedatectl set-timezone Pacific/Tarawa

Local time and Universal time become different shown below

[root@raku ~]# timedatectl
       Local time: Wed 2022-10-12 03:18:01 +12
   Universal time: Tue 2022-10-11 15:18:01 UTC
         RTC time: Tue 2022-10-11 15:18:01
        Time zone: Pacific/Tarawa (+12, +1200)
      NTP enabled: n/a
 NTP synchronized: no
  RTC in local TZ: no
       DST active: n/a

Is it possible to make Local and Universal become same?

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.