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

Align the nsecs field of the timestamps. #45

Merged
merged 1 commit into from
Dec 28, 2015

Commits on Dec 28, 2015

  1. Align the nsecs field of the timestamps.

    This change ensures that the nsecs field is always right aligned such
    that the least significant digit of the nsecs field aligns with the
    least significant digit of the secs field. This makes it easier to
    inspect how far into the second the time has progressed.
    
    The format specification explains the intent; always one space and
    aligned to the right with a minimum width of 9 characters.
    iwanders committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    edb9c5a View commit details
    Browse the repository at this point in the history