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

add a property to tell timestamp extractor whether timestamp value is in seconds or milliseconds #121

Open
bagipriyank opened this issue Jan 26, 2020 · 1 comment · May be fixed by #122

Comments

@bagipriyank
Copy link

timestamp extractor assumes that timestamp value is in seconds which is causing an issue mentioned in #120 (comment)

adding a property to tell timestamp extractor that timestamp is in seconds will help resolve this issue.

@nojetlag
Copy link

in general this should be much more flexible especially with financial data often timestamps are in microseconds.

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 a pull request may close this issue.

2 participants