wm: doc

ref: ea246c48c1df5d544c4521a5da81a8ddebcf7637
dir: /date.ms/

View raw version
.HTML
Date and time
.TL
Date and time
.AU
jrmu
.AB
Tips and tricks related to time and date in Plan 9
.AE

To change the timezone (takes effect upon reboot): 
.P1
; cp /adm/timezone/$yourzone /adm/timezone/local 
.P2
Note that Plan 9 timezone files are a bit outdated. but shouldn't be much issue in almost all cases.
.LP
To sync your clock: 
.P1
; aux/timesync -n pool.ntp.org
.P2