Skip to main content

This is how the Zapier formatter is set up:
 

transform:

date.formatting

inputs:

2021-01-31T21:00:00

to_format: MMMM DD YYYY HH🇲🇲ss

to_timezone: CST

from_timezone: UTC

values:

1:inputs: 2021-01-31T21:00:00

 

And this is the error message:

Error parsing response. We got: "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

https://stackoverflow.com/questions/47941944/what-is-the-correct-date-format-for-mmm-dd-yyyy-hhmmss-a-and-how-convert-to

 

Maybe you mean:

to_format: MMM DD YYYY HH:mm:ss

(You have 4 - M)