- Choose the picture file and press Command + I.
- Navigate to the “Basic” part.
- Find the “Date Taken” area.
Using Third-Occasion Software program
If the built-in strategies do not meet your wants, contemplate using third-party software program particularly designed for manipulating picture metadata, together with date and time. These specialised functions supply a variety of options and superior choices which will cater to your particular necessities.
Listed below are some standard third-party software program choices for altering date and time in picture properties:
To successfully use third-party software program, observe these normal steps:
Step |
Motion |
1 |
Obtain and set up the specified third-party software program. |
2 |
Open the picture you wish to modify within the software program. |
3 |
Find the part or software that means that you can modify the date and time metadata. |
4 |
Make the required adjustments and save the modified picture. |
Bear in mind to fastidiously verify the software program’s documentation and person guides for particular directions and options. Some software program can also supply further choices, resembling synchronizing time throughout a number of images, auto-correcting primarily based on digital camera settings, and extra.
Correcting Metadata through “Get Information”
For a extra complete metadata enhancing expertise, right-click on the picture and choose “Get Information” from the context menu. It will open an data window with a number of tabs, together with the “Date & Time” tab. Right here, you’ll be able to manually set the seize date and time by adjusting the date and time fields straight.
Moreover, you should utilize the “Modify Date & Time” button to carry out extra exact changes. Clicking this button will open a separate window that means that you can set the date and time in a calendar format. You may also select to regulate the timezone and daylight financial savings settings.
As soon as you’ve got made the required adjustments, merely click on “OK” to save lots of the up to date metadata. It is vital to notice that these adjustments aren’t everlasting and will be reverted by repeating the identical course of.
Adjusting Time and Date Utilizing “ExifTool”
“ExifTool” is a robust command-line utility that may learn and edit metadata from varied file codecs, together with images. It supplies an easy technique to modify the date and time data embedded in picture recordsdata. Observe these steps to make use of “ExifTool”:
Obtain and Set up
1. Obtain “ExifTool” from its official web site.
2. Set up the software program in response to the directions on your working system.
Discover the Right ExifTool Path
1. Open a command immediate or terminal.
2. Kind “exiftool” and press enter.
3. It is best to see an inventory of instructions. Should you get an error message, make sure the set up is right or alter your surroundings variables to incorporate the ExifTool path.
Modify Date and Time
1. Navigate to the listing containing your picture recordsdata.
2. Use the next command to change the date and time:
“`
exiftool “-DateTimeOriginal=2023:03:08 14:30:00” -overwrite_original [image_file_name]
“`
Substitute “[image_file_name]” with the precise file title of your picture.
Further Parameters
The “-DateTimeOriginal” parameter specifies the brand new date and time within the format “YYYY:MM:DD HH:MM:SS”. You may also use the next further parameters:
Parameter |
Description |
-DateTimeDigitized |
Date and time the picture was taken |
-ModifyDate |
Date and time the picture was final modified |
-CreateDate |
Date and time the picture was created (not supported by all file codecs) |
Setting Date and Time with “Pillow” Library
Python Imaging Library (Pillow) is a famend picture processing package deal that comes with a user-friendly interface. By way of the exif module in Pillow, you’ll be able to simply manipulate EXIF metadata, together with the date and time attributes.
Steps:
1. Set up Pillow:
In your terminal, run the command: pip set up Pillow
2. Import the Pillow module:
In your Python script, import the Picture class from Pillow: from PIL import Picture
3. Open the Picture:
Use the open() technique to load the picture file and retailer it in a variable, e.g., im = Picture.open("picture.jpg")
4. Get the EXIF Knowledge:
Entry the EXIF dictionary utilizing exif = im.getexif() . If the picture has no EXIF information, it returns None .
5. Modify the Date and Time Attributes:
To vary the date and time, navigate to the ‘DateTimeOriginal’ and ‘DateTimeDigitized’ keys. The format is ‘YYYY:MM:DD HH:MM:SS’, e.g., exif['DateTimeOriginal'] = '2023:05:18 12:30:00'
6. Replace the EXIF Knowledge:
After modifying the EXIF dictionary, use im.setexif(exif) to replace the metadata within the picture.
7. Save the Picture:
To use the adjustments completely, save the picture with im.save("picture.jpg")
Python Code |
# Description |
from PIL import Picture
im = Picture.open("picture.jpg")
exif = im.getexif()
exif['DateTimeOriginal'] = '2023:05:18 12:30:00'
exif['DateTimeDigitized'] = '2023:05:18 12:30:00'
im.setexif(exif)
im.save("picture.jpg")
|
This code snippet demonstrates your entire strategy of modifying the date and time attributes of a picture utilizing the Pillow library.
|
Modifying Exif Knowledge through “ImageMagick”
ImageMagick is an open-source software program suite used for picture processing. This is an in depth information to utilizing ImageMagick to alter the date and time in picture properties:
1. Set up ImageMagick
Set up ImageMagick on your working system from the official web site.
2. Determine the Photograph’s Unique Date
Use the “ExifTool” command to extract the unique date and time from the picture:
“`
exiftool -CreateDate “-:CreateDate” [path_to_photo]
“`
3. Convert Date to Unix Timestamp
Convert the unique date to a Unix timestamp utilizing a web-based converter or the next command:
“`
date -d “[original_date_and_time]” +”%s”
“`
4. Change Date and Time in ImageMagick
Use the “mogrify” command to alter the date and time within the picture:
“`
mogrify -set creation-date “[unix_timestamp]” -set modify-date “[unix_timestamp]” [path_to_photo]
“`
5. Confirm the Modifications
Use “ExifTool” once more to confirm the brand new date and time within the picture:
“`
exiftool -CreateDate “-:CreateDate” [path_to_photo]
“`
6. Further Notes
Should you encounter any points when utilizing “exiftool”, make sure that it’s correctly put in and up-to-date. Moreover, some images might have a number of date fields; you’ll be able to specify the precise area you wish to change utilizing the “-DateTimeOriginal” or “-ModifyDate” choices within the “mogrify” command. The next desk summarizes the out there syntax:
Choice |
Description |
-set creation-date |
Units the picture’s creation date |
-set modify-date |
Units the picture’s modification date |
-DateTimeOriginal |
Specifies the EXIF “Date/Time Unique” area |
-ModifyDate |
Specifies the EXIF “Modify Date” area |
Correcting Time and Date with Home windows
In case your images have incorrect timestamps, you’ll be able to simply right them utilizing the Home windows working system. Listed below are the steps:
1. Open the Picture File
Find the picture file you wish to edit and double-click on it to open it within the Pictures app.
2. Click on on the “Information” Tab
Click on on the “Information” tab positioned on the high of the Pictures app window.
3. Discover the “Date Taken” Part
Scroll down till you discover the “Date Taken” part.
4. Click on on the Date and Time
Click on on the date and time subsequent to “Date Taken” to edit it.
5. Enter the Right Date and Time
Use the calendar and time picker to enter the right date and time when the picture was taken.
6. Save the Modifications
Click on on the “Save” button to save lots of the adjustments.
7. Superior Choices for Date and Time Correction
If the “Date Taken” part will not be out there or the timestamps are nonetheless incorrect, you should utilize the next superior choices:
Choice |
Description |
File Properties |
Proper-click on the picture file, choose “Properties,” after which navigate to the “Particulars” tab to edit the date and time.
|
Exif Metadata Editor |
Obtain and set up an Exif metadata editor software program and use it to manually edit the timestamps in your images.
|
Command Line Instruments (Home windows) |
Use command line instruments resembling “exiftool” or “nk” to change the date and time data in your images by the command immediate.
|
Setting Time and Date with macOS
Adjusting the time and date in picture properties on macOS ensures correct metadata and correct group of your pictures. This is a step-by-step information:
1. Find the picture whose date and time you wish to change.
2. Proper-click on the picture and choose “Get Information” from the context menu.
3. Click on the “Extra Information” tab within the information panel.
4. Discover the “Date/Time” part.
5. Click on the “Modify Date” button.
6. Use the calendar and time picker to set the specified date and time.
7. Optionally, alter the “Time Zone” and “Offset” fields to make sure correct time zone conversion.
8. As soon as the date and time are set, be certain to click on the “OK” button. It will apply your adjustments and modify the picture’s properties. This is a extra detailed clarification of the choices out there within the “Date/Time” part:
Choice |
Description |
Date Created |
Shows the date and time when the picture was initially created. |
Date Modified |
Shows the date and time when the picture was final modified or edited. |
Date Captured |
Shows the date and time when the picture was taken, if out there from the digital camera’s metadata. |
Time Zone |
Specifies the time zone of the date and time being displayed. |
Offset |
Adjusts the time by a specified variety of hours or minutes. |
Utilizing the Metadata Panel in Lightroom
To vary the date and time in picture properties utilizing the Metadata Panel in Lightroom, observe these steps:
- Open the picture in Lightroom.
- Go to the Library module.
- Choose the picture you wish to edit.
- Click on on the Metadata panel on the right-hand aspect of the window.
- Scroll all the way down to the Date and Time part.
- Click on on the calendar icon to alter the date.
- Click on on the clock icon to alter the time.
- Enter the brand new date and time within the fields offered.
- To use the adjustments, click on on the Save button on the backside of the Metadata panel.
Be aware: If the Date and Time part will not be seen within the Metadata panel, click on on the Metadata Presets menu and choose Present Date and Time.
Discipline |
Description |
Seize Date |
The date the picture was taken. |
Seize Time |
The time the picture was taken. |
Date/Time Unique |
The unique date and time the picture was taken. |
Date/Time Digitized |
The date and time the picture was scanned or in any other case digitized. |
Date/Time Modified |
The date and time the picture was final modified. |
GPS Date |
The date the GPS data was recorded. |
GPS Time |
The time the GPS data was recorded. |
Preserving Unique Metadata
When enhancing a photograph’s date and time properties, preserving the unique metadata is essential to keep up its authenticity and integrity. Listed below are some tips:
- Use a Respected Enhancing Software: Go for picture enhancing software program that permits for non-destructive enhancing, preserving the unique metadata.
- Create a Copy: Earlier than making any adjustments, create a replica of the picture to keep away from altering the unique file.
- Examine Metadata Compatibility: Make sure the enhancing software helps studying and writing metadata codecs suitable together with your digital camera and picture storage system.
- Affirm Accuracy: Double-check the brand new date and time data to make sure its accuracy earlier than saving.
- Take into account Future Use: Do not forget that metadata can be utilized for future reference, resembling monitoring picture historical past or discovering pictures with particular dates.
- Restrict Modifications: Keep away from making pointless adjustments to metadata, because it might impression the picture’s authenticity and worth.
- Use a Constant Workflow: Set up a typical workflow for dealing with metadata to keep up consistency and keep away from errors.
- Doc Modifications: Hold a document of any adjustments made to the picture’s metadata for future reference and transparency.
- Make the most of Metadata Software program: Think about using devoted metadata enhancing software program to handle and protect picture metadata effectively.
- Practice Your self: Familiarize your self with metadata codecs, enhancing methods, and finest practices to make sure correct dealing with of metadata.
How To Change Date And Time In Photograph Properties
To vary the date and time within the picture properties, observe these easy steps:
- Proper-click the picture you wish to change the date and time for and choose “Properties.”
- Within the “Properties” window, click on on the “Particulars” tab.
- Discover the “Date Taken” area and click on on the calendar icon to pick the brand new date.
- Click on on the clock icon to pick the brand new time.
- Click on “OK” to save lots of the adjustments.
Individuals Additionally Ask About How To Change Date And Time In Photograph Properties
How can I alter the date and time on a number of images without delay?
You need to use a program like ExifTool to alter the date and time on a number of images without delay. This program is free and open supply, and it may be used on each Home windows and Mac computer systems.
Can I alter the date and time on images taken with my telephone?
Sure, you’ll be able to change the date and time on images taken together with your telephone. To do that, you should utilize a photograph enhancing app like Photoshop or GIMP. These apps let you change the metadata of your images, together with the date and time.
Why would I wish to change the date and time on my images?
There are a number of the explanation why you may wish to change the date and time in your images. For instance, you may wish to:
- Right a mistake that you simply made when taking the picture.
- Manage your images by date and time.
- Defend your privateness by eradicating the date and time out of your images.
|