mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #19020] issue: DEFAULT_LOCALE does not affect date display, fixed at MM/DD/YYYY #34279
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @recrudesce on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19020
Originally assigned to: @dannyl1u on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.36
Ollama Version (if applicable)
No response
Operating System
Irrelevant
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Date formats in the Admin view of a users chats seem should conform to the
DEFAULT_LOCALEsetting.Actual Behavior
The date format doesn't change and seems to be fixed as MM/DD/YYYY when it should change to DD/MM/YYYY if set to GB locale.
Steps to Reproduce
1: Set
DEFAULT_LOCALEto something2: Notice that nothing actually changes in the date format
Logs & Screenshots
Setting
DEFAULT_LOCALEenv var does not affect the dates shown in the Admin view of a user's chats. These are seemingly forced as MM/DD/YYYY. This also happens regardless of the operating system locale settings as well (I've hard set it on the OS and in the Docker container to no avail).I've tried "engb", "en-gb", "en_gb", "en_GB" in the env var for the container

Yet these dates are ALWAYS shown as MM/DD/YYYY
Additional Information
No response
@silentoplayz commented on GitHub (Nov 7, 2025):
I can confirm this being an issue on the latest
dev. I've tested withENABLE_PERSISTENT_CONFIGset tofalseandDEFAULT_LOCALEset to a few different locale options that would essentially swap arounddd/MM/yyyytoyyyy/MM/ddand the changes did not reflect in the chats list of a user via the admin panel.@tjbck commented on GitHub (Nov 17, 2025):
@dannyl1u could be an easy one, PR welcome here.