Modify your grafana.ini like this:
[date_formats]
full_date = YYYY-MM-DD HH:mm:ss
if you really need the day, use this safe version that avoids issues:
full_date = DD/MM/YYYY HH:mm:ss
Then in your panel override use custom time format like dddd DD/MM/YYYY HH:mm:ss just for display. This avoids breaking the core time picker then Restart Grafana → go to services and restart the grafana to see changes.
@yosiasz Sorry, but I don’t understand your solution with Jsonata.
My data is continuously collected every 10 seconds; I don’t see myself modifying it.
Furthermore, I don’t understand how a format can be modified at the data source level; a date is a date.
@infofcc3 no problem modifying grafana.ini and restarting the service but I can’t find how to do the panel override
This gives me several curves as a function of time in a Time series panel
I need the date with the day because it is much more practical for data analysis. But in reality it’s more practical everywhere ; in panels, in the time selector… everywhere.
If a bug prevents choosing the correct format in grafana.ini having this only in my time series panel is fine for me