Edit label format in time axis

Hi! I have a MySQL sources data configured and working in my Grafana 8.3.3 setup.

This is the original value from phpMyAdmin

01

in the query i have

SELECT
  reading_time AS "time",
  value1 AS "Piano Terra",
  value2 AS "Piano Primo"
FROM Sensor
WHERE
  $__timeFilter(reading_time)
ORDER BY reading_time

and the result timeseries graph (with the table on the bottom) is

i’m asking if there is a way to edit the label of the X-Axis tick? Now are MM/DD HH:MM.
I want to edit for my needs.

Thanks