-
Notifications
You must be signed in to change notification settings - Fork 534
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
Add timestamp_micros to Utc #1284
Comments
What's your use case for it? |
I wanted to add support for processing microseconds in VRL, specifically in the following function: |
Maybe, if you add it: can you also change |
Okay, please submit a PR. |
I wanted to know if there is a reason for having the functions
timestamp_millis
andtimestamp_nanos
in the traitTimeZone
but nottimestamp_micros
.If there is no reason not to have it, will it be possible to implement it?
The text was updated successfully, but these errors were encountered: