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
Currently during certain time of the year, the "Due In" column on the student's homepage is off by one hour.
eg. evaluation is due at 12am and right now is 9pm it will say 2 hours left instead of 3 hours left.
Right now the implementation is:
I think the correct implementation should also depend on the due date of the event
The text was updated successfully, but these errors were encountered:
Fix #494 the incorrect timezone adjustment
dd07c34
Use PHP DateTime for due_in calculation.
7f68367
18b72fd
No branches or pull requests
Currently during certain time of the year, the "Due In" column on the student's homepage is off by one hour.
eg. evaluation is due at 12am and right now is 9pm it will say 2 hours left instead of 3 hours left.
Right now the implementation is:
I think the correct implementation should also depend on the due date of the event
The text was updated successfully, but these errors were encountered: