Skip to content
Snippets Groups Projects
Unverified Commit 3fbd88fb authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

milliseconds to nanoseconds

parent 2b2c217a
No related branches found
No related tags found
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
......@@ -185,7 +185,7 @@ function Log (options) {
level: this.levels[tag]
},
values: [
[Date.now().toString(), message]
[(Date.now() * 1000).toString(), message]
]
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment