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

Stuck in "time cannot exceed 24hours" #462

Closed
josemvidal opened this issue Apr 1, 2024 · 2 comments · Fixed by #501
Closed

Stuck in "time cannot exceed 24hours" #462

josemvidal opened this issue Apr 1, 2024 · 2 comments · Fixed by #501
Assignees
Labels
bug Something isn't working
Milestone

Comments

@josemvidal
Copy link
Member

2024-04-01_13-38-27.mp4
@josemvidal josemvidal added the bug Something isn't working label Apr 1, 2024
@josemvidal josemvidal added this to the RC1 Release milestone Apr 1, 2024
@jbytes1027
Copy link
Contributor

This is because the time is calculated as 24hrs after the current time, not the start time.

    } else if (e.isAfter(dayjs().add(24, 'hours'))) {

@jbytes1027 jbytes1027 assigned jbytes1027 and unassigned AaronKeys Apr 10, 2024
@jbytes1027
Copy link
Contributor

Self-assigned as I need to fix this to get #475 working.

jbytes1027 added a commit that referenced this issue Apr 10, 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

Successfully merging a pull request may close this issue.

3 participants