-
Notifications
You must be signed in to change notification settings - Fork 220
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
Fractional seconds from strptime using %OS? #125
Comments
Awesome! I definitely like fractional seconds whenever I can get them. In this case I'm just directly invoking the C library's
|
|
nice! :) |
Working on the Windows port for a while ... |
OK the last 7 commits ending in 547f164 introduce this feature.
|
f74b323 is the last bit for Thank you for pushing for this!!!!! |
Thanks for implementing this, has been useful for me! |
Why might
|
will look, thanks! |
following on #882 See also https://miller.readthedocs.io/en/latest/reference-dsl-time/#fractional-seconds Please let me know if my closing this is in error, and we can re-open -- thank you! |
It would be nice if there was a way to get fractional seconds from a formatted timestamp:
The other tool I know of that supports this convention is
tplot
/splot
at http://jkff.info/software/timeplotters/index.html.This would help in uses where the log file is a fine-grained trace of sub-second resolution events.
Thanks for the nice software!
The text was updated successfully, but these errors were encountered: