'Extract Pixel Value' time pattern bug: noon mistaken as midnight

Hi all,

We used the option ‘Extract time from product filename’ with a product named 20170122_1251_…, using the date/time pattern yyyyMMdd_hhmm_* and the filename extraction pattern ${startDate}*.

The resulting pixEx table row has the correct date but says ‘00:51:00’ in the time field. We uploaded a sample file to BC’s FTP in case you cannot reproduce this error with a comparable dataset.

Thanks for the report. Indeed this was a bug.
It was not distinguished between 12-hour and 24-hour format.

With the next version, you can use HH instead of hh in your date pattern. This will then consider 24-hours.