fix date time timezone in linux command line
at 2022-03-15 20:15:20.
The following 2 lines installs ntp and enables it
apt install systemd-timesyncd timedatectl set-ntp true
to verify time you can run:
timedatectl date
you can run the following to setup the proper timezone:
dpkg-reconfigure tzdata