Thanks! That helps a lot. Are there any docs that I should study before querying it? The materials available on the various testers sites have dates from 2016. All I know is a lot has changed since then.
If the only available docs are source code, what modules should I look at? Thanks again. On Thu, Feb 13, 2020 at 5:58 PM Karen Etheridge <p...@froods.org> wrote: > That error sounds like it's coming from OpenAPI, in which case the format > you need to match is RFC3339: $dt->strftime('%Y-%m-%dT%H:%M:%S.%N%Z'). > > On Thu, Feb 13, 2020 at 2:56 PM Robert Ryley <rryleyre...@gmail.com> > wrote: > >> I wanted to look into CPAN module build failures on mswin32 for versions >> of Perl >= 5.10 >> >> I found a link to the CPAN Testers REST API, but am not exactly sure how >> the authors want others to use it, or where it is correct usage is >> documented. >> >> Example: What is the precise format for date/time? I've tried a number >> of alternatives, but all of them report: >> >> {"errors":[{"message":"Does not match date-time >> format.","path":"\/since"}],"status":400} >> >> Can anyone here give a bit of guidance? Thanks. >> >> >> >> >>