Im having an issue with the influxdb api when requesting data with custom timestamps
the data is being offset by a certain amout of time when i use a timestamp in the script editor it does not visualize right but when i use query builder it does work right did i make a mistake in the code
the upper one is the data i get with custom timestamps
the lower one is the expected data that i get with query builder
Ah yes I believe the UI element determines the graphical window size while the query determines the data returned. You can click and drag over your data to easily change the window size.
yeah i was confused i tought that the data was wrong because it displayed in a weird way but when i send a request to the api the data was offset because of the timezone i updated it and now it sends the data that i want thanks for the help