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

chore: avoid eliding milliseconds (if zero) when retrieving a Date as a String #34

Open
jgomer2001 opened this issue Jan 23, 2023 · 0 comments
Assignees
Milestone

Comments

@jgomer2001
Copy link
Contributor

If an attribute is defined as Date in schema and retrieved as a String in the ORM bean, the milliseconds are elided if they are zero. See ticket 11018

Example:
2001-01-02T12:13:14.000 (Date) -> "2001-01-02T12:13:14" (String)

@jgomer2001 jgomer2001 added this to the 4.5.1 milestone Jan 23, 2023
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