Skip to content

[GPX] added support for fractional digit in timestamps#108

Open
sathoeni wants to merge 1 commit into
vincentneo:masterfrom
sathoeni:Timestamp-Precision
Open

[GPX] added support for fractional digit in timestamps#108
sathoeni wants to merge 1 commit into
vincentneo:masterfrom
sathoeni:Timestamp-Precision

Conversation

@sathoeni

@sathoeni sathoeni commented Dec 4, 2025

Copy link
Copy Markdown

The GPX-Standard allows timestamps with fractional digits.
To export such files and benefit from higher GPX resolution, I've added the option to export a GPX File with timestamps having fractional digits.

It is an opt-in feature. The default export does not have fractional digits to ensure compatibility.

I've also switched to the ISO8601 Dateformatter for Apple Platforms.
https://developer.apple.com/documentation/foundation/iso8601dateformatter

@vincentneo

Copy link
Copy Markdown
Owner

Thanks for your pull request.

Have you checked whether if the code changes have any major impact on file parsing performance, especially with GPX files containing thousands of track points?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants