There are lines containing time, for example, "Tue Jun 22 16:40:19 +0000 2010". "+0000" is present in all lines. I want to translate all this into QDateTime
using
QDateTime::fromString ( const QString & string, const QString & format )
Help create a template for such lines. Of course, there is a Qt manual, but everything is somehow muddy explained there.