Best answer

Response parsing error when formatting date/time using Zapier formatter

  • 14 January 2021
  • 1 reply
  • 229 views

This is how the Zapier formatter is set up:
 

transform:

date.formatting

inputs:

2021-01-31T21:00:00

to_format: MMMM DD YYYY HH:mm: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">

icon

Best answer by Wemakefuture 14 January 2021, 07:36

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 6
Badge +7

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)