I have created several dashboards with a Time Picker object in it.
My timezone is GMT+2 and I noticed that the time in the Time Picker was 2 hours off in some situations, not always !
Looking closer at the problem, I can see that the timezone offset is NOT applied on the Time Picker objects when I view them in the 'IoT Remote' app on Android, but the timezone offset IS applied on THE SAME Time Picker object when I view the dashboard in the browser on my PC using app.arcuino.cc
So when I use ArduinoCloud.getLocalTime() to set the CloudTime then it's displayed correctly in the Android App but 2 hours ahead in the browser.
When I use ArduinoCloud.getInternalTime() to set the Cloudtime then it's 2 hours behind in the Android app but correct in the browser.
Hi @buzznl can you please have a look now? We have just fixed an issue which caused the Android App and the Web App not to be in sync.
Please let me know if this solves your issues.
Yes, seems to be the same in the browser and app now.
I have to put the ArduinoCloud.getLocalTime() in the CloudTime value for it to be correct. @c_sarnataro_arduino Can you confirm this is what it should be?