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

[client-v2] Support ZonedDateTime and Instant in POJO fields for SerDe #2117

Open
chernser opened this issue Jan 27, 2025 · 0 comments · May be fixed by #2116
Open

[client-v2] Support ZonedDateTime and Instant in POJO fields for SerDe #2117

chernser opened this issue Jan 27, 2025 · 0 comments · May be fixed by #2116
Milestone

Comments

@chernser
Copy link
Contributor

Use case

Use cases:

public record MyData (OffsetDateTime ts1, Instant ts2) {
}

client.insert(List.of(new MyData(OffsetDateTime.now(), Instant.now())));
@chernser chernser added this to the 0.8.1 milestone Jan 27, 2025
@chernser chernser linked a pull request Jan 27, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant