[PR #682] [MERGED] fix(server): harden inserting process, healing datetime info to insert to database #8718

Closed
opened 2026-02-05 13:52:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/682
Author: @alextran1502
Created: 9/13/2022
Status: Merged
Merged: 9/13/2022
Merged by: @alextran1502

Base: mainHead: dev/fix-out-of-range-time-not-inserted-to-database


📝 Commits (3)

  • dec263b fix(server): harden inserting process, healing datetime info to insert to database
  • 13013c0 remove deadcode'
  • 869a2c0 Added dependency for albums service test

📊 Changes

7 files changed (+120 additions, -1 deletions)

View changed files

📝 server/apps/immich/src/api-v1/album/album.service.spec.ts (+19 -1)
📝 server/apps/immich/src/api-v1/asset/asset.service.ts (+13 -0)
📝 server/libs/common/src/index.ts (+1 -0)
server/libs/common/src/utils/index.ts (+1 -0)
server/libs/common/src/utils/time-utils.spec.ts (+37 -0)
server/libs/common/src/utils/time-utils.ts (+48 -0)
📝 server/package.json (+1 -0)

📄 Description

fixed #670


🔄 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/682 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 9/13/2022 **Status:** ✅ Merged **Merged:** 9/13/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/fix-out-of-range-time-not-inserted-to-database` --- ### 📝 Commits (3) - [`dec263b`](https://github.com/immich-app/immich/commit/dec263b7612c412c78c667b916ba8afb3ba3f499) fix(server): harden inserting process, healing datetime info to insert to database - [`13013c0`](https://github.com/immich-app/immich/commit/13013c0f041098a1114a4cb575d013c50f508fd3) remove deadcode' - [`869a2c0`](https://github.com/immich-app/immich/commit/869a2c0ea354a0007ff19473c42a8f00cf5a66d7) Added dependency for albums service test ### 📊 Changes **7 files changed** (+120 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/album/album.service.spec.ts` (+19 -1) 📝 `server/apps/immich/src/api-v1/asset/asset.service.ts` (+13 -0) 📝 `server/libs/common/src/index.ts` (+1 -0) ➕ `server/libs/common/src/utils/index.ts` (+1 -0) ➕ `server/libs/common/src/utils/time-utils.spec.ts` (+37 -0) ➕ `server/libs/common/src/utils/time-utils.ts` (+48 -0) 📝 `server/package.json` (+1 -0) </details> ### 📄 Description fixed #670 --- <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 13:52:00 +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#8718