Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法用脚本临时重置系统日期(Mountain Lion)?
我的想法是将系统重置为所选日期/时间(并禁用自动同步)的脚本。而且,也许,第二个脚本重新选择复选框“自动设置日期和时间”(但这当然可以很容易地手动完成......)
使用 systemsetup 的 -setdate 或 -settime 选项:
systemsetup -setusingnetworktime off -setdate 12:31:2013 -settime 23:59:59
没有-setusingnetworktime off这样的错误:
-setusingnetworktime off
setDate:错误,您无法在网络时间运行时设置日期。使用“-setusingnetworktime”关闭网络时间。
这会自动恢复设置日期和时间:
systemsetup -setusingnetworktime on