Back to Index

Reports whether time is considered valid. Uses a simple epoch threshold check.

Signature

TIME_OK(&ok);

Example

TIME_OK(t_ok);
if (t_ok) { logn("Time valid"); }