Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing leading 0 in fractions of seconds #35

Open
hanak opened this issue Jun 18, 2024 · 0 comments
Open

Missing leading 0 in fractions of seconds #35

hanak opened this issue Jun 18, 2024 · 0 comments
Assignees

Comments

@hanak
Copy link
Contributor

hanak commented Jun 18, 2024

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
@stephen-dixon stephen-dixon self-assigned this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants