-
Notifications
You must be signed in to change notification settings - Fork 2
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
Default Scheduler Starts at 2:00 and Ends at 1:00 Instead of 00:00 to 23:59 #541
Labels
bug
Something isn't working
Comments
rania-is
changed the title
Default scheduler starts at 2:00 instead of 00:00 when no schedule is defined
Default Scheduler Starts at 2:00 and Ends at 1:00 Instead of 00:00 to 23:59
Oct 23, 2024
janoliver20
added a commit
that referenced
this issue
Dec 2, 2024
Switches from require to import statements for consistency and modern syntax in both JavaScript and Vue files. Introduces computed properties for minDate and maxDate to improve date handling and ensure accurate time settings for scheduled events. This enhances code readability and maintains better date boundaries within the scheduler component.
Default Schedulers now start at 00:00 on the first day and ends at 23:59 on the last day. |
Hi @andresgruber, When I add a new observation and no schedule is defined, it still starts at 1:00 AM instead of midnight (00:00) on the first day of the study and ends at 1:00 AM instead of 23:59 on the last day! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When no schedule is defined for an observation, a default scheduler is automatically added for the entire study duration.
However, it starts at 2:00 AM instead of midnight (00:00) on the first day of the study and ends at 1:00 AM instead of 23:59 on the last day.
The text was updated successfully, but these errors were encountered: