[PR #25894] fix: timezone in timeline bucketing #18391

Open
opened 2026-02-05 16:37:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/25894
Author: @shenlong-tanwen
Created: 2/4/2026
Status: 🔄 Open

Base: mainHead: fix/timezones


📝 Commits (1)

  • 18983a3 fix: timezone in timeline bucketing

📊 Changes

3 files changed (+22 additions, -17 deletions)

View changed files

📝 mobile/lib/infrastructure/entities/merged_asset.drift (+9 -6)
📝 mobile/lib/infrastructure/entities/merged_asset.drift.dart (+1 -1)
📝 mobile/lib/infrastructure/repositories/timeline.repository.dart (+12 -10)

📄 Description

Fixes #25832

Description

Uses the local date time of remote assets from the server for bucketing instead of relying on the created at field


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/25894 **Author:** [@shenlong-tanwen](https://github.com/shenlong-tanwen) **Created:** 2/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/timezones` --- ### 📝 Commits (1) - [`18983a3`](https://github.com/immich-app/immich/commit/18983a3d74c3b0af2da4092b93aa37de399928bc) fix: timezone in timeline bucketing ### 📊 Changes **3 files changed** (+22 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/infrastructure/entities/merged_asset.drift` (+9 -6) 📝 `mobile/lib/infrastructure/entities/merged_asset.drift.dart` (+1 -1) 📝 `mobile/lib/infrastructure/repositories/timeline.repository.dart` (+12 -10) </details> ### 📄 Description Fixes #25832 ## Description Uses the local date time of remote assets from the server for bucketing instead of relying on the created at field --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:37:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#18391