Set date from the command line
date +%Y%m%d -s "20120418" date +%T -s "11:14:00" date -s "19 APR 2012 11:14:00" date Thu Apr 19 15:17:34 BOT 2012 hwclock --show Thu 19 Apr 2012 03:23:05 PM BOT  -0.785086 seconds
date
Thu Apr 19 15:26:41 BOT 2012
hwclock --set --date="2012-04-19 16:45:05" --localtime
hwclock --set --date="2011-04-19 20:45:05"  --utc Reference: https://www.garron.me/en/linux/set-time-date-timezone-ntp-linux-shell-gnome-command-line.html    
