# Dates and Times

ChargeOver sends `datetime` fields in [`ISO 8601 format`](https://www.iso.org/iso-8601-date-and-time-format.html).

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.

Note: The date/time format and timezone returned by ChargeOver is configurable, so your ChargeOver account may send
dates/times in an alternative format or timezone.
