[BUG] date not shown on timeline #691

Closed
opened 2026-02-04 21:56:28 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Floppik on GitHub (Feb 16, 2023).

The bug

I mobile app date didn't show. On web version all is fine
Screenshot_20230216_182618

The OS that Immich Server is running on

Debian 11

Version of Immich Server

1.47.3

Version of Immich Mobile App

1.47.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

version: "3.8"

services:
  immich-server:
    container_name: immich_server
    image: altran1502/immich-server:release
    entrypoint: ["/bin/sh", "./start-server.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - stack.env
    environment:
      - NODE_ENV=production
    depends_on:
      - redis
      - database
    restart: always

  immich-microservices:
    container_name: immich_microservices
    image: altran1502/immich-server:release
    entrypoint: ["/bin/sh", "./start-microservices.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - stack.env
    environment:
      - NODE_ENV=production
    depends_on:
      - redis
      - database
    restart: always

  immich-machine-learning:
    container_name: immich_machine_learning
    image: altran1502/immich-machine-learning:release
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    volumes:
      - ${UPLOAD_LOCATION}:/usr/src/app/upload
    env_file:
      - stack.env
    environment:
      - NODE_ENV=production
    depends_on:
      - database
    restart: always

  immich-web:
    container_name: immich_web
    image: altran1502/immich-web:release
    entrypoint: ["/bin/sh", "./entrypoint.sh"]
    env_file:
      - stack.env
    restart: always

  redis:
    container_name: immich_redis
    image: redis:6.2
    restart: always

  database:
    container_name: immich_postgres
    image: postgres:14
    env_file:
      - stack.env
    environment:
      POSTGRES_PASSWORD: ${DB_PASSWORD}
      POSTGRES_USER: ${DB_USERNAME}
      POSTGRES_DB: ${DB_DATABASE_NAME}
      PG_DATA: /var/lib/postgresql/data
    volumes:
      - pgdata:/var/lib/postgresql/data
    restart: always

  immich-proxy:
    container_name: immich_proxy
    image: altran1502/immich-proxy:release
    environment:
      # Make sure these values get passed through from the env file
      - IMMICH_SERVER_URL
      - IMMICH_WEB_URL
    ports:
      - 2283:8080
    logging:
      driver: none
    depends_on:
      - immich-server
    restart: always

volumes:
  pgdata:

Your .env content

DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
UPLOAD_LOCATION=/mnt/BX400/Photo upload
PUBLIC_LOGIN_PAGE_MESSAGE=

Reproduction steps

1.install server
2.login in mobile app

Additional information

Android 13, galaxy s23 ultra.

Originally created by @Floppik on GitHub (Feb 16, 2023). ### The bug I mobile app date didn't show. On web version all is fine ![Screenshot_20230216_182618](https://user-images.githubusercontent.com/38560023/219411658-7ae2292c-8a9f-482f-9880-828633b2e773.jpg) ### The OS that Immich Server is running on Debian 11 ### Version of Immich Server 1.47.3 ### Version of Immich Mobile App 1.47.0 ### Platform with the issue - [ ] Server - [ ] Web - [X] Mobile ### Your docker-compose.yml content ```YAML version: "3.8" services: immich-server: container_name: immich_server image: altran1502/immich-server:release entrypoint: ["/bin/sh", "./start-server.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - stack.env environment: - NODE_ENV=production depends_on: - redis - database restart: always immich-microservices: container_name: immich_microservices image: altran1502/immich-server:release entrypoint: ["/bin/sh", "./start-microservices.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - stack.env environment: - NODE_ENV=production depends_on: - redis - database restart: always immich-machine-learning: container_name: immich_machine_learning image: altran1502/immich-machine-learning:release entrypoint: ["/bin/sh", "./entrypoint.sh"] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload env_file: - stack.env environment: - NODE_ENV=production depends_on: - database restart: always immich-web: container_name: immich_web image: altran1502/immich-web:release entrypoint: ["/bin/sh", "./entrypoint.sh"] env_file: - stack.env restart: always redis: container_name: immich_redis image: redis:6.2 restart: always database: container_name: immich_postgres image: postgres:14 env_file: - stack.env environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} POSTGRES_DB: ${DB_DATABASE_NAME} PG_DATA: /var/lib/postgresql/data volumes: - pgdata:/var/lib/postgresql/data restart: always immich-proxy: container_name: immich_proxy image: altran1502/immich-proxy:release environment: # Make sure these values get passed through from the env file - IMMICH_SERVER_URL - IMMICH_WEB_URL ports: - 2283:8080 logging: driver: none depends_on: - immich-server restart: always volumes: pgdata: ``` ### Your .env content ```Shell DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_PASSWORD=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis UPLOAD_LOCATION=/mnt/BX400/Photo upload PUBLIC_LOGIN_PAGE_MESSAGE= ``` ### Reproduction steps ```bash 1.install server 2.login in mobile app ``` ### Additional information Android 13, galaxy s23 ultra.
Author
Owner

@bo0tzz commented on GitHub (Feb 16, 2023):

Which language is your app/phone set to?

@bo0tzz commented on GitHub (Feb 16, 2023): Which language is your app/phone set to?
Author
Owner

@Floppik commented on GitHub (Feb 16, 2023):

App/phone set to Russian language

@Floppik commented on GitHub (Feb 16, 2023): App/phone set to Russian language
Author
Owner

@bo0tzz commented on GitHub (Feb 16, 2023):

It seems like the Russian localization has an error in it. For other languages the date format is like

  "daily_title_text_date": "E, MMM dd",
  "daily_title_text_date_year": "E, MMM dd, yyyy",
  "date_format": "E, LLL d, y • h:mm a",

But the Russian one uses different characters:

  "daily_title_text_date": "ДН, МММ дд",
  "daily_title_text_date_year": "ДН, МММ дд, гггг",
  "date_format": "ДН, LLL д, г • ч:мм a",

which is probably a mistake.

@alextran1502 I don't know the mobile i18n well - can we just swap this back to the Latin characters in the ru-RU.json?

@bo0tzz commented on GitHub (Feb 16, 2023): It seems like the Russian localization has an error in it. For other languages the date format is like ``` "daily_title_text_date": "E, MMM dd", "daily_title_text_date_year": "E, MMM dd, yyyy", "date_format": "E, LLL d, y • h:mm a", ``` But the Russian one uses different characters: ``` "daily_title_text_date": "ДН, МММ дд", "daily_title_text_date_year": "ДН, МММ дд, гггг", "date_format": "ДН, LLL д, г • ч:мм a", ``` which is probably a mistake. @alextran1502 I don't know the mobile i18n well - can we just swap this back to the Latin characters in the ru-RU.json?
Author
Owner

@alextran1502 commented on GitHub (Feb 16, 2023):

Yes I can do this

@alextran1502 commented on GitHub (Feb 16, 2023): Yes I can do this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#691