Hi all. I'm working on updating the Perl libraries
https://github.com/jpinkham/business-sitecatalyst ( which wrap the
Report API ) from v1.3 to v1.4, and I've hit an interesting issue. When
I call Report.Queue using the 1.4 endpoint, I get an error message
like:{"error":"Bad Request","error_description":"The specified created
timestamp ('2016-12-15T05:22:00') has expired or is in the
future","error_uri":null}However when I make the same call ( effectively
) against the 1.3 endpoint, things work ...