ukaea / UDA

Universal Data Access library to provide data over the network in a unified data object.
https://ukaea.github.io/UDA/
Apache License 2.0
11 stars 4 forks source link

Missing leading 0 in fractions of seconds #35

Open hanak opened 5 months ago

hanak commented 5 months ago

In logging/logging.h, following line:

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