Skip to content

Creation timestamp from metadata is wrong #332

Closed
@Dr3nz4r

Description

@Dr3nz4r

Imported some files and the time in immich is completely wrong.

I am running immich-go.exe on windows 11 with english as the OS language. Ran with these parameters:

.\immich-go.exe `
  -server=https://XYZ `
  -key=XYZ `
  upload `
  -create-albums `
  -google-photos `
  S:\GPhotos

Here's the metadata from the json (blanked the google url)

{
  "title": "VID_20160822_093541.mp4",
  "description": "",
  "imageViews": "14",
  "creationTime": {
    "timestamp": "1480019341",
    "formatted": "24.11.2016, 20:29:01 UTC"
  },
  "photoTakenTime": {
    "timestamp": "1471851354",
    "formatted": "22.08.2016, 07:35:54 UTC"
  },
  "geoData": {
    "latitude": 0.0,
    "longitude": 0.0,
    "altitude": 0.0,
    "latitudeSpan": 0.0,
    "longitudeSpan": 0.0
  },
  "geoDataExif": {
    "latitude": 0.0,
    "longitude": 0.0,
    "altitude": 0.0,
    "latitudeSpan": 0.0,
    "longitudeSpan": 0.0
  },
  "url": "https://photos.google.com/photo/*****",
  "googlePhotosOrigin": {
    "mobileUpload": {
      "deviceFolder": {
        "localFolderName": ""
      },
      "deviceType": "ANDROID_PHONE"
    }
  }
}

here's the result in immich:
image

pretty sure this wasn't taken in the year 221014 🥲

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions