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
I don't know if it is for a specific purpose or simply a bug, but just in case of let me share what I am curious about:
Inside the Occurence class, duration method is defined as follows:
def duration end_time - start_time end
However, in the case of an overnight event, this would return a negative value.
Since it is a common case, I was thinking that this was maybe for a specific purpose I am not aware of ?
The text was updated successfully, but these errors were encountered:
start_time and end_time must be 'datetime' format on the database
Sorry, something went wrong.
No branches or pull requests
I don't know if it is for a specific purpose or simply a bug, but just in case of let me share what I am curious about:
Inside the Occurence class, duration method is defined as follows:
However, in the case of an overnight event, this would return a negative value.
Since it is a common case, I was thinking that this was maybe for a specific purpose I am not aware of ?
The text was updated successfully, but these errors were encountered: