Date formatting

Hi

I’m trying to insert a date with the following format:

“1973-10-25T00:00:00Z”

And in the Backendless Data Browser, the data shows as:

10/24/1973 18:00:00

What I’m missing?

You send the date in the GMT0 time, the console displays in your local timezone.

There is “Show dates in GMT0” toggle in console which will display all timestamps in GMT0.

Thanks for your quick reply Mark, solved :slight_smile: