These return the approximate accuracy and precision of the device clock. Values are derived from the hardware datasheet and processor execution schedule.
Set the clock to any time-value. On startup the initial time is zero. One can achieve a clock-sync accuracy of at best several milliseconds using this method, as it is subject to random transport delay.
TX: [ /osc/clock/set ,t (new time value) ]
RX: [ /osc/clock/set ,tt (new time value) (old time value) ]
-----
**/osc/clock/inc** : Add time to the clock
**/osc/clock/dec** : Subtract time from the clock
These are used to refine the clock offset by the addition/subtraction of small time increments.