Time zone issue

You can get this data by parsing the project via an API call.

@Costas can I’ve a pointer to what API call I should use and where I can read up about it.

The API call is http://blynk-cloud.com/[token]/project

@Costas Thanks. URL worked. It returned a huge string formatted within curly and square braces. In my current level of coding skills, it will be a stiff challenge, near impossible for me to extract just what I want from that.

I presume it is some json format in which data is returned…

Yes json, look up the json parser library, not that difficult.