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

time Adapter #31

Closed
jpaezlancheros opened this issue Mar 15, 2021 · 3 comments
Closed

time Adapter #31

jpaezlancheros opened this issue Mar 15, 2021 · 3 comments
Assignees
Labels

Comments

@jpaezlancheros
Copy link

I have a question
in ph-ubl time (adpater with LocalTime) is it posislbe to get it marshalled with timezone ? like '13:24:00-05' ... it gets marshalled '13:24:00.213'

Regards

@phax phax self-assigned this Mar 16, 2021
@phax phax added the bug label Mar 16, 2021
@phax
Copy link
Owner

phax commented Mar 16, 2021

Yes, you are so right - I noticed that myself as well - it's a bit "unlucky". I would go for ZonedDateTime instead.

@phax
Copy link
Owner

phax commented Mar 19, 2021

Forget my previous comment. I can see java.time.OffsetTime - yes, that would make sense.
The only problem is dates with a TimeZone - that would cause issues, because there is no "OffsetDate" type available

@phax
Copy link
Owner

phax commented Mar 22, 2021

Fixed with 6.5.0

@phax phax closed this as completed Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants