-
Notifications
You must be signed in to change notification settings - Fork 33
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
Utc class should be removed #78
Comments
@glusk2/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@yegor256 What do you think? With better JSR310 support, |
@Glusk
|
Looking at this page, JDBC 4.2 spec seems to be supported by the most up to date Connector/J version. This SO answer claims that there is support for On the other hand I've also come across this:
I clearly don't know enough about this. |
Utc should be removed from source.
According to this SO answer, SQL timestamps should be set and queried via the Instant class:
...and…
It should be documented in the
README.md
that one should work withInstant
objects whenever trying to set or query ajava.sql.Timestamp
.The text was updated successfully, but these errors were encountered: