Show system time and date
/bin/date
Show system date and time as Coordinated Universal Time
/bin/date -u
Show UTC date in Maya calendar format
${vyos_op_scripts_dir}/maya_date.py $(date +%s)
Set system date and time
<MMDDhhmm> <MMDDhhmmYY> <MMDDhhmmCCYY> <MMDDhhmmCCYY.ss>
/bin/date "$3"
Set system date and time
Set system date and time from NTP server (default: 0.pool.ntp.org)
/usr/sbin/ntpdate -u 0.pool.ntp.org
Set system date and time from NTP server
/usr/sbin/ntpdate -u "$4"