set time linux code example
Example 1: time in linux command
date
or
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
Example 3: linux time set
date +%T -s 10:00:00