I’m reading the “created_at” param at https://api.twitch.tv/kraken/streams/NAME (v5 API) to check when exactly the stream went live. The string I got was “2017-02-02T13:37:59Z”, though I surely went live at 14:37:59 (local system time, GMT+1).
So does the “created_at” always return the time in the GMT timezone? Does it ignore daylight saving time? Or is it somehow still linked to user data of the streamer?
Any info on this is highly appreciated.