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 #631

Open
Pikamander2 opened this issue May 18, 2024 · 0 comments
Open

Incorrect number of seconds in a day #631

Pikamander2 opened this issue May 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Pikamander2
Copy link

Description

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.

{ 1, 60, 3600, 86400, 86400 * 7, 84600 * 365, 86400 * 365 * 100ul, }

Steps to reproduce

No response

Linux Distribution

{ 1, 60, 3600, 86400, 86400 * 7, 84600 * 365, 86400 * 365 * 100ul, }

File System

{ 1, 60, 3600, 86400, 86400 * 7, 84600 * 365, 86400 * 365 * 100ul, }

Other System details

No response

@Pikamander2 Pikamander2 added the bug Something isn't working label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant