标签: datetime ubuntu server ntp
有没有办法在不更新我的机器的情况下从pool.ntp.org使用shell脚本获得时间?
ntpdate pool.ntp.org只是更新我的机器。
提前谢谢
答案 0 :(得分:1)
ntpdate有一个" debug"不更新计算机时间的选项:
ntpdate -d -p 1 pool.ntp.org | grep "reference time"