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. > > > > >