[Feature] Support other download archive formats #25890
clamel77
started this conversation in
Feature Request
Replies: 2 comments
|
I've renamed this to be a little clearer. nb, filesystem timestamps are rarely something you should care about for image files; they're often bound to be wrong and the real data is in the EXIF. |
0 replies
|
Yes you are right, I usally use to also fix timestamp of photos according to exif data. I like to have all in order :) Thanks for your reply |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Description:
When exporting albums via Immich as ZIP files, photos taken before 1980 are assigned a default timestamp of January 1, 1980 after extraction. This happens because the classic ZIP format stores file timestamps in DOS Date/Time fields, which cannot represent dates earlier than 1980.
Problem:
Historical photos (1960s–1970s) lose their original timestamps during export.
Even though the files on the server have correct mtime and the EXIF metadata contains the original capture date, the ZIP file cannot preserve it.
Proposed solution:
Offer tar.gz as an alternative export format.
tar.gz preserves the original timestamps even for files from before 1980, ensuring exported albums maintain accurate dates.
Benefits:
Proper support for historical photos and archival purposes.
Consistent timestamps between the filesystem and photo capture date.
Avoids user confusion caused by all pre-1980 photos appearing as “January 1, 1980” after extraction.
Platform
All reactions