I have a bunch of input values in this format:
2014-05-14 17:42:18
And I would like to store them in a field in QGIS. I am using the Python API for GDAL/OGR. I notice that QGIS supports a field type "QDate", but it seems that it can only handle dates with no time, as such:
2014-05-14
I'm just wondering if there is a way to get around this or am I stuck storing the timestamp as a string?