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

Fix java.time.Instant tests #182

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

guizmaii
Copy link
Member

@guizmaii guizmaii commented Oct 30, 2023

Dumb copy/paste mistake 😭

This comment made me doubt my code: pgjdbc/pgjdbc#1325 (comment)
Especially this line:

As you can see the time java.sql.Timestamp -> java.time.Instant conversion depends on the JVM default time zone.

because it was what I was experiencing and why I had to set the JVM default timezone before starting the tests, which was, as @987Nabil was pointing out, weird.

Thanks @987Nabil for your review 🙂

@adamgfraser adamgfraser merged commit dea7e36 into zio:main Oct 30, 2023
15 checks passed
@guizmaii guizmaii deleted the fix_instant_decoder_encoder_test branch October 31, 2023 07:20
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