How to specify timezone for dates in parse.com? -
when updating or creating objects in database, need specify timezone. how can achieved in parse dot com?
is there global setting this?
if you're talking rest apis, there no local time zone support.
parse.com uses utc timestamps, you'll have locally convert time between time zone in question , utc before passing apis or - other way - after getting api before presenting user.
Comments
Post a Comment