Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change PaymentModel#date type to datetime_utc
By changing the type of `PaymentModel#date` to `datetime_utc`, we can pass timestamps with UTC offsets to Xero's payments API endpoint, and let Xero parse the dates in the proper timezone for the Organisation in context.
- Loading branch information