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

Lisää ylimääräinen päivä deadlineen, jos kellonaika on valintaesitysh… #408

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

SalamaGofore
Copy link
Contributor

@SalamaGofore SalamaGofore commented Dec 23, 2024

…yväksyttävissä jälkeen

https://jira.eduuni.fi/browse/OY-5007

Comment on lines 40 to 45
if (viimeisinMuutos.getHourOfDay == deadline.getHourOfDay) {
if (viimeisinMuutos.getMinuteOfHour == deadline.getMinuteOfHour) {
return Integer.signum(viimeisinMuutos.getSecondOfMinute - deadline.getSecondOfMinute)
}
return Integer.signum(viimeisinMuutos.getMinuteOfHour - deadline.getMinuteOfHour)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nää returnit vois refaktoroida pois

Copy link
Contributor

@msiukola msiukola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants