I have used FME 2022.2.5 to write datetimes with millisecond accuracy to a Geopackage. But when I try to use the same FME and a FeatureReader to read the datetimes from the Geopackage I get truncated datetimes with second accuracy.
When I use the SQLite format in the FeatureReader when reading the features, the datetimes include millisecond accuracy.
I have inspected the Geopackage using DBeaver and there I can see the datetimes with milliseconds and the type is DATETIME.
I would expect FME to be able to read DATETIME's from a Geopackage file with millisecond accuracy, but that might not be the case?
Regards, Casper