mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Change default type of DATETIME to ZonedDateTime #210

Closed mirromutth closed 3 years ago

mirromutth commented 3 years ago

It resolves #132, resolves #163, resolves #195 .

Then users and frameworks can easily convert the ZonedDateTime result to any Java 8 datetime type. e.g. zonedDateTime.toInstant(), .toOffsetDateTime() and .toLocalDateTime().