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

Incorrect number of seconds in a day #6688

Closed
Pikamander2 opened this issue May 18, 2024 · 0 comments · Fixed by #6730
Closed

Incorrect number of seconds in a day #6688

Pikamander2 opened this issue May 18, 2024 · 0 comments · Fixed by #6730
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@Pikamander2
Copy link

Hi there, I used a code search and found an incorrect number of seconds in a day (84600 instead of 86400) listed in one of your files. I recommend fixing it to avoid incorrect timings that could potentially lead to unexpected behavior.

if (intervalToNumber >= 84600) {

@asteriscos asteriscos added type/bug Bug issue level/task Task issue labels May 27, 2024
@asteriscos asteriscos self-assigned this May 30, 2024
@asteriscos asteriscos linked a pull request May 30, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants