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

Round time to nearest second in printed output #153

Open
toddyoder-mrg opened this issue Jan 28, 2025 · 0 comments
Open

Round time to nearest second in printed output #153

toddyoder-mrg opened this issue Jan 28, 2025 · 0 comments

Comments

@toddyoder-mrg
Copy link

The current output from review::logSumary() prints output with the time specified to machine epsilon:

           file          origin  revf headf revo heado reviewer                                   time
 path/to/script  path/to/script     0   100    0   100   anyone  2025-01-01 14:08:38.6864004135132 GMT

For the sake of concise console output, I suggest rounding time to the nearest second:

           file          origin  revf headf revo heado reviewer                     time
 path/to/script  path/to/script     0   100    0   100   anyone  2025-01-01 14:08:39 GMT
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

No branches or pull requests

1 participant