We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When it comes to the generating of events from schedules, scheduler is currently good at dealing with dates, but not times or datetimes.
scheduler
There is no reason for this to be the case. Times and datetimes fit into the framework just as well as dates do.
There should be a set of functions, one of which would be schedule_hours().
schedule_hours()
The text was updated successfully, but these errors were encountered:
One part of this will probably involve going through the code and replacing lubridate::is.Date() with lubridate::is.instant().
lubridate::is.Date()
lubridate::is.instant()
Sorry, something went wrong.
No branches or pull requests
When it comes to the generating of events from schedules,
scheduler
is currently good at dealing with dates, but not times or datetimes.There is no reason for this to be the case. Times and datetimes fit into the framework just as well as dates do.
There should be a set of functions, one of which would be
schedule_hours()
.The text was updated successfully, but these errors were encountered: