02-14-2024
11:33 AM
- last edited on
02-15-2024
08:41 AM
by
Danny
I took a lot of photos on my Canon 60 D with the wrong date and time on the camera. Would appreciate advise on how to change the date/time on the photos already taken.
02-14-2024 11:55 AM
This is something you can do with post processing software. I use Lightroom and it has the ability to shift the capture time and date of a range of photos. So you find the first of the batch with the wrong time and fix it then Lightroom applies the fixed difference to all the others.
If you need to fix the capture time in the file itself then I think a tool like Exif tool will do that for you.
02-14-2024 12:09 PM
Does this work with Photoshop Elements? Curious. Always good to know JIC.
02-14-2024 12:17 PM
I don't know if this is possible with Photoshop Elements as I don't have/use it. I could not find the function to change the capture time in Photoshop either.
02-14-2024 12:25 PM
You need to see if that action is built in:
https://helpx.adobe.com/photoshop-elements/using/using-actions-process-photos.html
IF you are on a Mac, Photos can do this.
02-14-2024 02:06 PM - edited 02-14-2024 02:09 PM
Time is many places in the meta data. Various programs read the time from different places while ignoring other times. Without knowing which program is displaying the time, it is difficult to know which time to change.
exiftool is free software. It is a command line program. https://exiftool.org/
"Have you ever forgotten to set the date/time on your digital camera before taking a bunch of pictures? ExifTool has a time shift feature that makes it easy to apply a batch fix to the timestamps of the images (eg. change the "Date Picture Taken" reported by Windows Explorer). Say for example that your camera clock was reset to 2000:01:01 00:00:00 when you put in a new battery at 2005:11:03 10:48:00. Then all of the pictures you took subsequently have timestamps that are wrong by 5 years, 10 months, 2 days, 10 hours and 48 minutes. To fix this, put all of the images in the same directory ("DIR") and run exiftool:"
exiftool "-DateTimeOriginal+=5:10:2 10:48:0" DIR
"The example above changes only the DateTimeOriginal tag, but any writable date or time tag can be shifted, and multiple tags may be written with a single command line. Commonly, in JPEG images, the DateTimeOriginal, CreateDate and ModifyDate values must all be changed. For convenience, a Shortcut tag called AllDates has been defined to represent these three tags. So, for example, if you forgot to set your camera clock back 1 hour at the end of daylight savings time in the fall, you can fix the images with:"
exiftool -AllDates-=1 DIR
quoting is different on Windows than on macOS or Linux.
https://exiftool.org/exiftool_pod.html
-globalTimeShift SHIFT
Shift all formatted date/time values by the specified amount when reading. Does not apply to unformatted (-n) output. SHIFT takes the same form as the date/time shift when writing (see Image::ExifTool::Shift.pl for details), with a negative shift being indicated with a minus sign (-) at the start of the SHIFT string. For example:
# return all date/times, shifted back by 1 hour exiftool -globalTimeShift -1 -time:all a.jpg # set the file name from the shifted CreateDate (-1 day) for # all images in a directory exiftool "-filename<createdate" -globaltimeshift "-0:0:1 0:0:0" \ -d %Y%m%d-%H%M%S.%%e dir
For more examples and discussion: https://exiftool.org/forum/index.php?topic=10583.0
02/20/2025: New firmware updates are available.
RF70-200mm F2.8 L IS USM Z - Version 1.0.6
RF24-105mm F2.8 L IS USM Z - Version 1.0.9
RF100-300mm F2.8 L IS USM - Version 1.0.8
RF50mm F1.4 L VCM - Version 1.0.2
RF24mm F1.4 L VCM - Version 1.0.3
01/27/2025: New firmware updates are available.
12/18/2024: New firmware updates are available.
EOS C300 Mark III - Version 1..0.9.1
EOS C500 Mark II - Version 1.1.3.1
12/05/2024: New firmware updates are available.
EOS R5 Mark II - Version 1.0.2
09/26/2024: New firmware updates are available.
Canon U.S.A Inc. All Rights Reserved. Reproduction in whole or part without permission is prohibited.