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

Adding Temporal #83

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Adding Temporal #83

merged 1 commit into from
Jan 23, 2024

Conversation

kpartlow
Copy link
Contributor

Conversion Tests
LocalDate conversions
ZonedDateTime Updates

Conversion Tests
LocalDate conversions

static ZonedDateTime toZonedDateTime(Object fromInstance, Converter converter, ConverterOptions options) {
return toZonedDateTime(fromInstance, options).withZoneSameInstant(options.getZoneId());
}
Copy link
Owner

Choose a reason for hiding this comment

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

Does this API need to use: options.getSourceZoneIdForLocalDates()

@kpartlow
Copy link
Contributor Author

kpartlow commented Jan 23, 2024 via email

@jdereg jdereg merged commit e9e7f7a into jdereg:master Jan 23, 2024
1 check 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.

2 participants