When updating or creating objects in my database, I need to specify the timezone. How can this be achieved in parse dot com?
Is there any global setting for this?
When updating or creating objects in my database, I need to specify the timezone. How can this be achieved in parse dot com?
Is there any global setting for this?
If you're talking about the REST APIs, there is no local time zone support.
Parse.com uses UTC for all timestamps, so you'll have to locally convert the time between the time zone in question and UTC before passing it to its APIs or - the other way - after getting it from the API before presenting it to the user.