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

fix: incorrect parsing of UNIX nanoseconds #23

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

ssgreg
Copy link
Contributor

@ssgreg ssgreg commented Oct 24, 2018

Before:

<<< '{"time":1540369190466951001, "level":"warn","msg":"msg"}' ./humanlog
humanlog> reading stdin...
May 11 05:41:06 |WARN| msg

After:

<<< '{"time":1540369190466951001, "level":"warn","msg":"msg"}' ./humanlog
humanlog> reading stdin...
Oct 24 11:19:50 |WARN| msg

@aybabtme aybabtme merged commit 54cd1ed into humanlogio:master Oct 25, 2018
@aybabtme
Copy link
Collaborator

@ssgreg thanks!

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

Successfully merging this pull request may close these issues.

2 participants