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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -