Time out of sync

Briefly describe your issue below:
When login the user the time always get set at 14 feb no matter if you change settings as auto sync with net or manual…

What version of Parrot are you running?
Parrot OS 4.6 Mate x_64

What method did you use to install Parrot? Debian Standard

Configured to multiboot with other systems? no

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:
Saw you say theres an error with systemd in other thread

Open a terminal and run:

date

C/P output.

:evergreen_tree:

1 Like

Nah it just display time

Good, you have date installed.

Set your date manually with:

date --set yyyy-mm-dd

yyyy=year, mm=month, dd=day.

Set your time manually with:

date --set hh:mm:ss

hh=hour, mm=minute, ss=second

After both of those are set, run:

hwclock --systohc

After that you should be golden.

2 Likes

Thank you so, as you say, should be ready every time the pc it’s on? Cheers!

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.