G
G
GREAT DNG2021-09-14 15:59:13
linux
GREAT DNG, 2021-09-14 15:59:13

How to fix incorrect time display in Linux Lite 5.6?

Hello.
I installed Linux Lite 5.6 and soon noticed that the time is displayed incorrectly.
For example, at 19:55 the time was 7:55. It could have just been 12 hour mode, but at 11:30 o'clock the clock showed 1:30.
What could be causing this and how can it be resolved?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Falaleev, 2021-09-14
@suffix_ixbt

See what the command shows:
sudo timedatectl
And then either fix the zone:
sudo timedatectl set-timezone 'Russia/Moscow'
Or disable receiving time over the network and set it manually:

sudo timedatectl set-ntp no
sudo timedatectl --set-time "2021-09-14 16:12:00"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question