I need the date to match up

I have an API that we had a vendor build to get my data from a table. This is a snapshot of the raw data table:

I circled a creation date example. In that table you can see the date and time to be:
“1/16/2020 9:46 PM”

Below is what shows up in my app:

As you can see the time is off by exactly 6 hours. I have contacted the vendor who built the API and he said it is correct in his API. He asked if inside Appsheet can i change the default Time?

I think i can, but i only want the times adjusted for this table ( this is the only one so far using the API).

Thoughts?

0 6 383
6 REPLIES 6

Steve
Platinum 4
Platinum 4

There is likely a locale mismatch. Are your locales all st properly?

Where would i look for that?

I have read through this article and my locale is set up correctly…

This is what the vendor sent me. Is it maybe his format that is mismatching the time?

2X_7_705e8f26b9f5514d239b9ea4028f16ff2f5688a6.png

@Tiger
Instead of the [CurrentDate] why don’t you use UTCNOW() in your JSON?


Good idea. Thanks. Let me try this…

Top Labels in this Space