Open hanak opened 5 months ago
In logging/logging.h, following line:
logging/logging.h
printf("%s.%dZ, ", uix_buf,(int32_t)uix_tmnow.tv_usec);
cause following output:
2024:06:18T11:18:56.822455Z 2024:06:18T11:18:57.96129Z
My guess is that the second line should be:
2024:06:18T11:18:57.096129Z
In
logging/logging.h
, following line:cause following output:
My guess is that the second line should be: