Hi all,
Â
I have an image file (no access to exhibit) and I need to verify things such as timezone settings and if the device is set up to automatically sync the clock via the internet.
If you could also point me in the direction of where/what log to look for to see it is synchronising?
This is on a Mac OS X 10.15.3
Thanks in advance.
For timezone try:
/Library/Preferences/.GlobalPreferences.plistÂ
At least as a starting point - it appears to contain it in older (10.8) versions.Â
For syncing - try:
/tmp/ntpd.log
Again, your mileage may vary given version difference.Â
Â
Â
Thanks for the response.Â
I managed to get an answer on timezone information but there is no longer ntpd.log. I believe they have moved this since Sierra. Now I believe you have to look in system logs for "timed" to piece time syncs back together.
Â
Thanks