How to change the timezone in photo metadata?

After returning from a recent trip out west, I forgot to change my camera's timezone to the local time.  As a result, hundreds of photos from a long weekend trip were recorded with the wrong timezone.  I imported them to Lightroom 5 and discovered the problem.  Of course, I used the Edit Capture Time feature as described in the online help: https://helpx.adobe.com/lightroom/help/metadata-basics-actions.html#change_the_photo_captu re_time
But that changes the time of each photo's metadata, rather than the timezone.  There's a subtle difference; the better solution would be to change the timezone so that all future interpretations and exported times would be correct.  For example, here's the original metadata from a RAW image:
DateTimeOriginal                : 2014:08:23 09:13:45
Timezone                        : -07:00
and here's what appears on an exported JPG file, after the capture time was edited:
DateTimeOriginal                : 2014:08:23 11:13:45
TimeCreated                     : 11:13:45
DigitalCreationTime             : 09:13:45
DateTimeCreated                 : 2014:08:23 11:13:45
DigitalCreationDateTime         : 2014:08:23 09:13:45
[These metadata reports were produced by exiftool.]  Notice how the RAW image includes Timezone (though sadly the JPG export does not).  More to the point, look at the variety of timestamps produced for the JPG file, none of which mention the timezone and two of which have the wrong time (9:13am instead of 11:13am).  Without the timezone information the latter is hard to interpret and looks inconsistent.  Is this a bug in LR5?  or is it a missing feature (to not record the timezone on export)?

There's not a simple explanation of the behavior you're observing.  It's not a bug -- LR is doing a reasonable job of following imperfect industry standards. 
The photo/camera industry in general does not make it easy to deal with time zones. LR's general approach is to preserve whatever time zones are present in the metadata but otherwise ignore them -- it doesn't change them, and it doesn't display them. As you discovered, the Edit Capture Time command does not let you change time zone, but it does preserve whatever time zones are present in the metadata  (but see below for one exception).   LR's handling of time zones conforms with Metadata Working Group's Guidelines For Handling Image Metadata 2.0, an industry standard supported by Adobe, Apple, Canon, Microsoft, Nokia, and Sony.
The EXIF metadata inserted by cameras does not provide an official field to record time zone (folklore among metadata geeks is that one of the technical leaders of the spec, when challenged about that, asked why anyone would want time zones).  Some cameras insert the non-industry-standard EXIF field TimeZoneOffset.  I don't know the entire history of this field, but it's not defined in the EXIF 2.2 or 2.3 specs, nor mentioned in the Metadata Working Group's Guidelines For Handling Image Metadata 2.0.  The field is not well-defined -- it only allows offsets of whole hours, whereas over a billion people live in a time zone whose offset is +5:30 (India). 
LR preserves EXIF:TimeZoneOffset in your original photo, but it otherwise ignores the field, and it doesn't get copied to exported photos.  This is not unreasonable, given that the field is non-standard.
The XMP metadata fields, typically inserted by software applications, do support time zones, but including a time zone is optional.  LR preserves XMP time zones that are present when the image is imported, even if you change the date/time with Edit Capture Time.  Your original photo did not contain any XMP fields (cameras typically don't insert XMP), so there were no time zones there for LR to preserve.
The Digital Creation date/time fields you observed are intended to record when an image was digitized.  With digital cameras, that's generally the same as capture time, but with scanned images, the date/time of digitization (scanning) is different from the date/time the image was originally captured.  LR's handling of these two different date/times isn't great, but it's adequate for most users.  LR will insert the digitization date/time when an image is first imported (if it doesn't already exist), but Edit Capture Time changes just the capture time, not the digitization date/time.  (A few years ago Adobe changed Edit Capture Time in a point release to also change digitization date/time, on the theory that LR is designed for images from digital cameras, and the two date/times should always be the same; but a number of users who also used LR to manage scanned images complained loudly that LR was overwriting precious metadata, and Adobe backed out that change in the next release.)
So Edit Capture Time will leave photos taken by digital cameras with an incorrect digitization date/time.  But very few users care about that -- it's only users with scanned images who care about the difference, and at least LR will avoid overwriting digitization date/time.
A suggestion for using Exiftool to examine image metadata: Use the "-a -G" options, which causes Exiftool to show which section of the metadata the fields are coming from.   Given the complexity of the legacy metadata industry standards, this will help you better understand what your camera and software tools are doing.  For example:
[EXIF]          Modify Date                     : 2014:08:31 10:01:45
[EXIF]          Date/Time Original              : 2014:08:13 11:53:44
[EXIF]          Create Date                     : 2014:08:13 08:53:44
[IPTC]          Date Created                    : 2014:08:13
[IPTC]          Digital Creation Date           : 2014:08:13
[XMP]           Modify Date                     : 2014:08:31 10:01:45-07:00
[XMP]           Create Date                     : 2014:08:13 08:53:44
[XMP]           Metadata Date                   : 2014:08:31 10:01:45-07:00
[XMP]           Date Created                    : 2014:08:13 11:53:44
[Composite]     Date/Time Created               : 2014:08:13 11:53:44
[Composite]     Digital Creation Date/Time      : 2014:08:13 08:53:44

Similar Messages

  • How to change the timezone

    Hi,
    I have created a scheduler job during day light savings, the timezone when the job was created is -4.00 and the job ran successfully.
    Now after the day light savings the job ran an hour earlier than before because of the dst. now the timezone is -5.00
    I dont want to change the dbtimezone instead
    do we have an option to alter the job to change the timezone of the particular job or do i need to recreate the job with needed timezone ???
    Thanks in advance

    1)Export the calendar to an iCal File
    2)Use your favorite Textedito to replace
    DTSTART: by DTSTART;TZID=Europe/Berlin:
    DTEND: by DTEND;TZID=Europe/Berlin:
    EXDATE: by EXDATE;TZID=Europe/Berlin:
    RECURRENCE-ID: by RECURRENCE-ID;TZID=Europe/Berlin:
    inside any VEVENT block. Take care not to change anything in the VTIMEZONE block at the beginning of the file.
    3) Save the file and reimport it to a new iCal Calendar. Double check the imported events against their counterparts in the calendar exported.

  • How to change the timezone of all iCal events?

    Hi!
    After importing some items from another calendar most of my iCal events are "floating" and not fixed to any timzone. I would like to have them all in "Europe/Germany". Does anyone know howto set the timezone of all calendar events in one step together? Is there perhaps a solution in AppleScript?
    Thanks in advance!
    SomeBdyElse
      Mac OS X (10.4.8)  

    1)Export the calendar to an iCal File
    2)Use your favorite Textedito to replace
    DTSTART: by DTSTART;TZID=Europe/Berlin:
    DTEND: by DTEND;TZID=Europe/Berlin:
    EXDATE: by EXDATE;TZID=Europe/Berlin:
    RECURRENCE-ID: by RECURRENCE-ID;TZID=Europe/Berlin:
    inside any VEVENT block. Take care not to change anything in the VTIMEZONE block at the beginning of the file.
    3) Save the file and reimport it to a new iCal Calendar. Double check the imported events against their counterparts in the calendar exported.

  • How to change the order of photos?

    When uploading pictures from a pc through iTunes it mixes up the order of the pictures ( although they were created one after another with continous numbers in the name of the files) . And in iPad you do not have the ability to change the order of the pictures for a slideshow , or to move the pictures within the album... Why? Is there a way to control that?

    From the Library Module you can change the sort order.
    Here is a screen shot:
    Hope this helps,
    Cabin

  • Dooes anyone know how to change the timing of photos in a slideshow on ATV 2nd or 3rd generation.

    Hi.Help please.
    I'm new to ATV and can see no way to slow down the speed of sldeshows of photos brought over from "my Pictures" folders on my PC. (XP pro with SP3 and latest iTunes)

    Welcome to the Apple Community.
    You can adjust the time of each slide in the slideshow settings, which you'll find above the thumbnails of the slides when you open the photo album on the Apple TV.
    Note, not all of the slideshow options have time settings.

  • How do I change the order of photos in ipad albums in ios 8 ?

    Hi
    I've just upgraded my ipad mini to IOS 8.1.  I want to create a slideshow in Photo (iPhoto no longer supported) but can't find how to change the order of photos within an album.  Has anyone any suggestions/ideas ?
    Many thanks

    Open the album. Tap select. Hold your finger on the photo till it enlarges then slide it to it's new position. Tap done when you're finished.

  • How can I change the order of photos in iPhoto so I can create the slide show I want?

    How to change the order of photos in iPhoto on my iPad, so I can create the slide show I want.

    Here's what I did to generate a slide show with Ken Burns effect on the iPad...with the exact same slide order I created on the iMac.  I have iOS 5.5 and iPhoto App on New iPad, and iPhoto 11 on iMac.
    In iPhoto for the Mac, create a new Album and give it the name of your Slide Show. Drag or import the photos you want into the album.  Rearrange the order of the album photos as desired. Do this by selecting Manual Sort under View/Sort Photos or simply start dragging thumbnails to the places you want them (the sort method will automatically change to Manual). 
    When you have the order you want, shut down iPhoto on the Mac to make sure iPhoto's database gets updated with the new photos and their order. 
    Restart iPhoto and go to File/Export on the top menu.  Select File Export at the top left of the Export window. Set JPEG quality to Max, Size to Full Size, and File Name to Album Name and Number.  Set Subfolder Format to None.
    Click Export to bring up what looks like the Finder.  Create an empty folder on your hard drive under Pictures and give it the name of your slide show. Click on the new folder and then click OK at the bottom right of the Finder-like window.  The new folder will contain JPEG files with file names in the form, Album Name - 001.jpeg, Album Name - 002.jpeg, etc.  There will also be an iPOD Photo Cache folder.  Click at the top of the Name column to order files by file name.  001 will be your first slide, 002 your second, etc.
    Now start up iTunes. You are going to force the Mac to sync these new photos with the iPad.  Click on your iPad device in the list at the left.  Now click on the Photo button at top right. Make sure the Sync Photos check box at top is checked, then select Choose Folder... from the list at right.  In the Finder-like window that opens, select the folder where your slides are.  Make sure that All Folders is checked, then select Open at the bottom right.
    Now click Sync at bottom right.  The slides will be copied to your iPad.  Both the Photos app and the iPhoto app will properly handle the slide order, and the Ken Burns effect is available using the iPhoto app.
    I ran across this problem in preparing a Ken Burns slide show for a wedding.  Drove me nuts for a week why the order changes when syncing an iPhoto album from iMac to iPad.  But this worked and gave me several options.  I plan to use the digital AV adapter for iPad and show slides on a large screen TV using HDMI connection from iPad to TV.  TV essentially acts as an external monitor for the iPad.
    Hope this helps!

  • Can I change the order of photos in Events

    I am in the process of scanning my old film photos so that I can put them into iPhoto. As I have no scanner I take them to Wal Mart and scan them onto a CD then import them into iPhoto at home. Because the CD holds the photos from a number of events I then distribute them to a number of different Event folders.
    Once I get all the photos into their correct Event folders I would like to rearrange their order. Using drag and drop, or cut and paste, simply leaves the photo in it's original location. If I use the 'Moving photos from one event to another' feature the moved photos will still go into the new Event folder in the same order as they were in the originating folder, regardless of what order I drag or paste them.
    The help menu has topics on how to change the order of photos in a slideshow, book or calender, but not an event. I could arrange the photos beforehand so that they are scanned in the order in which I want them to appear in Events, but with 500+ photos in completely random order it will be fairly time consuming. It also will not help with the disc of photos I have already made.
    So, to finally get to my question, does anybody know if there is a way to rearrange the order of photos within an Event folder?
    Rgds

    Events are strictly time based. If you put those photos in an album and in the order you want, you can set their date and time by using the PHotos->Batch Change->Date and set the date and time you want with the checkbox to add the time differential you'd like between photos. That will reorder them in the Event also.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • IPhoto 08: Change the order of photos in an event?

    Greetings,
    I can change the order of photos in an album, but cannot seem to figure out how to change the order of photos in an event. Any suggestions?
    Thank you for any help you can provide.

    Only way is to change the date and time of the photo (photo menu ==> adjust date and time)
    they can currently be manually moved - they stay in date-time sequence
    Larry Nebel

  • I cannot figure out how to change the photo size on my iPhone 5s.  I was given the choice of small, medium or large the first time I took a picture.  Now I have no idea how to change it to medium.  Can anyone help?

    I cannot figure out how to change the photo size on my iPhone 5s.  The first time I took a pic it asked if I wanted smalll,  medium or large and listed the pixels.  I chose small but am now finding that is too small.  Can anyone help me set it to medium now?  I can't find any setting for that.  I'm a newby to iPhones and have no idea what I'm doing.  Thanks for any help you can offer.

    By "sending" do you mean sending email?
    If so, what app are you using to take the photos on your iPhone 5? Or are the photos from a different source (saved to your Camera Roll from somewhere else, like a web page or Messages)?
    My guess is that Mail gives you the option to send different file sizes when it detects you are trying to Mail a really large photo file. The size of photos on the iPhone 5 is really big and some email providers may stop your mail from being delivered if attachments are too large. Thus, Mail tries to help you by offering to resize the photo.
    I suspect that if you are sending smaller files, Mail does not bother giving you options to save a smaller version. In fact, I have seen this behavior. So, if the photo is already "small enough", it gets sent as-is.
    To my  knowledge, there is no global iOS setting for this. Some apps may have different rules, of course.

  • How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys?

    How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys an see at the same time the changes on the photo?
    It worked under Windows, now I use OS 10.8 and have to apply a preset with a click or Return button but after that the pop-up menu close so I have to open it once again to change a preset. Please help. Thank you!

    The filter panel is a shortcut for the content panel and it only effects the content of that window. So if you have a folder it will only see this as a folder and not with its content. (a Stack behaves about the same, being different in only counting the first file in the filter panel criteria but not what is in the stack itself)
    You have a view work arounds, first is use menu view / show items from subfolders (this can take some time especially if you have not used caching before on this content) and this builds visible thumbs for all content and that can be used for filtering.
    Or use the find command (Edit / find) and inhere specify the source and fill in the criteria include subfolders and this will give you the correct result.
    When you create a smart collection the find command also pops up given you the same opportunity to get the results in a collection, but since a collection is only a bunch of aliases referring to the originals you might be a bit careful with editing and deleting.

  • For the life of me, I can't find out what size a photo is in terms of inches or how to change the size of the photo[s] so I can print them. I think I read somewhere to click edit, then click adjust. Nothing there about sizing.

    For the life of me, I can't find out what size a photo is in terms of inches or how to change the size of the photo[s] so I can print them. I think I read somewhere to click edit, then click adjust. I don't see anything about re-sizing when I click the adjust tab: only saturation and tint levels. Thank you.

    With respect to digital images, there really is no size in inches. The size is given as number of pixels horizontally and vertically. In iPhoto '09 you click the little "i" inthe lower right side of the window and it will display information related to the selected photo, including the pixel dimensions. I do not have iPhoto '11 installed so I don't know if it is the same there.
    In some applications, such as preview, it has something additional called Dots per Inch (DPI) which you would think would allow you to convert the pixel dimensions to inches. It is not a real thing, though. The DPI is determined by how large or small you have chosen to print your photo and the capabilities of your printer. 
    There is also something called Aspect Ratio, which is usually expressed in inches x inches such as 6x9 but that doesn't mean the size on the screen or when printed is 6x9.  It is the ratio of the pixel dimensions.  When cropping your photos, you will have several standard aspect ratios to choose from plus any custom ones you create.
    In iPhoto '09, after you choose Print, in the Print Setting window are the settings for the size you want the photo printed. You want to shoose a setting with the same aspect ratio of your photo. Otherwise, iPhoto will resize and/or crop your photo to fit the size you have chosen. 

  • How can I check and change the size of photo or doc in iPhone or any other app

    How can I check and change the size of photo or doc in iPhone or any other app

    You would need software form a third party to have this option.  The free software that comes with the 8600 doesn't have an option for that. Vuescan is the only software I could find that says it works with your pritner and has a descreen option.  You have to purchase it, but it will give you more advanced options than the software that came with the printer.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • I just downloaded an iphoto update and when I tried to share my photos was asked for email and password.  I must have typed in the info wrong because I keep getting an error message.   I don't see how to change the info to the correct mistake..

    I just downloaded an iphoto update and when I tried to share my photos was asked for email and password.  I must have typed in the info wrong because I keep getting an error message.   I don't see how to change the info to the correct mistake..

    I too added 2nd apple ID when I tried to get Free app from apple store just to get to NONE on the credit card needed. It said it sent confirmation email to my new apple ID email that I have to confirm. Problem is I can not get to the new apple ID email account.  On my ipad it logs into my original email account and I see no where to log into another email account.  If I go to my laptop, the new apple ID I created does not let me log into email where apple said it was sent to.  It did not send to back up email account either.
    Can I log into 2 email accounts on my ipad where it says mail at bottom?
    Can I have 2 apple ids?
    If I created a 2nd apple id to get to NONE on credit card needed, can't I log into it also on another laptop in gmail?
    (won't let me)
    If I used my original apple id I created when I got my new ipad, it will not let me get free app without credit card, there is no where it says NONE needed. I am too new to apple to start with credit cards etc until I get use to it.

  • How to change the =now() timezone

    How would I go about changing the timezone of the =now() function to a more local time?
    Whenever I enter =now() into a cell, it gives me what I believe to be the pacific timezone; is there a way of changing the timezone? It doesn't seem to be affected at all by changing the timezone in my Icloud settings...
    Thanks a lot for the help guys.

    How would I go about changing the timezone of the =now() function to a more local time?
    Whenever I enter =now() into a cell, it gives me what I believe to be the pacific timezone; is there a way of changing the timezone? It doesn't seem to be affected at all by changing the timezone in my Icloud settings...
    Thanks a lot for the help guys.

Maybe you are looking for