from_unix_timestamp float support #823
Labels
type: feature
A value-adding code addition that introduce new functionality.
vrl: stdlib
Changes to the standard library
A note for the community
Use Cases
Caddy logs timestamps as floats:
"ts":1714987958.264331
- however thefrom_unix_timestamp
only takes integers.Attempted Solutions
I've worked around this by calling
to_int!(.ts)
, however it'd be nice to keep the sub-second accuracy for request order sorting.Proposal
No response
References
No response
Version
0.37.1
The text was updated successfully, but these errors were encountered: