I seem to be having an API problem with submitting outputs with peak output times before 10am, Calling addoutput.jsp with a ‘pt’ time argument beginning with a 0 (e.g. 09:59) results in just a hyphen in the list of outputs. Times from 10:00 onwards are fine. According to https://pvoutput.org/help.html#api-addoutput the format is hh:mm, although I’ve also tried just e.g. 9:59 (in other words without the 0 at the beginning), but that doesn’t help.
If, however, I manally edit the output via the web page (which said the existing time was “N/A”) and select the correct time from the drop down, that does work, so things aren’t completely broken with such times.
Is there something I’m missing or is there a bug in addoutput.jsp?
Thanks