Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.6, 1.1.7, 1.1.8
-
None
-
Ubuntu 14.10, MariaDB 5.5.41-1ubuntu0.14.10.1
Description
According to the time-zone documentation on https://mariadb.com/kb/en/mariadb/time-zones/ TIME fields should NOT be affected by the server time-zone.
After https://mariadb.atlassian.net/browse/CONJ-65 was solved (from 1.1.6 and onwards, that is) ResultSet.getTime() began converting TIME columns to the server time-zone. This differs from what MySQL Connector/J version 5.1 does at least.