We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
testing version 3.1.1 with example basic write
if precision is configurare in micro seconds the point is write in 1970 date
#define WRITE_PRECISION WritePrecision::US client.setWriteOptions(WRITE_PRECISION,100,200,180,true);
this write a point in 1970 Fix in InfluxDBClient.cpp file
Write correctly date
The text was updated successfully, but these errors were encountered:
fix: Fixing microsecond precision constant for v1 (tobiasschuerg#49)
75e2bc3
Merge pull request #47 from bonitoo-io/fix/precision_param
47d4477
fix: Fixing microsecond precision constant for v1 (#49)
Successfully merging a pull request may close this issue.
testing version 3.1.1
with example basic write
if precision is configurare in micro seconds the point is write in 1970 date
#define WRITE_PRECISION WritePrecision::US client.setWriteOptions(WRITE_PRECISION,100,200,180,true);
this write a point in 1970
Fix in InfluxDBClient.cpp file
Write correctly date
The text was updated successfully, but these errors were encountered: