-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
can't query for points before epoch 0 #7194
Comments
This is using
|
So this isn't a regression then? I think we've almost got it implemented, but then it would be a new feature and not a regression. |
I think we should support them unless there's a compelling reason not to. Financial cases bringing in historical market data might want to have data pre 1970. |
I agree w/ @pauldix. Not supporting them would exclude many use cases that use historical data. |
Fixed via #7212. |
Is this fixed? I've just installed 1.2.2 on Debian, and I am getting:
|
@drasko Dates prior to 1.1.1970 do work but not up to 0001. It's more like 1950 is working... I don't see a document which points out, which now is the minimum and maximum time?! I guess, the timestamp is stored in a kind of Integer and might be platform dependent. (32/64). Is there a possibility to query my installation about what is the minimum and what is the maximum? |
Bug report
System info: [Include InfluxDB version, operating system name, and other relevant details]
Ubuntu 14.01, InfluxDB 0.13 from package
Steps to reproduce:
Add some data, including data before epoch 0
As expected, epoch 0 is the lower bound if none is provided:
However, the lower bound cannot be changed to anything less than epoch 0:
Expected behavior: [What you expected to happen]
If negative timestamps are valid for writes, they need to be valid for reads.
The text was updated successfully, but these errors were encountered: