Files creation time on digital camera's SD is now offset with timezone

Been checking out the photos I've took with a digital camera by taking the SD card and mounting it in current (all up to date) Arch. It was weird to see that the latest photos are shown as being in the future. Basically the camera don't know about time zones, and creates files at the date/time I set (based on local time). On the other hand, Arch suddenly interprets that date/time as UTC while I'm actually in UTC+8 - so all the photos appear 8 hours in the future compared to when they were actually taken.
This is caused by some new change, though not sure how recently. I still have pictures on my SD card from April that I can compare to their copies made on the hard drive. The files on my hard drive (copied from the same card in April) have correct time (are in localtime). Same ones on the SD card are now 8 hours off when I mount now and check them....
Here's an example, highlighted one of the file on the SD card (left) and on the hard drive copied a few months ago (right). Same file, different interpreted time.
http://i.imgur.com/XvhVrYT.png
Similarly for all the subsequent files in the directory as well.
This is very strange to me, what setting or software can cause such a time error?
-- mod edit: replaced img with url, please see image guidelines and post thumbnails only.  Trilby --
Last edited by Trilby (2014-10-12 14:09:45)

I just couldn't stop %) Made it keep all the options provided by user, not replace them. Much more code now.
/usr/bin/mount.vfat
#!/usr/bin/env bash
OPTS=(
"time_offset" "$((`date +%:z|sed -r 's/(.)0?(.*):0?/\1\2*60\1/'`))"
"iocharset" "utf8"
function _build_opts() {
local RES="$1"
local I
local PROP
local VAL
for (( I=0; I<${#OPTS[@]}; I=I+2 )); do
PROP="${OPTS[I]}"
VAL="${OPTS[I+1]}"
if [[ -z "$RES" ]]; then
RES="$PROP=$VAL"
elif [[ ! "$RES" =~ (^|^-[^tOo]*o|,)$PROP= ]]; then
RES="$RES,$PROP=$VAL"
fi
done
echo "$RES"
ARGS=("$@")
CNT=${#ARGS[@]}
APPEND_IDX=-1
for (( I=0; I<$CNT; I++)); do
if [[ "${ARGS[I]}" =~ ^-[^tOo]*o.+$ ]]; then
# bunch of options ending with -oopti=ons: -aoiocharset=utf8
APPEND_IDX=$I
break
elif [[ "${ARGS[I]}" =~ ^-[^tOo]*o$ ]]; then
# options are separated: -ao opti=ons
APPEND_IDX=$((I+1))
break
elif [[ "${ARGS[I]}" =~ ^-[^tOo]*[tO]$ ]]; then
# skip next option
I=$((I+1))
fi
done
if (( APPEND_IDX == -1 )); then
ARGS[$CNT]="-o$(_build_opts)"
elif (( APPEND_IDX == CNT )); then
# rare case: empty -o was the last option
ARGS[$CNT]="$(_build_opts)"
else
ARGS[$APPEND_IDX]="$(_build_opts ${ARGS[$APPEND_IDX]})"
fi
mount -itvfat "${ARGS[@]}"
Last edited by lxyd (2014-10-16 10:31:57)

Similar Messages

  • Can Spotlight search for file creation time ?

    Hi,
    Is it possible to use Spotlight to find files with a specific creation date and creation time ?
    Example:
    creation date: exactly 03/03/2008
    creation time: after 10:00 and before 12:00

    Hi Kees, not that I'm aware of, and since you can't run Classic and "Find File", I'd get EasyFind, Spotlight won't be reliable...
    http://www.devon-technologies.com/download/
    Near the bottom of the page.
    you can at least sort by date/time then to narrow it.

  • Snow Leopard does not auto adjust time for digital camera

    For some reason when I connected my digital camera this morning to auto adjust its time to reflect DST I ended up having to do it manually. Is this not a feature of SL? I did this a hundred times in Tiger without hassles. Maybe I am missing something. I am not using iPhoto for my imports.

    I'm curious what software you are referring to. I doubt this is the fault of SL but rather a change in the Canon software. I know Canon's "Camera Window" has changed over the last while if that is what you are referring to but I don't remember seeing a time setting in it ever. Can you look back at the name and version of the software you are referring to?

  • No audio when files (recorded off of digital camera) were copied to iMovie

    I attempted to import video clips taken with my sure shot digital camera to iMovie. The video transfered just fine but there is no audio.
    I then uploaded all the video clips from the camera to iPhoto and when I opened those files thru iPhoto, quicktime plays the videos perfectly with audio.
    What am I doing wrong/what do I need to do so that these video files play audio when in iMovie?

    Hello 112969nole,
    the clips from your digital camera are likely to be in a muxed MPEG format. In order to edit them with iMovie you'll need to convert them to DV format.
    Find some more info in Dan Slagle's Unofficial iMovie FAQ:
    1. Can't hear audio in iMovie when I import an MPEG clip
    http://www.danslagle.com/mac/iMovie/tips_tricks/6030.shtml
    2. Mpeg clips from digital cameras
    http://danslagle.com/mac/iMovie/tips_tricks/6018.shtml
    3. Using Mpeg (DVD) footage
    http://danslagle.com/mac/iMovie/tips_tricks/6010.shtml
    and also Matti Haveri's website: How can I edit MPEG or convert DVD or MPEG to DV
    http://www.sjoki.uta.fi/%7Eshmhav/SVCDon_a_Macintosh.html#edit_convertMPEG
    Tools:
    MPEG StreamClip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    Apple MPEG2 PlayBack:
    http://www.apple.com/quicktime/mpeg2/
    DVDxDV
    http://www.dvdxdv.com/
    hope this helps
    mish

  • Image Capture doesn't set time on digital camera

    Older versions of Mac OS X's Image Capture app had an option to synchronize the time on my camera with the computer's clock. Now I don't see this option anywhere any more. Was the feature dropped? I'm using a Canon PowerShot SD400.

    Well, I'm running OS X 10.5.1 on both a Mac Pro and a 15" Powerbook and the option appears in both so the option wasn't intentionally removed by Apple. All I can think of at the moment is to run Disk Utility and do a Repair Disk or try a program like Pacifist (http://www.versiontracker.com/dyn/moreinfo/macosx/12743) to re-install Image Capture from the install disk.

  • Getting File Creation Time

    I am using web services call to return a database listing of some files that I have in a UNIX file system. The call to web services will give me the subdirectory and file that is maintained in the file system.
    For example, my directory: is "/edyts/sblists"
    And the listing under the directory contains the subdirectories:
    /d08r
    /d09r
    /d10r
    And finally inside of the subdirectories are files:
    /d08r/sample.txt (<--this is what my web services call result looks like)
    /d09r/sample2.txt
    /d10r/sample3.txt
    What I want to achieve is: After I make get my list back from my web services call, I want to get the date that the file or directory was created, and then check to see if it is older than 48 hours. What is the best way that I can achieve this?

    I love it when people do something which returns information about X and Y, and they want to know what kind of magic someone can perform to get information about Z as well (given only X and Y, and Z is not something which can be calculated from X or Y).

  • AVI (casio ES-600 digital camera movies) have white screen

    Hello.
    I recently bought my iPod and i'm trying to convert my AVI Movie files from my Casio Digital Camera to Quick Time. I also purchased the Pro version of Quick Time to try and get rid of the "white screen" but that didn't work. I do have sound, just no picture.
    I also went online and downloaded the latest codec's based on various Apple threads (DivX, 3ivX). I still have the "white Screen"
    I have also went to Casio's Download to get the latest version of firmware for my camera (v 1.01). That didn't seem to work.
    I have also uploaded the latest version of QuickTime.
    I have also gone into the QT Preferences and under "video" I "unchecked" the Enable Direct3D video acceleration and then re-opened but that didn't work either. I also tried opening in Safe Mode but that didn't work either.
    I have tested all of the above with a different Nikon camera and it works...it is just these specific Casio AVI files that are killing me.
    Please help. If you can solve this iPod should give you double bonus points for this one as it is hard to figure out.
    Dell Windows XP

    I posted my answer in the MACOSX discussions. Where you first posted your question. Hope it helps
    Phil

  • How can I get the File Creation Date OR Last modification date of the incoming file in my message?

    I need the Last Modification Date and the File creation date of the consumed file in my message, is it possible to do that using a custom pipeline component in decode stage or any other way? The FILE namespace have File creation time that actually gives
    the time the file was dropped in receive location, not the actual creation time. Also this namespace doesn't have the Last Modification Date.

    Yes,
    As per MSDN, "File.FileCreationTime" - "Defines the time that the file was written to the folder that is monitored by the File receive
    adapter."
    So for File Modified DateTime, only option I can think of is create a custom file adapter (updating the File Adapter code from SDK ..\SDK\Samples\AdaptersDevelopment\File Adapter) and access the received file with the code something like the following, which
    you give you the Last Modified date
    string sLastModifiedDate = File.GetLastWriteTime(path).ToString();
    If there are any business requirements which drives you this, then this the only way I can think of. Because you can access the file properties only in adapter, when it passes through adapter file is handled as stream and you will only have context properties
    to access the file related properties.
    If you're looking for implement this for any audit purpose or for your any technical purpose, then you can suggest some alternate than using File updated datetime.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Why Won't This Digital Camera Movie Load Into iPhoto

    I shot 186 photos and 12 movies with my Canon digital camera this past week while my wife and I were on vacation. The photos and 11 movies (all about one minute or less) loaded just fine but my longest one (3 minutes which is the maximum for my digital camera) will not load. Is there a maximum time limit for digital camera movies that I have exceeded with iPhoto?

    Hi David,
    when you say "will not load" do you meant it won't open in Quicktime or it didn't download into iPhoto?
    This is what I do;
    When iPhoto 5 first came out I really think it was programmed to import the smaller 30 sec video clips that cameras were taking at the time. Since then, digital cameras, at least my Canon S2 can take clips as large as your memory card can hold. The first time I tried to download my images and movie clips with my new camera, iPhoto stalled at the movie clips. I wasn't going to take any chances messing up my iPhoto Library so I started using Image Capture to download all my images and Movie clips. I actually like doing it this way a lot better. My movie clips are downloaded into my Movies folder where I then put them in a dated folder.
    My photos are downloaded into my Pictures folder, where I then put them in a dated folder. I import the dated folder into iPhoto. I also keep all dated folders from photo downloads in the Pictures folder till I get enough Movie folders and Photo folders to fill a DVD. I burn them and then delete them from the hard drive.
    This way I have the photos in iPhoto and I also have just the photos backed up to DVD.
    The Movies I keep on the hard drive in their dated folders until I use all the clips for my iMovie projects for the Year. I then make sure they are all burned to DVD, then I delete those from my hard drive.
    Using Image Capture to download images and video clips:
    Open up Image Capture which is found in the Applications folder.
    When it is opened, go to Image Capture/Preferences
    Under the General button choose
    Camera: When a camera is connected, open Image Capture.
    The next time you connect your camera Image Capture will open.
    In the window that opens you will see an Options button. Click on that button to set your options.
    To find out more about Image Capture (it can do a lot more) Click on Help in the menu bar when Image Capture is open.
    iPhoto: How to Change the "Open Automatically" Preference
    If you find you can't change any of Image Captures preferences or can't access any drop down menus or they are greyed out, check to make sure Image Capture is loose in the Applications folder and not within a sub folder.

  • IPod Recognized as a digital camera

    So I have an old 8gb ipod touch, and since my old computer crashed, I have reinstalled itunes on a new computer and want to sync my ipod with my new itunes, and access it through windows,  but my computer is recognizing it as a digital camera, and i cannot do anything with it. I have used this troubleshooting page, with no results: http://www.apple.com/support/ipodtouch/assistant/itunes/ . I was wondering if there is another way to fix the problem. I do have mcaffee antivirus on my computer so that is most likely the problem.

    First try disabling Mcaffee.
    Then
    Did you do everything here:
    iOS: Device not recognized in iTunes for Windows
    Including
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    New cable and different USB port?
    Runs this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Try on another computer to help determine if computer or iPod problem

  • Can a digital camera display appear on iphone

    I want to mount my digital camera and then view the display with my iphone.  stated another way, i'm going to take pictures of books and i need to mount the camera way out of sight in a location where my head can't really go with ease.  i want to connect the camera to my iphone and mount the iphone right in front of me. 
    I'm going to plug the RCA video inputs into the camera with this
    http://www.amazon.com/3-RCA-to-USB-Cable/dp/B003QA5LA0/ref=wl_it_dp_o?ie=UTF8&co liid=IS4NS4E9ZGRFQ&colid=3W03LFW7NFEWH
    then connect that end to a USB cord with this
    http://www.amazon.com/USB-Type-Female-Adapter/dp/B000GHXTA0
    then connect my iphone to the other end of that female female USB adapter above.
    Does anyone know if that will work?

    You need to download the server software:
    http://www.ononesoftware.com/products/dslr-camera-remote/

  • Does JMF support Firewire digital cameras?

    To get right to it, I'm wondering if I will be able to capture video from a Firewire digital camera. This is in Windows with the newest JMF and a Unibrain Fire-i digital camera. Is it any different from capturing from a USB webcam?
    That said, is this a viable way of capturing video ? Performance wise especially, I'm looking for 30 FPS+ and 640x384 resolution. I've been recommended using LabVIEW (got a license through school). I've got almost zero experience with LabVIEW, but this seems like overkill just to capture some video (?)

    Java doesn't actually care about what hardware the video stream comes from, because all that Java does is use the VFW or DirecShow Windows interfaces to grab the video stream. If the firewire camera is VFW or DirecShow compliant, then maybe JMF will be able to capture from it.
    Your best bet would be to see if JMStudio will detect it and show it. If so, then you're good to go with JMF. Otherwise, it may or may not work but it won't "work" very easily.

  • Digital Camera / OS 9.1

    If any kind person out there knows of a half decent digital camera the software for which works with OS 9.1, I would be grateful if you could get back to me with some brief details.
    I went to buy a Pentax A20 (or A30) today (I need it in a hurry so cannot buy online), but after doing all the neccessary research online to verify its OS 9 compatibity, found to my dismay when I actually got the thing in my hand - it is in fact only suitable for OS 9.2 and beyond.

    Busta,
    When you're buying the camera, as well as haggling for money off, a free case, free memory and extra batteries, also ask for a USB card reader for free with it too.
    Then plug the USB card reader into the iMac (you may need some USB Mass Storage drivers that come from Apple) and stick your camera memory into the card reader.
    Forget the software supplied by the camera manufacturer, it'll be pants. This doesn't of course stop you visiting all the camera manufacturer's websites looking for free downloads of software that you may be able to use.
    You'll be able to copy the images to your computers internal hard drive and open them in your favourite imaging software, probably some version of GraphicConverter.
    The "plug your camera into your mac via usb and have the mac download all your photos for you" gimmick is for complete amateurs. For one, it chews the camera battery life if it's not USB2 (or firewire). Just work out how long it takes to transfer 500MB of photos over USB v1.1 at something like 6-8Mb/s - that's 1MB/s - (12Mb/s is a theoretical limit). The USB card reader won't be any quicker, but at least your camera is free to use again (you did remember to haggle for the free extra memory?) and you won't have to recharge the batteries at the end, if they even last that long.

  • TS1315 when trying to download photos  from my digital cameras I keep getting the message that pics can't be downloaded because of an unrecognizable format. It shows that they are all jpeg files. One camera is a Canon, the other a Panasonic.

    when trying to download photos  from my digital cameras I keep getting the message that pics can't be downloaded because of an "unrecognizable format". It shows that they are all jpeg files. One camera is a Canon, the other a Panasonic. I have had these cameras for a few years and have never had a problem downloading.

    I am having the same problem which has happened very infrequently before. Generally it's one photo and happened when my battery died.
    However today I tried to download six photos.
    None would download including several others for a total of 21 that would not download.
    Since I had just installed a new powered hub and added three new external 4T hard drives, I got concerned that it was the hub. Then got really worried that I'd have problems with the data I have been backing up.
    However following this sequence of events, I've determined it's not the hub, but still don't know what is causing the problem.
    (1) Put a fresh battery in the camera - same results
    (1.5) Used a different port in the new hub - same results
    (2) Put the card in the card slot in the back of my iMac - no problems except that one image I knew about last week. The six new images imported.
    (3) Tried again using the cable - still same error
    (4) Changed cables - my husband has the same camera - still same error
    (4) Put the card in his camera with his cable - still same error
    (5) Put the card in a card reader and used the same slot in the new hub - no problems - same one wouldn't import but message that there are no new photos to import.
    (6) Moved the offending one image to the Trash while the card was in the card reader
    (7) Put the card back into my camera and used my cable. iPhoto had no error and displayed the message there are no new photos.
    Conclusion:
    Not the camera
    Not the cable
    Not the hub
    Must remove bad photo from the card
    However, I have not had to do that before. I went through several imports on vacation when there was one bad image and just ignored it each time.
    Any idea why this is happening now?
    Thank you

  • Trying to email MVI-AVI file recorded on Canon Digital Still+Motion Camera

    Have taken a burst of video motion with sound using my Canon digital camera and want to send it via email so it can be opened and enjoyed
    Tried bringing it into iMovie where I chose compression for email
    Then I chose compression for Quick time BUT when going back to Entourage where I try to attach the file it says I need to buy Stuffit software first.
    Any ideas ?
    Thanks

    Use YouSendIt to send all huge files through email.
    If the other party has high speed internet service & AIM use either AIM or iChat to send the file.

Maybe you are looking for

  • Merge Two Columns in a Single Column

    Dear, Inputs Table1 | Col1 (Number) | 1 | 2 | 3 | 4 | 5 | 6 | and table 2 Table2 | Col1 (Number) | 7 | 8 | 9 | 10 | 11 | 12 | No relation between the two tables I want to write a select statement that will result Column 1 2 3 4 5 6 7 8 9 10 11 12 No

  • Invoic Message type

    Hi, I have requirement to post invoice(MIRO) thru idocs . I was using INVOIC01 message type(not sure whether I am using the right one or not b'coz in this i hav seen somebody using INVOIC02 for the same requirement Please suggest me) And after all co

  • Is there any student discount for apps in Macbook?

    Is there any student discount for apps in Macbook? How can I get it?

  • My music is pending

    I have purchased a few songs and albums but no matter what I try there are 25 songs that stay pending. I have redownloaded the albums and was even charged twice for one. Now this **bleep** service won't let me talk to anyone. What do I do?

  • Modification de l'adresse mail de réception dans icloud

    bonjour, j'ai modifié, je ne sais pas comment l'adresse de destination des informations avec icloud, resultat fusion des infos avec l'iphone de ma femme (utilisation de son id par erreur a priori), je cherche comment changer l'adresse de courrier dan