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

Incorrect JSON format for LocalDateTime. Includes Z suffix when it should not. #2253

Closed
rbygrave opened this issue Jun 17, 2021 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@rbygrave
Copy link
Member

When Ebean writes LocalDateTime value to JSON it should not include the Z timezone suffix.

Expected behavior

Expected :""2020-05-04T13:20:40""

Actual behavior

Actual :""2020-05-04T01:20:40Z""

@rbygrave rbygrave added the bug label Jun 17, 2021
@rbygrave rbygrave added this to the 12.9.3 milestone Jun 17, 2021
@rbygrave rbygrave self-assigned this Jun 17, 2021
rbygrave added a commit that referenced this issue Jun 17, 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

1 participant