Using the Airtable API, I am sending a timestamp exactly like this (on an insertion of a record/row):
{“fields”:
{“Some Timestamp”: “2020-03-05 04:00”}
}
How is this interpreted by Airtable? I want it to be interpreted as: “2020-03-05 04:00 PM UTC”
My time zone is MT and so locally my time is the same day but 7hrs earlier than UTC: 2020-03-05 09:00 AM)
When sending the above to Airtable it is displaying the day before (3/4/2020):
Displays: “2020-03-04 09:00 PM”
This is a time of 12 hrs BEFORE my local MT time zone.
What is happening here?
How does it go from: “2020-03-05 04:00” to 19 hours previous as “2020-03-04 09:00 PM”
(which is 19 hrs earlier than the time I am sending it, if 04:00 is interpreted as PM or 7 hours earlier if it thinks it is AM)
Should I be sending anything additional with the time stamp, other than: “2020-03-05 04:00”
The field is defined as:
- Date
- Date Format: Displays (today): Local (3/5/2020)
- Time Format: 12 hr
- off: Use the same time zone (GMT) for all collaborators.