You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that dates in search are formatted as mm/dd/yyyy for me and the only way to change it to dd/mm/yyyy seems to be the locale. However, en_GB locale which would allow it is missing, which is strange considering it's present on web.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
DATA_ROOT=/data
# The location where your uploaded files are stored
UPLOAD_LOCATION=${DATA_ROOT}/upload
APPDATA_LOCATION=${DATA_ROOT}/appdata
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
IMMICH_METRICS=true
DB_PASSWORD='REDACTED'# The values below this line do not need to be changed###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
Reproduction steps
On iOS go to Settings -> Languages
Observe no en_GB locale available
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
The bug
I noticed that dates in search are formatted as mm/dd/yyyy for me and the only way to change it to dd/mm/yyyy seems to be the locale. However, en_GB locale which would allow it is missing, which is strange considering it's present on web.
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.123.0
Version of Immich Mobile App
v1.123.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: