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

191 - task deadline #195

Merged
merged 2 commits into from
Jun 6, 2024
Merged

191 - task deadline #195

merged 2 commits into from
Jun 6, 2024

Conversation

IvanShish
Copy link
Contributor

Поменял везде Date на LocalDateTime

Добавил дедлайн для тасок. Можно в описании issue почитать че это должно быть

@IvanShish IvanShish self-assigned this May 25, 2024
Base automatically changed from feature/186/logging to main May 25, 2024 08:35
@IvanShish IvanShish requested a review from VladisStep May 25, 2024 08:36
Copy link
Contributor

@VladisStep VladisStep left a comment

Choose a reason for hiding this comment

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

LGTM


public static Date getCurrentDate() {
return new Date();
}

public static LocalDateTime getCurrentLocalDateTime() {
Copy link
Contributor

Choose a reason for hiding this comment

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

прикольный метод) Вместо LocalDateTime.now() надо вызывать DateUtils.getCurrentLocalDateTime() (для тупых второй метод длиннее)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

согласен, кто такое вообще придумал

@IvanShish IvanShish force-pushed the feature/191/task-deadline branch from 82f55db to 404583f Compare June 6, 2024 17:56
Copy link

sonarcloud bot commented Jun 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@IvanShish IvanShish linked an issue Jun 6, 2024 that may be closed by this pull request
@IvanShish IvanShish merged commit ded3646 into main Jun 6, 2024
2 checks passed
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.

v1.1.0 Добавить дедлайны к таскам
2 participants