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

core: parse epoch in micros or nanos #1673

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

brharrington
Copy link
Contributor

Updates the data parsing to allow for epoch timestamps in seconds, millis, micros, or nanos. Before it only supported seconds and millis. This does reduce the range of times a bit, but in practice the transition point is in the 1970s well before times we encounter or a few hundred years in the future.

Updates the data parsing to allow for epoch timestamps
in seconds, millis, micros, or nanos. Before it only
supported seconds and millis. This does reduce the range
of times a bit, but in practice the transition point is
in the 1970s well before times we encounter or a few
hundred years in the future.
@brharrington brharrington added this to the 1.8.0 milestone Jul 15, 2024
@brharrington brharrington merged commit 4e77ce5 into Netflix:main Jul 15, 2024
5 checks passed
@brharrington brharrington deleted the ts-parse branch July 15, 2024 16:59
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.

1 participant