EXIF date and time data issues

I have several thousand images shot during the same trip, on two different cameras. The date and on one of the cameras was not correct. I corrected the date on the images using PhotoInfo 2.0.1
The problem is that Bridge CS3 is not recognizing the new date on all of the images. Most of the images show and can be sorted in Bridge by the new, correct date. However, any image that I altered in Bridge (rotated, cropped, opened in ACR, rated, etc...) prior to correcting the date in PhotoInfo is not showing the new, corrected date in Bridge.
Has anyone else experienced this problem?
Anyone know of a solution?
I have been struggling with this issue for quite a while so any input will be greatly appreciated!
Thanks.

Hi,
I have the exact same problem - corrected the EXIF date and time and still wrong sorting. The thing is that Bridge sorts the files by "Creation Date", the date and time you also see in the Finder. So I found an application that can change that, too. But still Bridge sorts the files in the wrong order! Displays the old time, too.
After several times of emptying the cache, sorting is now ALL messed up (without any kind of logic), I don't know how to fix it.
Regards,
Charles

Similar Messages

  • In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?

    In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?
    =IF(I127,NOW()," ")
    I127 equals a check box. The formula retuns a value of the current date and time when a check is placed in the box. How does one lock that date and time so that it cannot be changed?

    I don't think it is possible to lock in the date and time using a formula. You could put NOW() in a cell, copy, and Edit Paste Formula Results where you want the result.
    Or if you are "time stamping" a lot, you may find this Automator Service (Dropbox download) helpful. It puts a "Today" function (actually it should be named "Now" because it includes both date and time) in your Services menu like this:
    Just doubleclick the .workflow package to install it. You may have to click "download anyway" in System Preferences > Privacy & Security.
    If you want you can assign the service a keyboard shortcut in System Preferences here:
    SG

  • UNDERSTAND THE NEW DATE AND TIME DATA TYPES IN ORACLE 9I

    제품 : SQL*PLUS
    작성날짜 : 2001-08-01
    UNDERSTAND THE NEW DATE AND TIME DATA TYPES IN ORACLE 9I
    ========================================================
    PURPOSE
    Oracle 9i 에서 소개되는 새로운 datetime data type 에 대해 소개한다.
    Explanation
    Example
    1. Datetime Datatypes
    1) TIMESTAMP
    : YEAR/MONTH/DAY/HOUR/MINUTE/SECOND
    2) TIMESTAMP WITH TIME ZONE
    : YEAR/MONTH/DAY/HOUR/MINUTE/SECOND/
    TIMEZONE_HOUR/TIMEZONE_MINUTE( +09:00 )
    or TIMEZONE_REGION( Asia/Seoul )
    3) TIMESTAMP WITH LOCAL TIME ZONE
    : YEAR/MONTH/DAY/HOUR/MINUTE/SECOND
    4) TIME WITH TIME ZONE
    : HOUR/MINUTE/SECOND/TIMEZONE_HOUR/TIMEZONE_MINUTE
    2. Datetime Fields
    1) YEAR/MONTH/DAY/HOUR/MINUTE
    2) SECOND(00 to 59.9(N) is precision) : Range 0 to 9, default is 6
    3) TIMEZONE_HOUR : -12 to 13
    4) TIMEZONE_MINUTE : 00 to 59
    5) TIMEZONE_REGION : Listed in v$timezone_names
    3. DATE 와 TIMESTAMP 와의 차이점
    SQL> select hiredate from emp;
    HIREDATE
    17-DEC-80
    20-FEB-81
    SQL> alter table employees modify hiredate timestamp;
    SQL> select hiredate from employees;
    HIREDATE
    17-DEC-80 12.00.00.000000 AM
    20-FEB-81 12.00.00.000000 AM
    단, 해당 Column 에 Data 가 있다면 DATE/TIMESTAMP -> TIMESTAMP WITH
    TIME ZONE 으로 Convert 할 수 없다.
    SQL> alter table employees modify hiredate timestamp with time zone;
    alter table employees modify hiredate timestamp with time zone
    ERROR at line 1:
    ORA-01439: column to be modified must be empty to change datatype
    4. TIMESTAMP WITH TIME ZONE Datatype
    TIMESTAMP '2001-05-24 10:00:00 +09:00'
    TIMESTAMP '2001-05-24 10:00:00 Asia/Seoul'
    TIMESTAMP '2001-05-24 10:00:00 KST'
    5. TIMESTAMP WITH LOCAL TIME ZONE Datatype
    SQL> create table date_tab (date_col TIMESTAMP WITH LOCAL TIME ZONE);
    SQL> insert into date_tab values ('15-NOV-00 09:34:28 AM');
    SQL> select * from date_tab;
    DATE_COL
    15-NOV-00 09.34.28.000000 AM
    SQL> alter session set TIME_ZONE = 'EUROPE/LONDON';
    SQL> select * from date_tab;
    DATE_COL
    15-NOV-00 12.34.28.000000 AM
    6. INTERVAL Datatypes
    1) INTERVAL YEAR(year_precision) TO MONTH
    : YEAR/MONTH
    : Year_precision default value is 2
    SQL> create table orders (warranty interval year to month);
    SQL> insert into orders values ('2-6');
    SQL> select warranty from orders;
    WARRANTY
    +02-06
    2) INTERVAL DAY (day_precision) TO SECOND (fractional_seconds_precision)
    : DAY/HOUR/MINUTE/SECOND
    : Logon time 확인시 주로 사용
    : day_precision range 0 to 9, default is 2
    SQL> create table orders (warranty interval day(2) to second);
    SQL> insert into orders values ('90 00:00:00');
    SQL> select warranty from orders;
    WARRANTY
    +90 00:00:00.000000
    7. Interval Fields
    - YEAR : Any positive or negative integer
    - MONTH : 00 to 11
    - DAY : Any positive or negative integer
    - HOUR : 00 to 23
    - MINUTE : 00 to 59
    - SECOND : 00 to 59.9(N) where 9(N) is precision
    8. Using Time Zones
    1) Database operation
    - Defined at CREATE DATABASE
    - Can be altered with ALTER DATABASE
    - Current value given by DBTIMEZONE
    2) Session operation
    - Defined with environment variable ORA_SDTZ
    - Can be altered with ALTER SESSION SET TIME_ZONE
    - Current value given by SESSIONTIMEZONE
    3) TIMESTAMP WITH LOCAL TIMEZONE
    - TIME_ZONE Session parameter
    : O/S Local Time Zone
    Alter session set time_zone = '-05:00';
    : An absolute offset
    Alter session set time_zone = dbtimezone;
    : Database time zone
    Alter session set time_zone = local;
    : A named region
    Alter session set time_zone = 'America/New_York';
    Reference Document
    ------------------

    Hi ,
    I am facing the same problem and my scenario is also same (BAPI's).
    So can you please tell me how you overcome this problem .
    Thanks,
    Rahul

  • Storage of  payroll data and time data

    hi friends,
    could u plz tell me what is meant by storage of  payroll data and time data????
    thanks in advance,
    regards,
    priya.s

    storing means..... storing payroll results... and time management infotype records....
    as time management details are very large and memory consuming... generally we give MODE N while declaring time infotypes using INFOTYPES statement...... so that only internal tables are declared but not populated at GET event.....
    payroll results are stored in RX cluster of PCL2....

  • Date and Time data types

    I've read that there are limitations with EJB QL queries when dealing with Date and Time objects. Specifically, Ive read that its recommended that longs (milliseconds) should be used in EJB QL queries instead of java.sql.Date and java.sql.Time. Ive also read that, in the where clause, the operators >= and <= cant be used when comparing date or time objects. Is this accurate?
    If the first limitation is true, then does the date and time fields have to be represented as longs in the entity beans? and do the mapped columns (in the tables) have to be of numeric types for successfull synchronization?
    When using longs for dates and times, can the >= and <= operators be used in the where clause?

    Hi ,
    I am facing the same problem and my scenario is also same (BAPI's).
    So can you please tell me how you overcome this problem .
    Thanks,
    Rahul

  • HR Master Data and Time Data Idocs

    All,
    I am having an issue with the trailer segment on my idocs. The start and end dates for the payroll period on the trailer do not consistently match that of the header. It seems to take the dates on the last Key segment.
    Thanks for any assistance or direction.
    Debra Bell

    SAPAPO5,
    Thanks for the reply. I totally understand what you are trying to say.but my question here is
    1. why for order series, no check is necessary? I understand your answer that order series are saved with reference to order so its not required.
    even though order series are saved with reference to orders, thy are related to product and location master data.an order is saved for a product and location combo. so its related to master data at the end of the day.
    so if there is master data changes, it should effect both time series and order series. but why the document says only time series?
    can you give me an example to show how changes in master data does not effect order series? Thx

  • Date and Time channels in Diadem files

    I'm developing a tool to convert data files from or own format to Diadem data files format, producing a header (.dat) and a binary file (.r64).
    From my source data files, I have to convert a date channel and a time channel. Is there a way to store such channels in binary format (in the .r64 file) ?
    I got the GFS's pdf "Description of the Data formats and File set properties", but I didn't find any info about binary date or time channels.
    Thanks for help.

    Michel,
    The starting point is 01.01.0000 at 00:00:00. This time/date is the value '0'. The DIAdem time channels will be accurate until at least 12/31/2078, starting at 10/15/1582. This is due to changes made to the Gregorian calendar made back in 1582 concerning leap years.
    Today (04/18/2202) at 1:00:00 PM (13:00:00 military time) would be the value 6.31862676E+10. This number represents the number of seconds that have passed since 01.01.0000 at 00:00:00.
    DIAdem provides two functions to convert numbers into time data and time data into numerical data. They are TTR (time to real) and RTT (real to time). The DIAdem help system contains additional information on how to use these functions.
    Let me know if there is any additional information I ca
    n help you with.
    Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Issue with Date and Time Picker on Windows 8.1 and Office 2013

    We are having a issue with the Developer tool in Excel called the Date and Time Picker which puts a calendar field into the spreadsheet where you can select a date from the calendar popup
    If we change this date field and then save and close and reopen it reverts back to the previous date before the change was made
    If we do the same process on a Windows 7 machine with Office 2013 it saves the changes we made to the Date and Time picker field

    Hi jdono2,
    I'm using Windows 8 and Office 2013,and I can't reproduce this issue.
    Please make sure you have already upgraded to the latest version of excel, try to reregister the MSCOMCT2.OCX.
    Also you can try to use another date picker add-in to test this issue.
    http://social.msdn.microsoft.com/Forums/office/en-US/36f83f24-cd76-4f8e-aa7b-5f166666e7d3/excel-2013-popup-calendar?forum=exceldev
    Wind Zhang
    TechNet Community Support

  • Reminder app not working correctly, issue started around Sept. 1,2014. Will not allow me to set date and time for a reminder.

    Today I noticed an issue with my Reminder app on my IPhone 5s. Using OS 7.1.2. I called Apple, and the tech didn't know what he was doing and just trying different things.The reminder app will not let me set a date and time for reminder. Finally he escalated the call to a senior advisor who was rude, arrogant and unprofessional. He insisted the Reminder App was updated with the new update of IOS September/October 2013. Not true, the issue just started about 5 days ago August 31,2014. Now there is an additional reminder line for reminder entries that I have to use and have to transfer all my reminders manually from the other part of the app. The feature does exist; if I try to set a date and time for the reminder it appears for 1-2 seconds and then disappears.
    Has anyone else noticed this issue?

    He insisted the Reminder App was updated with the new update of IOS September/October 2013. Not true
    Yes, it is true.
    iOS 7 was released 18 Sep 2013. At this time, the Reminders app was updated (with most everything else).
    the issue just started about 5 days ago August 31,2014.
    Your issue just started but the app was not updated 5 days ago.
    Now there is an additional reminder line for reminder entries that I have to use
    I don’t understand what this means...
    Open Reminders, type the reminder, tap the i at the end, turn on Remind me on a day and enter the date/time.

  • Date and Time stamp wrong in Console / battery issue?

    Since April the date stamp in Console reads 12/31/69. The date and time on the system is correct. I know these are current Console logs. My battery did go bad around this date, but I bought a new one and have had no power issues.
    Also kernel task seems to be running high -- any connection?
    Here's a small sampling of the console log from the point where it changed:
    4/8/09 12:16:16 PM kernel AirPort: Link Down on en1
    4/8/09 12:16:17 PM kernel System Sleep
    12/31/69 6:00:33 PM kernel Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC
    12/31/69 6:00:25 PM com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.

    Sean Huck wrote:
    Interesting. Can you tell me why a simple editor like iMovie can do this but Final Cut can't? I'm curious...it seems simple enough.
    Yes, it seems simple. No, we can't tell you but I can tell you we've been seeing this same question here since FCPv1.
    There's a feedback submission slot somewhere on this forum. It might not do any good but it should make you feel better to add your suggestion to the box.
    bogiesan

  • Time Machine: Mavericks backup date and time issues

    Time Machine: Troubleshooting backup issues
    re:  http://support.apple.com/kb/HT3275
    "Messages you may see after clicking the red "i" include:"
    I am getting a message not listed at this page. My Time Machine fails to backup to my USB3 Passport External Drive with the error code: 
    "Time Machine couldn't complete the
    backup to "2T PP".
    The system date and time is incorrect."
    I have the Date & Time preference set to:
    "√ Set date and time automatically:  Apple Americas/U.S. (time.apple.com)"
    and it seems to be the correct time.
    The Language & Region prefs, advanced, Dates tab is set to defaults but I cannot get TM to backup and the same error occurs.
    How can I remedy this?

    Because you have just loaded a new operating system and a complete backup occurs is my understanding.

  • Several macbook issues:  date and time, constant spinning ball, super slow

    I have a macbook w/ several problems. these problems started about 3 months after i got it and have continued to escalate, now becoming REAL problems.
    1. The date and time always "stalls". In order to display the correct date and time i have to click on it (top right), the date and time menu appears, and it naturally resets itself to the correct time. It is not a time zone issue. I think this might happen when it falls asleep, which brings me to problem 2.
    2. A lot of times when my computer falls asleep, it doesn't wake up when i open it or when i click the keypad to open. For a while this was such a normal thing that i had to take the battery out for a couple of seconds and then replace it in order for the computer to turn back on. Now, i can push the on/off key to sometimes "wake" it back up. This problem is consistent, yet it doesn't happen every time it goes to sleep. this problem happens maybe 5 times a day.
    3. my computer is SUPER SLOW. Not necessarily the internet, just overall performance. Typing emails (entourage) and regular mail. Using excel and word, iphoto, etc. Switching from one program to another causes the spinning ball to appear for longer than normal.
    Any suggestions would be greatly appreciated. And, i admit in advance, i am not very good at finding my way around the mac, so detailed instructions would be post appreciated! Thanks.
    mac 10.4.11
    L2 Cache (per processor): 2 MB
    Memory: 512 MB

    arunodaya wrote:
    3. my computer is SUPER SLOW. Not necessarily the internet, just overall performance. Typing emails (entourage) and regular mail. Using excel and word, iphoto, etc. Switching from one program to another causes the spinning ball to appear for longer than normal.
    Any suggestions would be greatly appreciated. And, i admit in advance, i am not very good at finding my way around the mac, so detailed instructions would be post appreciated! Thanks.
    mac 10.4.11
    L2 Cache (per processor): 2 MB
    Memory: 512 MB
    since you said that you are using excel and word then i'm going to guess that you also have windows on your system... your computer will not function to its full potential running another OS with only 512 of RAM.... you really need up upgrade to at least 1GB for a requirement or 2GB for a much better performance.

  • Can I change the exif-data date and time in Aperture?

    I accidentaly set my Nikon D50 to the wrong date and time recently (2005 instead of 2006) and only realised it when I had imported them into Aperture.
    I can't seem to see how to change the date and time within the EXIF data - anyone know how to do this?
    Thanks

    Use "search discussions" on this forum to look this up -- there was a lot of discussion a while back. As I understand it (but don't take my word on this), the long and short of it is that you can't change the date/time embedded in the master image. A much-requested feature. There's a shareware program called Timeature that lets you work around it. But the question gets messy when you get into what data will export with an image, and so on, so it's worth going back to those earlier threads.

  • My iMessage and Facetime won't activate, says waiting for activation. All photos and contacts are restored, using email and wifi only, no service. Only issue is date and time will not automatically set.

    My iMessage and Facetime won't activate, says waiting for activation. All photos and contacts are restored, using email and wifi only, no service. Only issue is date and time will not automatically set.

    Howdy eewebe13,
    So you have no cellular service but are on Wi-Fi yet iMessage and Facetime are waiting for activation.
    Please step through this article for that scenario.
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    Thank you for visiting Apple Support Communities.
    Nubz

  • HT203483 Date and time issue in iPhone 5c

    I have update with latest firmware but date and time proble not solved

    Hello komalsingh235,
    If I understand correctly your phone is not automatically getting the correct date and time. Use these steps from the following article. If the troubleshooting does not correct it, then it also has a resource for you to get additional support:
    iOS: Troubleshooting issues with date and time
    If the option to enable date and time automatically is available, turn it on. Tap Settings > General > Date & Time.
    Ensure that your time zone is set up correctly. Tap Settings > General > Date & Time > Time Zone.
    If the incorrect date, time, or time zone is being set up automatically on the device, please notify your cellular provider. In the meantime, tap General > Date & Time and turn off Set Automatically. Then set the appropriate time and time zone manually.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

Maybe you are looking for

  • Error in the alert.log file

    hi, my database is down , when chk the alert log i found the below error please help me Sun Mar 8 20:06:01 2009 Errors in file /busdata/sp01/eur1/_lgi/oracle/vol1/admin/udump/sp01eur1_ora_3731494.trc: ORA-27037: unable to obtain file status IBM AIX R

  • Aw_copy does not work in 11.2.0.1.0?

    Hi, I try to use the aw_copy procedure from dbms_aw package. Here is the command I use: > execute dbms_aw.aw_attach('T00_TST'); execute dbms_aw.aw_copy('T00_TST', 'T01_TST', 'GDWH07_OLAPC', 2); > And here the output: > SQL*Plus: Release 11.2.0.1.0 Pr

  • Not able to connect Bh106 to E63

    Hi, I just bought a E63 and when I tried to connect my Bluetooth Headset BH106, it always failed. I chked all possible means but its not working. E63 Bluetooth is working with my old 3230 phone, as I transfered all data by same. May be while using sw

  • I want to purchase a DVD of OSX Mountain Lion.

    There is no purchase link on the OSX page. Only an update link. I want to purchase a retail install DVD and start from a fresh formatted drive. Thanks in advance, JagRacer

  • Joins, Select or Union of unrelated tables

    I have about 7 tables that have data that I need to get in a report but the columns in those tables are unrelated which makes it a little difficult to do a leading-trailing table select ie a.xxx,b.yyy where a.xxx=b.yyy I am trying to get various colu