fix: show local dates for range in album summary (#15654)

* fix(web): show local dates for range in album summary

* fix(server): show local dates for range in album summary
This commit is contained in:
Carsten Otto
2025-01-28 21:33:38 +01:00
committed by GitHub
parent cb6d94c7a7
commit da580d4685
9 changed files with 17 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
import { AssetEntity } from 'src/entities/asset.entity';
export const getAssetDateTime = (asset: AssetEntity | undefined) => {
return asset?.exifInfo?.dateTimeOriginal || asset?.fileCreatedAt;
};