Is it possible to change date format in issues

Hello,
Is it possible to change date format displayed in isuues (issue list, issue comments, issue actions) to dd.mm.yyyy hh24:mi:ss? Now it is displayed in such a format: Day Month Year Hour:Minute (20 Oct 2023 11:33).
Sorry if it is a stupid question, but could not find a solution nor in taiga gui, nor in .env file

Hi,

there are two settings in settings/common.py which should work here: DATE_INPUT_FORMATS and DATETIME_FORMAT.

As described in

3.3. Setup python environment - Adjust Django Configuration

you should edit these parameters in settings/config.py to overwrite the settings in settings/common.py.

Regards

2 Likes

Thank you very much. I’ll try it and write results