Make it possible for IOManagers using curl to convert date format
The curl backend is using the http response header "last-modified" to call the TransferDownloadHandler::HandleObjectLastWriteTime. However, the cloud provider decides what format last-modified should be in and the HandleObjectLastWriteTime dictates ISO8601. The curl backend therefor needs a converter function given by the cloud specific IOManager implementation.