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

Issue 1286 add asLocalDateTime to java.util.Date #1431

Merged
merged 13 commits into from
May 15, 2023

Conversation

Jujusp
Copy link
Contributor

@Jujusp Jujusp commented May 9, 2023

Added asLocalDateTime to Date.util


I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.

@Jujusp Jujusp requested a review from robstoll as a code owner May 9, 2023 23:21
@Jujusp Jujusp mentioned this pull request May 9, 2023
8 tasks
@Jujusp
Copy link
Contributor Author

Jujusp commented May 9, 2023

I saw that the 1.0.0 version is the current one but let me know if it is not @robstoll

@robstoll robstoll changed the title Issue 1286 Issue 1286 add asLocalDateTime to java.util.Date May 10, 2023
@robstoll robstoll linked an issue May 10, 2023 that may be closed by this pull request
8 tasks
Comment on lines 64 to 65
.toBeAfter(LocalDate.parse("2025-07-17")) // fails
.toBeBefore(LocalDate.parse("1996-07-17")) // not evaluated/reported because `toBeAfter` already fails
Copy link
Owner

Choose a reason for hiding this comment

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

use LocalDateTime

Jujusp and others added 6 commits May 11, 2023 00:14
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
@Jujusp Jujusp requested a review from robstoll May 11, 2023 05:51
@Jujusp
Copy link
Contributor Author

Jujusp commented May 11, 2023

I forgot to make the change to the asLocalDate so it uses the infix notation will do it tomorrow

@Jujusp Jujusp requested a review from robstoll May 12, 2023 18:31
@robstoll robstoll changed the base branch from main to 1286-add-asLocalDateTime May 15, 2023 20:44
@robstoll robstoll merged commit 72d2587 into robstoll:1286-add-asLocalDateTime May 15, 2023
@robstoll
Copy link
Owner

@Jujusp thanks for you first contribution to Atrium 🙂 👍

I'll take over the remaining formatting issues and then merge into main.

Don't forget to ⭐ Atrium if you liked it.

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.

add asLocalDateTime to java.util.Date
2 participants