nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.94k stars 876 forks source link

Live Photo MOV file modified date does not match HEIC/JPEG #2294

Open ianrenton opened 1 year ago

ianrenton commented 1 year ago

Steps to reproduce

  1. Ensure Live Photo upload is enabled
  2. Upload an old Live Photo
  3. Examine the "Modified" date of the HEIC/JPEG and the MOV file in the NextCloud web interface

Expected behaviour

The two files have the same Modified date.

Actual behaviour

The image file has the correct Modified date but the MOV file date shows as "seconds ago"

Screenshots

image

Logs

N/A

Reasoning or why should it be changed/implemented?

This feels like a fairly minor issue to me, but it was an annoyance when I first moved to NextCloud and uploaded my iPhone Camera Roll, the image files themselves were properly organised by date but the Live Photo video files were not.

Environment data

iOS version: 16.1

Nextcloud iOS app version: 4.5.7.0

Server operating system: Ubuntu 22.10

Web server: Apache (as part of Nextcloud AIO Docker), reverse proxied by Nginx

Database: PostgreSQL 14.6 (as part of Nextcloud AIO Docker)

PHP version: 8.0.26 (as part of Nextcloud AIO Docker)

Nextcloud version: 24.0.8

marinofaggiana commented 1 year ago

@ianrenton thanks for your report!