"strptime" is not available on Windows
commit 8711f46f adds call to the strptime
function, which is not available on Windows.
This leads to compilation error on OTB CI when using recent versions of DiapOTB, e.g. on this windows 10 build.
See this stackoverflow issue for potential solutions.