Fix config_v5 interpolation bug: use ConfigParser(interpolation=None) to prevent strftime format strings (e.g. %Y) from tripping BasicInterpolation, matching v4 behaviour (glances/config.py uses the same flag).