Subversion Repositories Kolibri OS

Rev

Rev 7638 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7638 leency 1
Command line:
2
sntp host [-tz [-[+]]hh[:ss]] [-s]|[-st]|[-ss]]
3
host  Name of SNTP server
4
-tz - set time zone, default is GMT +0:00
5
 
8040 hidnplayr 6
Synchronization, default is disabled
7638 leency 7
-s  - system date and time
8040 hidnplayr 8
-st - system time (hours, minutes and seconds) only
9
-ss - preserve current hour (synchronize minutes and seconds only)
7638 leency 10
 
11
Eg:
12
sntp pool.ntp.org -tz 1 -s
13
sntp 88.147.254.227 -tz 1 -ss
14
 
15
History