{"id":17722796,"url":"https://github.com/bramp/fix_photos_timestamp","last_synced_at":"2025-03-31T13:25:15.025Z","repository":{"id":185449397,"uuid":"673559737","full_name":"bramp/fix_photos_timestamp","owner":"bramp","description":"Failed attempt to fix Creation Timestamps on Google Photo images.","archived":false,"fork":false,"pushed_at":"2023-08-01T23:11:36.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T18:51:07.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bramp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-01T23:09:10.000Z","updated_at":"2023-08-01T23:11:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"398cf446-1042-4d44-a35c-4de4c3769314","html_url":"https://github.com/bramp/fix_photos_timestamp","commit_stats":null,"previous_names":["bramp/fix_photos_timestamp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramp%2Ffix_photos_timestamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramp%2Ffix_photos_timestamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramp%2Ffix_photos_timestamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramp%2Ffix_photos_timestamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramp","download_url":"https://codeload.github.com/bramp/fix_photos_timestamp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473273,"owners_count":20783236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-25T15:39:24.038Z","updated_at":"2025-03-31T13:25:15.000Z","avatar_url":"https://github.com/bramp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fix Google Photo Timestamps\n\nby Andrew Brampton (https://bramp.net)\n\nThis is a failed attempt to fix Creation Timestamps on Google Photo images.\n\nSpecifically, I have files like \"Screenshot_20230730-182922.png\" that don't\nhave the correct creation time. (They seem to have the upload time). This tool\nwill parse a album, and print out all the files with the wrong timestamp, i.e,\nthe files which have times in the name, but the Google photos metadata does not\nmatch.\n\nThis is a failed attempt, because Google Photos does not actually allow changing\nthe creation timestamp from the API :( You can manually fix it via the UI. So I\nused this tool to ensure the new times were correct.\n\nUsage:\n\n```\n# List all your albums\n$ cargo run\n\nUsage target/debug/fix_photos_timestamp {album_id}\n\nAE3SYY.........kPJA  Album One Title\nAE3SYY.......u_4mDQ  Album Two Title\nAE3SYY.......oj16GT  Album Three Title\nAE3SYY.....33t-16MJ  Album Four Title\n...\n\n# Now fix the specific album\n$ cargo run -- AE3SYY.........kPJA\n\nValid range: [2023-07-30 17:00:00 PDT - 2023-07-30 19:00:00 PDT)\n\n  1 Screenshot_20230730-171653.png 2023-07-31 00:16:00 UTC OK\n  2 Screenshot_20230730-171634.png 2023-07-31 00:16:00 UTC OK\n  3 Screenshot_20230730-171700.png 2023-07-31 00:17:00 UTC OK\n  4 Screenshot_20230730-171712.png 2023-07-31 00:17:00 UTC OK\n  5 Screenshot_20230730-172308.png 2023-07-31 00:23:08 UTC OK\n  ...\n 10 Screenshot_20230730-183124.png 2023-08-01 21:49:20 UTC change to 2023-07-31 01:31:24 UTC\n 11 Screenshot_20230730-183122.png 2023-08-01 21:49:22 UTC change to 2023-07-31 01:31:22 UTC\n 12 Screenshot_20230730-183010.png 2023-08-01 21:49:23 UTC change to 2023-07-31 01:30:10 UTC\n```\n\nNow go manually fix all the timestamps on https://photos.google.com/\n\n# License: Apache-2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramp%2Ffix_photos_timestamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramp%2Ffix_photos_timestamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramp%2Ffix_photos_timestamp/lists"}