Timer Discrepancies

I was working with a animation engine when I noticed a strange anomaly with the javax.swing.Timer component. What I did was have a "render" method that would draw ahead as many buffers as I initialized the bufferstrategy to contain. Then, using an actionlistener listening for the Timer events, I would call the getBufferStrategy().show() to flip in the next buffer. I created the timer as follows TImer tAnimator = new Timer(25, renderingObject) which would assumably cause the screen to redraw at a rate of 40 fps. However, my fps counter was showing that the screen was only being redrawn at a rate of 25 or 26 fps. ( The fps counter is simply an action listener on a different timer that fires once a second with a counter that is incremented every time the bufferstrategy gets flipped ) So I did a little nosing around and found that if I just made a simple Timer with an ActionListener that simply increments and print out the count every 1 second, the counter alone was only incremented 25 or 26 times.. similarly I experienced that very same anomaly with Thread.sleep(25,0); Instead of executing 40 times a second.. it only executes 25 or 26 times a second. Yet... if I run it full open, i.e. Thread.sleep(0,0) it executes 2.6 million times a second. Here's the code that I experience this with.
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.Timer;
public class TestTimer implements ActionListener {
     Timer myTimer;
     int nTicks;
     public TestTimer() {
          nTicks = 0;
     public void increment() {
          nTicks++;
     public void actionPerformed( ActionEvent e ) {
          System.out.println( nTicks );
          nTicks = 0;
     public static void main( String[] args ) {
          TestTimer test = new TestTimer();
          Timer aTimer = new Timer( 1000, test );
          aTimer.start();
          while(true) {
               test.increment();
               try {
                    Thread.sleep(25,0);
               } catch (InterruptedException e ) {
Any ideas as to why this happens and why I can't get a better timing resolution, so to speak?

Yeah, I was afraid that it was related to OS/hardware capabilities, I've found though, that I can get much more predictable results by running something like the following:
long nStart = System.currentTimeMillis();
while(true) {
     if( System.currentTimeMillis() - nStart >= 25 ) {
          drawFrame.render();
          nStart = System.currentTimeMillis();
     try {
          Thread.sleep(0);
     }catch (InterruptedException e ) {
That gives me a steady rate of 40fps which was what I initially wanted, just had to go about it in a different way. Thanks for the input though.

Similar Messages

  • Time Discrepancies

    My System Pref has the correct time and the update autmatically box is checked but the menu clock and email show it to be 8 hours ahead, which is GMT. When I sync my Palm, it changes the system time on the PDA to GMT. any help ith a fix is appreciated, of course!

    Mark
    I know it sounds like voodoo, but some people have had luck with selecting a different time zone, quitting System Preferences, then going back in and changing to the correct one.
    You can check what the system ought to be using as follows:
    Open the Terminal (from /Applications/Utilities) and copy and paste the following into the Terminal window as one line followed by a return:
    plutil -convert xml1 /Library/Preferences/.GlobalPreferences.plist -o /dev/stdout | grep -A 11 TimeZonePrefYou should be able to make sense of the array: the first two items are latitude and longitude.

  • PSE 8/ACR 6.2 corrupts exif:DateTimeOriginal value

    Originally reported as Case # 0181893863
    I've been chasing a problem for about a week.  Tech support was not much help.  I have many instances of image files in my collection that have time discrepancies.  For example, two images that were taken seconds apart, when viewed in the Bridge show the time of the first shot in an local time and the other shot in the equivalent UTC time.  PSE shows the time of these two images to be the same, but it's often an adjusted local time.  PSE seems to work this way:  take the camera recorded time of the shot, convert it to the equivalent UTC time, then convert that time to the time zone where PSE is running.  If the image was taken at 1:30 PM Pacific Time (time set in the camera), this corresponds to 9:30 PM UTC.  If I happen to be running PSE on a computer in the Mountain Time zone, PSE Organizer will show the time as 2:30 PM.  For the first file when viewed in Bridge shows the local time recorded by the camera, 1:30 PM in this case.  For the second file of the pair Bridge shows the equivalent UTC value or 9:30 PM. 
    I've been able to reproduce this problem as follows:
    1.  Take a series of shots then import them from the camera memory card (in a card reader) using PSE 8.  At this point all is well.  Since my test case is using shots that were made in the same time zone as the computer running PSE, both Bridge and PSE show the same time for the image.  Examination of the exif data using Bridge's File Info feature shows this:
    <exif:DateTimeOriginal>2010-11-19T09:41:58.50-07:00</exif:DateTimeOriginal>
    <exif:DateTimeDigitized>2010-11-19T09:41:58.50-07:00</exif:DateTimeDigitized>
    Note that time is shown as the local time zone set in the camera with its offset to UTC.  I’m in the Mountain Time zone, seven hours earlier than UTC.
    2.  Now from the PSE 8 Organizer, right click the thumbnail and then select "Edit With Photoshop Elements."
    3.  The file is in Nikon NEF format which causes Adobe Camera Raw 6.2 to run.  At this point I changed a slider value and clicked "Done."  The file with its updates is saved.
    4. At this point all looks good in PSE 8, but in Bridge the time displayed for the file has moved forward 7 hours.  Examination of the exif data using Bridge's File Info feature shows this:
    <exif:DateTimeOriginal>2010-11-19T16:41:58Z</exif:DateTimeOriginal>
    <exif:DateTimeDigitized>2010-11-19T16:41:58Z</exif:DateTimeDigitized>
    Notice that the time has been converted to an absolute UTC value (that's what the trailing "Z" indicates) and the fractional seconds deleted.  Of course, Bridge no longer has the UTC offset value to use and does the only thing it can by displaying the UTC time of the shot.  PSE 8, because it seems to always convert the time to UTC and then back to the time zone in which PSE is running is unaware of the information lost.
    5.  I’ve done a similar experiment using ACR 6.2 invoked from Bridge and it seems to handle the time correctly.

    paulr49 wrote:
    How do I get ACR support for my camera?
    Either upgrade to a newer version of Elements or download the free DNG Converter and convert the raw files to DNG.

  • When Does the iPod Touch Hit Tokyo?

    This isn't a technical question, but I thought I'd try here. Does anyone know when the iPod Touch will be out in Tokyo? I visit the Apple Store a couple of times each week and as of today (Friday Sept. 28) the employees still can't give a date for release here. I WANT IT!! And I know that it has already been released in the States.
    My problem is compounded due to the fact that my credit card is from a U.S. bank, so the online Japan Apple Store won't accept it. And the online U.S. Apple Store won't ship to Japan.
    Any thoughts?
    Thanks!

    This is the story today.
    My order status is:
    IPOD TOUCH 16G PERS-JPN
    Ships by: 2007/10/10 - 2007/10/15
    Delivers by: 2007/10/16 - 2007/10/19
    I called Apple Online Store to ask what was going on with ship time discrepancies and the guy I spoke to said: " There is an error in what the order status shows. 20,000 iPod Touches were shipped to customers in Japan YESTERDAY, so you should have yours in a couple of days". I asked what week model it would be. He said he didn't know. We talked about the problems in US/UK/ etc. being reported here, and he said he was not aware of them (which I found a little hard to believe).
    I asked if the brick and mortar stores in Japan had iPod Touches yet and he said they didn't. So I asked why not, as 28th was the day Steve Jobs announced they would go on sale? He said he didn't know.
    Anyway, I am now waiting to see if my status changes, so I can check the serial number before it arrives. If it doesn't, I will just have to wait a couple more days (?) to see whether I am going to be pleasantly surprised.........or not.

  • Image time display discrepancies between product

    The following is an example of a problem I've observed in many places in my photo collection.
    I have two files taken 8 seconds apart in April 2009 with a Nikon D70 shooting .jpg format.  The files were subsequently imported from the camera memory card using a card reader and Photoshop Elements.  PSE was also used to add tags to these files.
    Since then I've acquired Photoshop CS 5 Extended.  The other day I was looking at these files in both PSE and Bridge.  PSE shows the time of these two files to be the same (as it should), however, it adds an hour to the actual time the image was taken to adjust for the difference between the time set in the camera (it was Pacific Time) and the time zone where my computer is now located (Mountain Time).  When I look at the time on the images in Bridge, one of them shows the correct time in Pacific Daylight Time, but the other is showing the corresponding UTC time value, 7 hours later than the local time.  Looking at the file list in Window Explorer shows the "Date" and "Date taken" values to be the same as that shown by Bridge.
    There were two other images taken shortly before the first one mentioned above and they show the correct local time.  The two files that followed the UTC timed file also show a UTC time value.  Then following that the next file shows local time and then there are a number of files showing UTC for time.
    If I look at the two files with Windows Notepad so that I can see some of the text strings in the exif data portion of the file, the first file has a couple different places where time is shown in the format "...hh:mm:ss-07:00" and the other in the format "...hh:mm:ssZ".  The time value is preceded by the date in yyyy:mm:dd format. It would appear that Bridge is reading these values and displaying them, while PSE is getting some other time value from the file. Here is the actual string from the file that displays in UTC:
         exif:DateTimeOriginal="2009-04-05T17:08:10Z"   exif:DateTimeDigitized="2009-04-05T17:08:10Z"
    and for the file that displays time in local time the string is:
         exif:DateTimeOriginal="2009-04-05T10:08:02-07:00"   exif:DateTimeDigitized="2009-04-05T10:08:02-07:00"
    I've observed this same discrepany with files taken more recently with a Nikon D700 and images in NEF format.  I think I can reasonably eliminate the possibility that this is a camera caused discrepancy.  I suspect that some program is actually reading the local time and offset, then writing that back to the file as a UTC time value.  The behaviors of PSE and Bridge seem to point to the fact that the two programs are extracting time from different fields / strings in the file.  At this point the occurrance of the problem seems random, at least I've not been able to discern a pattern and reproduce it at will.
    Although this is not a catastrophic problem, it does cause confusion.  I've also looked at these files in Lightroom, which on initial inspection appears to get the same time values as Bridge.  The down side of this is that files in Lightroom are sorted into time order, which may not be the order they were taken.  Although I recognize that these products may not have been design for complete compatibility, it sure would be nice if they all treated time in the same way.

    I believe I now have more information about how PSE works and therefore need to slightly correct my original post.  It looks like PSE takes what ever time it finds for the photo's "time taken," converts it to UTC, then converts it to the local time on which PSE is running.  That will explain why two images taken seconds apart, with on having time coded as local time plus UTC offset and the other having an absolute UTC time, display the time taken in local time.  On the other hand, Bridge (and Lightroom) just displays what ever time it finds in the file.

  • Time Code discrepancies

    Hi all
    Does anybody have an idea how to get FCP to display the correct time and key code of the clips I am importing in my timeline? The clips are telecines the contain both video tc and film frame numbers.
    Thanks

    I was given file based stuff. The tc cinema tools sees is of by two frames. The key code once you set it up (according to the burned one) is OK. In Quick time, in one machine the time code shows correctly in the other the tc track is not checked and cannot be read or extracted. Once in FCP, in one machine the code is off by a minute, in the other, the file cannot even be imported getting the message that the file (the same as the file name) is missing and the movie will not play. I tried everything I could think of, i.e. resetting FCP and QT (via preferences and cashes) getting rid of third party codecs I have leaving only the fcp ones. The material was given to me as 8 bit uncompressed video but whatever I do the problems remain. I even converted it to dvcpro 50 and imported the tc (in the machine where qt can read it) but the problem remains. FCP either does not read the code correctly or, in the case of the second mac, does not import the file. I guess this is how one can get hooked to drugs...

  • Time Capsule - HFS+ Number of File Items Discrepancies

    Hi hope someone can shed some light on this for me...
    I've just moved from my Lacie NAS drive to a Time Capsule. Having copied everything over (423GB) its all copied over without any errors popping up. However... When viewing "info" of the folder in question there are 82,000 files on the original Lacie drive and yet only 49,000 on the TC?
    There is also a slight difference in the "Size Info" regards to the Bytes. Maybe this is from the file system change from FAT or NTFS to HFS+?? I'm not 100% sure?
    So, any ideas??
    Cheers!
    Wez

    Hi Wez,
    try to open the Terminal (see "Apple"+"U"), go to the mounted LaCie drive (with "cd /Volume/") and use "ls -la xxxx" to find hidden files (xxxx is the file/volume name). Or use the a "save"/"open" Dialog from a application, with "Cmd""Shift""Period" to Toggles Hidden File Visibility in Snow Leopard.
    This is the problem, maybe,
    Lutz
    p.s.
    How to copy the data to the TC.
    In general, if the LaCie drive use FAT32 or NTFS, you find lots of ._xxxx files with additional informations. This files are part of the HFS+ filesystem. On my FAT32 drive I find a ._xxxx for each real file. All the time I copy this files to a Mac, I got only the half number of files, because the ._xxxx files became a part of the HFS+.

  • Discrepancies / limitations on how Time Machine backs up?

    I have a Macbook Pro and a Macbook with Snowleopard 10.6.8 installed on both.  I back up both laptops on a single Western Digital External Hardrive configured for two partitions so that each laptop has their own Time Machine back up volume.  This external drive is connected directly to my Macbook Pro via Firewire 800 where the first partition is reserved for its time machine back up.  Therefore, my regular Macbook connects to the second partition over the local area network since I turned on file sharing for this drive.
    When I click and view the Macbook Pro's partition, it shows a folder called Backups.backupdb which obviously has the time machine backup contents for this laptop.
    When I click on and view the second partition for my regular Macbook which connects to it via the local area network, it shows some kind of dmg file called "John's Macbook.sparsebundle".  When I click on the file, it mounts and shows the folder Backup.backupdb which has this laptop's time machine backup contents.
    1.  Why is the Macbook pro partition showing a folder where the Macbook partition shows some kind of dmg file?
    I also noticed that I can't see the time machine backup for the Macbook if I try restoring from a fresh install of Snowleopard (going through the initial setup of using the OS where it asks if you want to restore from a time machine backup).  It only shows the Macbook Pro as an availble restore option.
    The only way I can see the time machine back up as a restore option for the Macbook, I have to boot from the snowleopard DVD, click on Utilities from the top menu, and click on Restore System from backup.
    I'm confused on why the back ups are a little different and why I can't see the Macbook TM backup if restoring from a fresh install of Snowleopard.
    I appreciate it if anyone can shed any light on my set up.

    Sorry, I do not know how to restore from a networked Time Machine backup.  I'm sure there is a way, I've just never had to do it.
    Just wondering if you boot into Snow Leopard, then with hard drive attached to the Mac, double click on the .sparsebundle.  That should mount the Time Machine backup as a file system.  Then maybe try running pointing Time Machine at the now mounted image and enter Time Machine.
    I guess you could also keep the disk on the other Mac, and network mount the disk, then again double click on the .sparsebundle and point Time Machine that the now mounted Time Machine backup, then enter the Time Machine utility and restore the files you want.
    Again, this is just speculation as I have not done a restore.
    Anytime I'm changing my boot disk, I generally use SuperDuper (or Carbon Copy Cloner) to copy the original drive to the new drive.  That way I do not need to do a restore from Time Machine.

  • Map Module Discrepancies / Syncing Camera time to GPS Logger

    The Map Module of LR5 lets us use the Set Time Zone Offset to account for the fact that you may not have reset the time on your camera when you crossed time zones. For that purpose, it works well.
    But what about an equally common occurrence – the camera time is a minute, two, or three out of sync with the GPS time? That doesn’t seem like much, but in my test a photo of my house showed to be taken 2 or 3 houses down the street. That is not a big deal until you’re photographing something like an ancient temple in Cambodia where you don’t have a known reference point. The Map Module does not allow you to adjust for this. How do you get everything to show up right in the Map Module, and have it geotag your photos correctly?
    This requires synchronizing the camera time with the GPS track logger device (not the computer) to get the minutes and seconds right. What’s the best way to do that? Here are some thoughts.
    Before leaving for your shoot, synchronize the time in your camera to a website with the correct time, like www.time.gov. This is the simplest and easiest if you remember to do it. I tested and it works. Set your camera time to 30 seconds ahead of the current time, and put your cursor on OK. Then as the website counts down to the time you set, simply hit OK and you’ll be right on.
    If you forget to do that, there is another alternative. At the beginning of your shoot, press the POI or waypoint button on the data logger while simultaneously taking a photo. Compare the POI time stamp to the photo metadata to get an adjustment time. Then use Edit Capture Time in the Library Module to apply the adjustment time to all the photo metadata. In my GPX file the waypoints or POIs appeared with a <name> entry when viewed by Notepad. You can ignore the hours in the time entry and focus only on the minutes and seconds.
    If you use a GPS device with a screen rather than a data logger (I don’t because of expense and bulk) then take a photo of the screen and later compare that time to the metadata time to get the adjustment time.
    Finally, if you find out after the fact that you didn’t do any of these, here’s a work-around.
    Find a photo that you can locate precisely on the map based on its contents. Roll the mouse cursor over the track log in the Map Module at the point where you know you took the photo. That is the time that should be on the photo. Compare that to the time actually in the photo Metadata and you’ll see what the time adjustment should be. Use that in the Library Module to edit the capture time. Using several photos if you can to get an average is best.
    If your shoot doesn’t contain a photo for which you can precisely identify the location, go out in front of your hotel or guesthouse, walk an identifiable route, and shoot a photo at an identifiable location where you can. Unless your camera time has drifted substantially, that should be close enough.
    If you’ve already applied the GPS data to the photos before correcting, simply select them all, and delete the GPS coordinates in the Metadata panel. You can autotag again in Map Module after you’ve adjusted the time.
    These solutions seem to work.
    What additional thoughts, comments, or solutions would you like to add?

    bump. hoping someone will be able to help

  • Does Time Machine *really* back-up everything?

    I've run into some problems with my computer and will have it repaired tomorrow. They will be replacing the hard disk, so I need to make sure I have everything before I give it to them tomorrow morning. I used Time Machine to back up things, so all should be fine. Theoretically, I guess... ;-)
    I've now restored from Time Machine back-up to a different computer - this is the one I'll be using while my own is being fixed. But: About 40GB (of about 300GB in total) seems to be missing! The file number reported by Disk Utility is about the same (I've been using the "new" Mac for a day, so I expect it to be different), and I've used "du" in terminal to find out whether there are any major discrepancies but haven't found any. Maybe a few massive swap files that are ignored? Or what could it be?
    Any idea what's going on???
    Sebastian

    No one is an idiot.
    It is worth going to Apple's website and reading all the info on their pages about these products. They tell a lot and there are usually links to tutorials.
    Time Machine backs up everything the first time. Then it only backs up changes. When you enter time machine you will seethe series of what ever folder you are in running back into space. You can go to a specific date and the version of say a letter will be in the state it was in at the time of that back up.
    The same is true for the contest of a folder. If a back up runs at 2:00 pm and the you delete the file at 3:00 the file will remain in the 2:00 pm back up.
    There is an option to exclude files from the back up. My opinion is that backing up the system files all the time isn't worth it. I find if there is a system problem I want to reinstall the whole thing fresh.
    This works if you don't mind sitting through software installs.
    Time Machine if left alone will back up the entire system and keep it current. Once the back up drive is full however it will start deleting old back ups. It will let you know it is going to do this. You can choose to let that happen or add a new drive. It isn't the best system for a permanent archive.
    I have excluded everything but my home folder. I expect to get at least a years worth on my drive and at that point a new drive wouldn't be that big a deal.
    Hope this helps.
    Greg

  • Frame size discrepancies in project settings?

    Hi Guys
    I have some new information and some observations on my problems with getting full screen output.
    I looked through all the project settings and I noticed that the ones I was trying to use…
    HD 1080i (60i) and HDV 1080i 30 say that the output is at a16 to 9 ratio and have a frame size of 1440 by 1080i.
    This is the frame size or ratio, I kept trying to import.
    I finally realized that this isn't a frame size that is proportional to the image ratio that it lists.
    16 by 9 would really be proportional to 1440 by 810.
    The 1440 by 1080 video that I import using either of these,does not export full screen even if it’s exported the same size it comes in, i.e.1440 in and 1440 out.
    So I looked through the project setting for a selection where the stated ratio and the frame size matched.
    I found HDV 720p 30.
    16 by 9 at a 1280 by 720 frame size.
    This would be an easy size for my to work in.
    So I made a video at that size then loaded it into PE8 and it exported fine.
    Full screen no border.  In fact it comes out full screen no matter what size I export it.
    When I exported the same video at 1600 by 900 it exported full screen and looked fine.
    Then I went back and loaded the same 1280 by 720 video inthe HDV 1080i 30 settings.
    It also came out full screen with no border.
    So the problem is that as far as I can see the selection screen is wrong about the frame size for both the HD 1080i and the HDV 1080isettings.
    You really have to load in something at 1600 by 900 or proportional to that.
    And as far a I can find there is no setting that supports any thing other the wide screen except for the Standard 48kHz settings.
    It looks like unless you want to go to a wide screen format 720 by 480 is the only option.
    Now I’ll have to decide whether I want to do future projects wide screen or live with the restrictions on frame size.
    I hate to change horses in the middle of the stream so I may just stick with the smaller size for the Lucy videos but other projects I will do wide screen.
    Thanks again for all the help.
    Mike

    This question is from some other forum member. Don't know why they're linked to my e-mail address.
    Fran (luvsfotos)
    > Date: Tue, 7 Jun 2011 22:22:36 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: Frame size discrepancies in project settings?
    Hi Guys
    Ok, I think I get it at last.
    So when I create a 1440 by 1080 file, to use in the 1080i format, it should change the PAR from 1 to 1.333 when I create it, but since I can't control that I get an image that is too small, even though the pixel size is the same.  The aspect ration should still end up 16 by 9.
    So since Poser creates everything with a PAR of 1, my only option if I want a wide screen video is to actually pick a 16 by 9 ratio when I output it and ignore the listed frame size. 
    I still don't quite get why the image is both shorter and narrower, it seems like it should only be narrower but I'll live with it.
    And there is no way to make PE8 output a full height image in the wide screen format that 3 by 4 except to drag it larger in the preview window.
    And there is no advantage in doing that since I'm still using a 16 by 9 window and getting the file size that goes with it.
    So if I want to work in a 3 by 4 format then the Standard 48kHz format it the only option.
    Well at least I know what to do next time.
    That should save a lot of time.
    I may just give up and go to 16 by 9 and quit fighting it.
    Thanks again.
    Mike
    >

  • Report showing labor and machine time based on standard cost estimate

    Hi Friends,
    Ours is an Manufacturing organisation & we have a requirement of report showing machine and labor time as per part wise & cost center wise. We need to run the report before saving standard cost estimate [CK11N]  in order to see the part wise or cost center wise discrepancies in machine and labor time. If any one could help in creating such report in SAP  it will be of great help.
    Regards,
    Varsha

    Hi Varsha,
    you can jump from CK11N to a own report by
    Menu Function 'Costs -> User Exit Display'
         Cost Report 1 / 2 / 3
    The own report can be implemented via (SMOD) enhancement SAPLXCKA
    The report will be handed over the currently displayed in the program interface.
    some example coding is provided for the exit.
    compare SAP Note No. 71146
    best regards,   Udo

  • Find Discrepancies between two tables

    Hello Everyone,
    I have two tables payment and delegate, my payment table for some reason have more entries then in delegate table.
    I can do something like , if the records in delegate table don't exsist....and they are in payments table
    SELECT * FROM
    Delegate d, Payment p
    WHERE d.username != p.username
    The usernames in payment table have to be in delegate table...So now if I want to look for discrepancies how should I find that out....
    Tables Records :
    Delegate :
    Username Paid
    User1 Y
    User2 Y
    User3 Y
    User4 Y
    User5 N
    User6 N
    Payment
    username
    User1
    User2
    User3
    User4
    User5
    User6
    So, basically I'm looking that which records are Paid = 'N' and somehow are in payments table:
    In the above example result should be User5 and User6....
    I'm using the old database, so please no fancy queries...even if it takes long time doesn't matter..
    Please advise..
    Thanks,
    Harsimrat
    Message was edited by:
    Harsimrat

    Perfect and if I want to do it other way around....Where there is an entry with Paid = 'y' in delegate table and is not in payments table. How can i find that out ??
    Really appreciate.
    Thanks,
    Harsimrat

  • Time modified when importing uploaded images from Gallery

    I'm a fire investigator and several of us use cameras to document a scene. We share the images using mobile.me Gallery. I posted this question nearly a year ago but the problem persists.
    "We use the 24 hour clock setting on all our cameras as opposed to AM/PM. When importing into iPhoto this is not handled properly. 0210 (2:10 AM) and 1410 (2:10 PM) show a date display on the imported photos both as 2:10:00. Lacking an AM or PM suffix or a true display of the 24-hour clock this leads to erroneous and misleading data for the photo.
    For law enforcement documentation purposes this is serious. Is there a setting or pref somewhere that needs to be changed?"
    Suggestions I received included making sure that the 24 hour clock was used as a setting on the camera and the Mac. All of this was checked and is as it should be. The offset between the real time and the time appearing in the iPhoto information panel is a constant amount (e.g. 1410 hours actual shows as 5:10) usually a 3 hour time shift (1410->1710).
    Suggestions to check the EXIF data of the photo(s) underscore the discrepancy. The imported photos' EXIF date/time (as checked with Graphic Converter) remain correct. Only the iPhoto information panel time is off and off consistently.
    Any ideas?
    vince

    Time discrepancies are usually a function of the date and time format set in the SytemPreferences. I do not have this issue. iPhoto respects the 24 hour clock - but then I use the 24 hour clock throughout my system.
    The date and time format is set in the Language and Text PrefPane in System Preferences.
    Regards
    TD

  • Meeting time mismatch between MS Outlook 2011 and iCal

    Devices:
    Mac Air running OS X 10.10 with MS Office 2011 (Outlook via IMAP) - no Exchange.
    Also running Mail concurrently via IMAP.
    iPhone 6+ running iOS 8.2.
    Time Zone:
    New Zealand on daylight saving - UTC/GMT +13:00
    Background:
    I have using both Microsoft and Apple Mail and Calendar (iCal) platforms concurrently on various MacBooks etc for at least 5 years i.e. previously MS Entourage 2008 (?) now Outlook 2011. Once upon a time Entourage/Outlook & Mail/iCal used to sync quite nicely via iTunes and sync services but then that functionality was taken away from us in Mavericks. There was a lot of fuss about this!
    I managed to find a work around that worked for me. Far more detail can be found in a previous thread https://discussions.apple.com/thread/5479205  but in short I found I could drag calendar and contacts from Outlook to iCal & Contacts and vice versa without too much fuss for my volume of meetings etc.
    Once meetings and contacts were in iCal and Contacts then iCloud made sure they synced with my iPhone - YAY!!!
    THAT ALL CHANGED AGAIN WITH YOSEMITE !!!!!!
    Problem:
    It would seem that since upgrading to Yosemite I am experiencing serious TIME ZONE discrepancies between Meeting requests in Outlook and OS X / IOS.
    Example:
    1. Meeting request created in Outlook from external 3rd party contact received for Sunday, 23 November 2014 10.00am - 12.00pm
    Shows correctly in Outlook
    OS X & iOS show event exactly 13 hours later @ Sunday, 23 November 11.00pm - 1.00am
    This is exactly the time difference between GMT/UTC and NZT (or GMT/UTC +13:00)
    Because meeting/event is from a 3rd party the date/time cannot be edited.
    Accepting locks it in at the wrong time which ends up being synced to iPhone.
    2. Meeting request created by 'self' in Outlook and dragged onto iCal in OS X for Saturday, 13 December 2014 3.30pm - 4.00pm
    Shows correctly in Outlook (as you'd expect!)
    The instant its dragged across the iCal 'Adding a new event' pop up box appears.
    Click 'OK' and for literally 2 seconds it's displayed as the right day and time ...
    BUT THEN it jumps (moves) to Saturday, 14 December 2014 4.30am - 5.00am!!! Exactly 13 hours later.
    When iOS updates via iCloud it also shows the event @ Saturday, 14 December 2014 4.30am - 5.00am.
    Log on to iCloud (web calendar) and it's the same.
    Again this is exactly the time difference between GMT/UTC and NZT (or GMT/UTC +13:00).
    NOW CHECK THIS OUT - double click event in iCal OR iCloud web calendar and it shows the details as "13 December 3.30pm - 4.00pm (GMT)"
    See images -
    3. Meeting request created by 'self' in Outlook and dragged onto iCal in OS X for Friday, 7 December 2014 12.00pm - 1.30pm PLUS added and sent to invitee
    Shows correctly in Outlook (as you'd expect!)
    The instant its dragged across the iCal 'Adding a new event' pop up box appears.
    Click 'OK' and for literally 2 seconds it's displayed as the right day and time ...
    BUT THEN it jumps (moves) to Saturday, 8 November 2014 1.00am - 2.30am.
    So everything else is as previously described ... the EXCEPTION here is the person who I sent the invite to.
    They received it in OS X Mail and iOS - it also appeared in their calendars Saturday, 8 November 2014 1.00am - 2.30am rather than the more suitable time for a Friday business lunch!!
    Given this worked fine under Mavericks and the only thing to have changed is an upgrade to Yosemite then there has to be a bug in Yosemite??
    I've attempted to be as thorough with my testing as possible but whilst I am in IT Sales and Business Dev, I am not an engineer!! Therefore I am very keen to hear from any far more intelligent being that suggest other tests, what I should do next or better still how to fix it !!!!
    Now I shall sit and wait for the arrival of great and profound wisdom ... yes, still smiling but I don't know for how long!!

    So no replies/comments but lots of views ... either means I haven't reached someone who's prepared to tackle this one or everyone thinks I'm a Muppet for doing things the way I do!!
    Because of the many views and at least 2 persons who have indicated they have the same issue ...
    UPDATE:
    So much research!!! Would appear that Outlook is designed to send calendar events in UTC/GMT time irrespective of local - don't quote me! That being the case that would explain why the events I had issues with turn up with showing GMT. Would also suggest that for some reason iCal cannot see inside to translate the actual time ... anyway ... moving on.
    So at this point I need to say I have turned off in Mac Mail preferences "Add invitations to Calendar - Automatically" and set to "Never" ... I will try testing with that "on" again later.
    For now here's a kludged workaround for at least the process that I use i.e. dragging meetings from Outlook to iCal to sync via iCloud to my iPhone.
    Before I would drag the Outlook event (straight from Outlook's calendar) onto the iCal icon (sorry realize I hadn't perhaps been explicit on that before) ... that would then open iCal if not already open and then 'pop' the 'Adding a new event' box ... click 'OK' and it'd be entered with the same alert time etc ... that once worked, then broke hence this post!!
    So what I've found that does work (with some shortcomings) is (and easier if you're running dual screens!!):
    Open iCal - best if you use Day view
    Drag the Outlook event to that day and to the correct time
    N.B.: Duration, Category and Alert information is lost
    Open event in iCal and edit the above
    Syncs immediately to iCloud and in its own good time to iPhone
    I have tested this against my original examples:
    Example 1 - Works for events/meetings received from external Outlook source - you can open and edit the time and alerts. Not sure if it creates any grief or extra clutter at the senders end!! Guess I'll hear about that soon enough.
    Example 2 - Works for events/meetings created by me in Outlook and dragged over - same deal - still have to edit duration and alerts etc.
    Example 3 - Hmmmm ... haven't tried adding an invitee who I know is an iCal only user yet. I expect that if sent from Outlook he's still going to have it show up wrong at his end so will be a set of instructions and training I expect. I have an idea that may work ... will have to test.
    SORRY - I said it was a Kludge.
    I will see if this approach remains stable for a bit before turning back on the "Add invitations to Calendar - Automatically" setting in Mail.
    I'll report back again after that.

Maybe you are looking for

  • IPhoto takes too long to open and close

    I just updated to iPhoto 5.0.4 from 4.0.3 (using an iLife 05 disk) on my iBook G4 (specs below). I have about 10,000 photos in my library. It took 5 or more hours (I finally had to go to bed!) to update all my photos when the program first opened. Th

  • Time Machine and Occasionally-Connected External Hard Drives

    Hi I have a MacBook Pro. It uses Time Machine to backup over the LAN, to a USB drive which is connected to my AirPort Extreme hub. This works fine. (Extremely well, in fact.) Occasionally, I do video editing work. When I'm doing this work, I connect

  • Is country unlock needed for Galaxy S3?

    Hello, I'm trying to use my galaxy s3 with local career in Korea for traveling. Do I need to call verizon to get unlocked? Or can I just use it by replacing with a sim card from the local career? Thanks DK

  • Regarding RZ20...

    Hi, In RZ20 transaction under the node sap ccms admin workplace->operating system ->paging am getting red colour in the page_out = 294 pg/s. When i double click it it takes me to the operating system monitor:windows NT screen there in errors out/s =

  • How can I keep my RAW images from having anything applied to them when I import them?

    Hi All, I shoot with a Canon 5D Mark III and I use a picture profile in my camera that keeps all my images with low saturation, low sharpness etc... but whenever I import RAW pictures into Lightroom, I initially see the images the way I saw them in m