Skip to content

Adjust IOF times using gate timestamps - #1192

Open
fvacek wants to merge 2 commits into
mainfrom
1191-add-millis-to-iof-xml3-results-export
Open

Adjust IOF times using gate timestamps#1192
fvacek wants to merge 2 commits into
mainfrom
1191-add-millis-to-iof-xml3-results-export

Conversation

@fvacek

@fvacek fvacek commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

#1191

Bump the application version to 3.6.5 and use system-local ISO timestamps for exported run results.

Bump the application version to 3.6.5 and use system-local ISO
timestamps for exported run results.
@fvacek fvacek linked an issue Aug 6, 2026 that may be closed by this pull request
@fvacek fvacek self-assigned this Aug 6, 2026
@arnost00

arnost00 commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

StartTime and FinishTime look good

xsd:element name="Time" type="xsd:double" minOccurs="0"
The time, in seconds, that is shown in the result list. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.
xsd:element name="TimeBehind" type="xsd:double" minOccurs="0
The time, in seconds, that the the person is behind the winner. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.

Information from :
https://github.com/orienteering-oss/iof-xml/blob/fc3c0788978bae26f66f570ad308ff2ca8961964/src/main/resources/iof_v3.xsd#L2456-L2469

Tested on Long data - Export accepted by IOF test Eventor.
But results are in seconds. I think Time and TimeBehind is in seconds only.

@fvacek

fvacek commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator Author

StartTime and FinishTime look good

xsd:element name="Time" type="xsd:double" minOccurs="0" The time, in seconds, that is shown in the result list. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second. xsd:element name="TimeBehind" type="xsd:double" minOccurs="0 The time, in seconds, that the the person is behind the winner. Fractions of seconds (e.g. 258.7) may be used if the time resolution is higher than one second.

Information from : https://github.com/orienteering-oss/iof-xml/blob/fc3c0788978bae26f66f570ad308ff2ca8961964/src/main/resources/iof_v3.xsd#L2456-L2469

Tested on Long data - Export accepted by IOF test Eventor. But results are in seconds. I think Time and TimeBehind is in seconds only.

image

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.

Add millis to IOF-XML3 results export

2 participants