Thingspeak REST API READ results in data from wrong timezone

12 visualizaciones (últimos 30 días)
Andrew Clark
Andrew Clark el 28 de Jul. de 2022
Comentada: Juniarko el 23 de Dic. de 2022
Hello, I am having trouble with READing Thingspeak data through the REST API, specifically a getJSON request like:
var timez = '&timezone=America/Los_Angeles';
$.getJSON("https://api.thingspeak.com/channels/" + markers[iSensor][iChan] + tsFeeds2 + timez + markers[iSensor][iKey] + tsAvg, function(result) { ...
The result of the READ is good data but in the wrong timezone...seems to be +7 hours instead of correct local time. And yes, I have edited my Thingspeak profile to be "Los Angeles". The data in the Channel Stats and Export Recent Data are all correctly shown in local time format, so Profile must be OK.
To summarize, the timestamp of data received through the API is consistently wrong, UTC I am guessing. What do I need to change to receive API data in the proper local timezone like this?

Respuestas (1)

Christopher Stapels
Christopher Stapels el 1 de Ag. de 2022
Check out the timezone and offset parameters in the read data endpoint.

Categorías

Más información sobre Read Data from Channel en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by