Hi guys,
I'm trying to set the timezone in my web-app. I've ran throught the tutorial here:
https://developer.tizen.org/documentation/articles/time-api-guide
But when I run the command tizen.time.setCurrentDateTime() the function returns not defined. Looking at the API document that comes with the SDK that function does not exist under TimeUtils. So maybe the guide is for a different tizen base verison..
My first question is, is there another way to set timezone in the webapp? And my second question is, how can I tell what version of tizen these guides meant for?
Thanks.