Skip to content

Let's use java.time.LocalDateTime instead of java.util.Date #1011

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

Closed
bpcreech opened this issue Jul 24, 2022 · 0 comments · Fixed by #1012
Closed

Let's use java.time.LocalDateTime instead of java.util.Date #1011

bpcreech opened this issue Jul 24, 2022 · 0 comments · Fixed by #1012
Assignees
Labels
api: logging Issues related to the googleapis/java-logging API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@bpcreech
Copy link
Contributor

java.time.LocalDateTime is generally the preferred DateTime handling library since Java 8, due to various footguns in the old java.util.Date interface.

I'll send a PR for a few instances this.

@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Jul 24, 2022
@losalex losalex self-assigned this Jul 31, 2022
@losalex losalex added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants