Let's use java.time.LocalDateTime instead of java.util.Date #1011
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.
java.time.LocalDateTime
is generally the preferred DateTime handling library since Java 8, due to various footguns in the oldjava.util.Date
interface.I'll send a PR for a few instances this.
The text was updated successfully, but these errors were encountered: