Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Maybe there is a bug? I did not find any way to save this GeoJSON into a new geopackage and keep the fractional seconds. Same thing is I first converted json into geopackage with ogr2ogr that does keep fractional seconds { "type": "FeatureCollection", "name": "timestamp", "features": [ { "type": "Feature", "properties": { "id": "1", "timestamp": "2022-05-20T01:02:03.456+01:00" }, "geometry": { "type": "Point", "coordinates": [ 47224.476043935123016, 5282390.128387222066522 ] } } ]}
    – user30184
    Commented May 30, 2022 at 18:27
  • 1
    Maybe there is some analogy with this github.com/qgis/QGIS/pull/41213 where the fix was to use Qt::ISODateWithMs.
    – user30184
    Commented May 30, 2022 at 18:47