nerves_time
nerves_time copied to clipboard
Add Nerves.Time.clock_source/0
This function will tell you where the time comes from and can be used to determine the trustworthiness of time. Possible values:
:build_time:file_timestamp:ntp:rtc:manual_set
I'd second the usefulness of this for debugging timekeeping issues.