Hi,
I am using graphite-web 1.1.0
I would like to change date format from m/d to d/m
I changed into grpahite server:
/etc/graphite/local_settings.py
DATE_FORMAT = ‘%d/%m’
but it didn’t show that date format into X axis on my Icingaweb: i see the same m/d format.
What is my mistake?
thanks a lot
Mario