Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of seconds to HH:MM:SS loses sign #478

Open
RhumbRunner opened this issue Oct 8, 2024 · 1 comment
Open

Conversion of seconds to HH:MM:SS loses sign #478

RhumbRunner opened this issue Oct 8, 2024 · 1 comment
Labels
core Related to KIP App Core Services enhancement An enhancement request

Comments

@RhumbRunner
Copy link

I have a Race Start Plugin I'm developing. It calculates your time and distance to the line. If you are early it generates a POSITIVE time called "TIME TO BURN" in seconds and if you are late it generates a NEGATIVE time. This time is in seconds and I use the standard kip dropdown for units to convert it to HH:MM:SS.

The issue lies in that the conversion only results in a POSITIVE time value displayed. All other choices for time conversion retains the NEGATIVE sign.

Thanks -- Chuck

image
image

@godind
Copy link
Collaborator

godind commented Oct 10, 2024

I don't remember if it's a custom function or a library I'd need to look into it. Will be while.

Have you looked at the existing start timer? Curious the know what's missing. It's designed around what most start hardware device do.

@godind godind added enhancement An enhancement request core Related to KIP App Core Services labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to KIP App Core Services enhancement An enhancement request
Projects
None yet
Development

No branches or pull requests

2 participants