diff --git a/sqlx-core/src/mysql/connection.rs b/sqlx-core/src/mysql/connection.rs index f7c92f30..9af8c9c2 100644 --- a/sqlx-core/src/mysql/connection.rs +++ b/sqlx-core/src/mysql/connection.rs @@ -362,7 +362,7 @@ impl MySqlConnection { // This allows us to assume that the output from a TIMESTAMP field is UTC // language=MySQL - self.execute_raw("SET time_zone = 'UTC'").await?; + self.execute_raw("SET time_zone = '+00:00'").await?; // https://mathiasbynens.be/notes/mysql-utf8mb4