Dates and Times
ChargeOver returns datetime fields in ISO 8601 format.
For example, October 25th, 2022 at 8:50am Central Time is represented as:
2022-10-25T08:50:45-05:00
Generally, the timestamps returned will be in America/Chicago timezone.
When sending date or datetime values to ChargeOver, you send dates in a few formats:
YYYY-MM-DD- a date, example:2022-10-25YYYY-MM-DD HH:II:SS- a date/time, example:2022-10-25 08:50:00YYYY-MM-DDTHH:II:SS-Z- a date/time with a timezone, example:2022-10-25T08:50:45-05:00
Note: The date/time format and timezone returned by ChargeOver is configurable, so your ChargeOver account may return dates/times in an alternative format or timezone.