Back to Index
Reports whether time is considered valid. Uses a simple epoch threshold check.
TIME_OK(&ok);
TIME_OK(t_ok); if (t_ok) { logn("Time valid"); }