Zapier Integration - Datetime field pulling month value for minutes
I have an integration setup between Zapier and Zoho CRM using the new API. When creating an event entry, I pass a value for the start date/time formatted as:
2019-12-15T15:30:00-06:00
However, the Data Out is:
2019-12-15T15:12:00-06:00
It appears that the Month value is being passed to the minutes value. When I changed the test date to a November date the minutes get changed to '11' instead of '12' as shown in the example above.