Difference between revisions of "Date-time-debian"

From MS Computech
Jump to: navigation, search
(Created page with "'''Config Date Time on debian''' Install ntp <pre> apt-get install ntp date -R </pre> Config Time zone data and ntp <pre> dpkg-reconfigure tzdata dpkg-reconfigure ntp </pre> ...")
 
(No difference)

Latest revision as of 11:56, 7 October 2016

Config Date Time on debian

Install ntp

apt-get install ntp
date -R

Config Time zone data and ntp

dpkg-reconfigure tzdata
dpkg-reconfigure ntp

ntpq -p to see servers you are syncing with.

ntpq -p

Show Hw Clock and sync to current time.

hwclock --show
hwclock -w