Bug report #14190
shapefile vector writer: datetime field saved as date resulting in data loss of time
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | Unknown | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 22192 |
Description
QGIS' vector writer does not handle datetime field correctly when saving a shapefile. The field gets transformed into a date field, and the time data is loss.
Steps to reproduce- Create a new project, add the attached test.gpx vector layer (pick the track_point layer)
- Open the layer properties window, notice the time field is a "datetime".
- Right-click on the layer, and select "save as..."
- Select the "ESRI Shapefile" format, and save the layer (make sure [x] add saved file to map is checked, it'll make the next step easier)
- Open the layer properties window of the saved shapefile layer which was added to the project
- Go in the Fields panel, and notice the time field is now of type "date" (you can then open the attribute window and confirm that the time information has been lost)
Since ESRI Shapefile does not support a DateTime field type, it should be transformed to a string to preserve data, not a date.
Associated revisions
vector file writer: fix saving of datetime values (fixes #14190)
History
#1 Updated by Jürgen Fischer over 8 years ago
- Status changed from Open to Closed
Fixed in changeset a3f03f028a3a6be406ff21a17d988a41619e2439.
#2 Updated by Jürgen Fischer about 7 years ago
- Category set to Unknown