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

kotlinx.datetime.LocalDate and LocalDateTime support #129

Open
AndreiKingsley opened this issue Sep 5, 2022 · 1 comment
Open

kotlinx.datetime.LocalDate and LocalDateTime support #129

AndreiKingsley opened this issue Sep 5, 2022 · 1 comment
Milestone

Comments

@AndreiKingsley
Copy link
Contributor

It seems like there shouldn't be a problem with kotlinx.datetime.LocalDateTime support, but this's not supported right now.

@alshan
Copy link
Collaborator

alshan commented Sep 12, 2022

LocalDate and LocalDateTime do not represent an instant of time unless timezone or offset is also provided. This ambiguity is the reason these data types are not supported at the moment.

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

No branches or pull requests

2 participants