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

use java.time.* data/time api classes for dates and times in generated java #49

Open
pahjbo opened this issue Jun 26, 2024 · 1 comment
Labels
enhancement New feature or request Java is only for the java implementation

Comments

@pahjbo
Copy link
Member

pahjbo commented Jun 26, 2024

To help to minimise any timezone confusions it would be good to alter the generated code to use the java 8 date time classes to interact with the database.

@pahjbo pahjbo added enhancement New feature or request Java is only for the java implementation labels Jun 26, 2024
@pahjbo
Copy link
Member Author

pahjbo commented Jul 26, 2024

there is an initial implementation using LocalDateTime on the dateTimeImplementation branch - not sure that it makes things better though as the dates should be serialised/store as UTC, and perhaps java.util.Date with no timezone handling is actually less confusing.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Java is only for the java implementation
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant