Skip to main content
Solved

FeatureReader drops a 0 in a 'datetime' in case of reading an OGC Geopackage

  • February 22, 2026
  • 2 replies
  • 50 views

wilmar
Contributor
Forum|alt.badge.img+2

I'm trying to read a OGC geopackage which contains fields of the type 'datetime'.
In FME 2025.1 (which uses version 16 of the FeatureReader) something unexpected happens: in case the number of seconds starts with a 0 (zero), this zero gets dropped after reading the data. See record 21 in the screenshots for an example:
In FME 2025 the field ‘tijdstipRegistratieLV' misses a 0 after the '1009' (10 hour 9 minutes).
In FME 2023 the readout is correct: 20101214100907 (2010 december 14th, 10 hour 09 minutes 07

Is this a known issue/bug?

Best answer by max_h

That error was fixed in 2025.2.1 as it seems:

Geopackage Reader: Cannot parse datetime values in FME 2025.1

Changelog - FME by Safe Software

So I guess try updating and then run the workspace again.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

max_h
Enthusiast
Forum|alt.badge.img+27
  • Enthusiast
  • Best Answer
  • February 23, 2026

That error was fixed in 2025.2.1 as it seems:

Geopackage Reader: Cannot parse datetime values in FME 2025.1

Changelog - FME by Safe Software

So I guess try updating and then run the workspace again.


wilmar
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • February 24, 2026

That error was fixed in 2025.2.1 as it seems:

Geopackage Reader: Cannot parse datetime values in FME 2025.1

Changelog - FME by Safe Software

So I guess try updating and then run the workspace again.

Thanks, I downloaded FME 2025.2.3 and it is fixed indeed!