Anyone know how to get a track out of #OwnTracks recorder into a GPX file with timestamps?

Inspecting the track page let me figure out a page to request a geojson file from, but it doesn't have any time information in it :(

Simple: `docker exec owntracks-recorder ocat --user me --device myPhone --format gpx --from 2026-04-06T00:20:27.821Z --to 2026-04-06T01:05:27.8212Z`

Getting the user and device can be taken from the webui, or building up with `ocat --list` then `ocat --list --user me`

Now to get #GeoActivityPlayground to be happy with the exported gpx......