how to set up systems date and time in linux terminal code example
Example 1: get current server time centos
timedatectl
Example 2: debian change time command line
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
sudo hwclock --systohc