DOES DATE COMPARISON OF MILLISECONDS has 288 difference??

i have properly converted Date from Backendless lets say i have July 22, 2016 Timezone 0.

it has a value of 1469116800000… in my swift i have converted it at 1469145600000… it has 288 difference… i tried in all date its constant… am i correct? or you know a better way to deal with this…

Im using REST API.

Hi Joey,

When in data console activate toggle “Show dates in GMT0” and dates will be represented according to Timezone 0. And if you want to create record with column, for example, col as datetime with value July 22, 2016 and save it via REST api just convert date to timestamp (1469145600000) and send request.
If you create record via console it would save date according to your local timezone.

Regards,

Denys

Hi Denys, i apologise for the confusion i meant as GMT to be turned off (No timezone dependency or needed).