-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature request: add support for unix nanoseconds timestamp #4
Comments
Hey @benoitzohar, I've had a few feature ideas in mind that I want to implement, including this one. Do you still use Cerebro and/or do you have time maintaining this project (merging PRs, releasing new versions)? If not, I can take over this project if you want and just do it myself. I want to avoid publishing a duplicate package on npmjs if possible 🙂 I have experience already with cerebro-pass 😜 |
Hey! Sorry for the long answer, that never left my todo list tbh! |
Thanks for merging so quickly, could you please also upload a new version to npmjs? 🙂 |
Thanks for the PRs! I just published v0.3.0 to npmjs. |
I've been working with unix timestamps a lot recently, and quite a few tools use nanoseconds precision. It would be nice to add support for unix nanoseconds timestamp directly.
You could add microseconds as well for completeness, but honestly I haven't seen microseconds being used anywhere.
The text was updated successfully, but these errors were encountered: