Datetime behind an hour after insertion. Daylight savings
问题 I've noticed that my MySql database is subtracting an hour from my DateTime objects when I insert certain dates to my tables. Example: Insert: 2021-03-29 11:44:14.938 Result: 2021-03-29 10:44:14.938 I am inserting Java.Sql.Timestamp object ( timestamp below) using JdbcTemplate.update: jdbcTemplate.update(new PreparedStatementCreator() { @Override public PreparedStatement createPreparedStatement(Connection con) throws SQLException { PreparedStatement stmt = con.prepareStatement( "INSERT INTO