- la fecha y hora del servidor mysql se pueden obtener vía current_timestamp() o now():
mysql> SELECT now();
+———————+
| now() |
+———————+
| 2018-03-27 10:38:52 |
+———————+
1 row in set (0.00 sec) - luego, para modificar la zona horaria,
mysql> SET time_zone = '+1:00';
Query OK, 0 rows affected
Etiqueta: current_timestamp
MYSQL : Return the current date and time