Mitch Mitchell
Mitch Mitchell
It looks like on a system that does not have clock_gettime you may wind up in the same situation? (e.g. fall back to getimeofday() call instead)
No idea, I was just looking at the #ifdef near the first clock_gettime call - if HAVE_CLOCK_GETTIME is not defined, it switches to getimeofday
can you point me to where the code is that does this: "This exposes a serious issue on systems without RTCs (such as Raspberry Pis) where Aprx starts while the...
I logged a similar issue: https://github.com/mycontroller-org/mycontroller/issues/495