2

in grafana.ini I have set

[date_formats]
full_date = YYYY-MMM-DD @ HH:mm:ss a
interval_second = HH:mm:ss a
interval_minute = HH:mm a
interval_hour = MMM DD HH:mm a
interval_day = MMM DD
interval_month = YYYY-MM
interval_year = YYYY

(ISO8601) but in the time range selection there is still 'am' and 'pm'.

How can I remove this?

LeifSec
  • 113

1 Answers1

1

The a at the end of the time indicates the part of the day AM or PM. Although you have changed the hours from hh to HH for 24h, keeping the a retains AM or PM. Removing it removes AM/PM.