Closed Julien-Cousineau closed 6 years ago
From the KiWIS API docs:
timezone --> the time zone that will be returned for all timestamps, any time zone string as understood by Java (e.g. GMT+5, UTC, CET) or 'individual' to use individual timeseries timezones
So you just have to append &timezone=EST to the end of the query URL.
I like the solution, however the KiWIS does not change automatically EST to EDT. Another solution is to convert GMT to web browser timezone, this would solve the EST and EDT issue.
The app will show the data based on the client's (web browser) timezone.
The current timezone is GMT. Change the api url to EST if possible.