Ubuntu Multimedia :: Use Exiftool To Change Time / Date?

Feb 23, 2011

I'm trying to change the time stamps on a bunch of pictures in the same directory, because several cameras were used, some of them with the wrong time zone.exiftool seems to be the correct package to use, but it doesn't seem to work.

The following command seems to be the recommended way to subtract 1 hour from all .JPG files in the directory, but the exif data in the file and even the time stamps don't change.

Code:
exiftool -a -AllDates -=01:00 .

View 2 Replies


ADVERTISEMENT

Ubuntu :: Change Time And Date On Panel (desktop)

Jan 8, 2010

how to change the style of the time and date shown on the panel for Karmic Koala? As shown on my attached screenshot located at the upper right corner, it does not show the year which is a bit vexing and I cannot figure it out how to change it.

View 9 Replies View Related

Ubuntu :: Change The Date And Time Of The System From My Application?

Aug 19, 2011

I want to change the Date and Time of the system from my application. This can be done using the "Date -s" linux command. But the application has to be executed as root/sudo. is it possible that root can give permission to normal user to execute the "Date -s" command?

View 9 Replies View Related

Debian :: How To Change DATE / TIME Format

Jul 23, 2011

I set my location, but Debian displays DATE in some messed format. I would expect such neat OS to recognize all those local settings based on my location, but that's not the case. It seems that Debian follows locale settings by set language (which is en_us in my case, as I guess in majority uses) or this format is default in any case

I would like to set date/time to DD.MM.YY. hh:mm:ss, and programs that display date data to follow this setting. Simply put, in Windows there is Control Panel and you set location, then OS uses some regional settings, like currency, separators, date/time format.

View 7 Replies View Related

Fedora :: Can't Change Date / Time Format In F15

Jul 10, 2011

In the past, I just edited the /usr/share/gnome-shell/js/ui/dateMenu.js file to alter the date and time format. Today when I tried that, it crashed GNOME Shell and wouldn't let it start..

View 4 Replies View Related

Ubuntu Installation :: Computer Date/Time Change - 9.10 Live ISO

Apr 6, 2010

I am using Grub4Dos to boot Ubuntu 9.10 Desktop Live CD. In the menu.lst i made the following changes.

Quote:

title Ubuntu LiveCD 9.10
find --set-root /ubuntu-9.10-desktop-i386.iso
map /ubuntu-9.10-desktop-i386.iso (0xff)
map --hook
root (0xff)

[Code]....

The code runs fine and Ubuntu loads also from the ISO stored in the C: drive of my system.

The problem is when Ubuntu loads it changes my clock time. I have set the timezone to Indian Standard Time. Since it is live CD it should not make any changes in the system however, it does change the Data/Time of my system.

View 1 Replies View Related

OpenSUSE Hardware :: Can't Change The Date And Time From Yast?

Jun 1, 2010

Ive a little problem in xen guest machines. The hardware UTC time is grather than the insanity time (ntp doesnt works) and I cant change the date and time from yast. I can`t access the hwclock information (errno=19) unable to get /dev/rtc.

View 1 Replies View Related

Software :: System Date / Time Change Not Reflect On Log Messages

Jun 29, 2010

I have the application and kernel module running on my system. In the meantime, I am changing the date and time of the system. However, this change doesn't reflect on log messages of the application that's being executed.

View 5 Replies View Related

Ubuntu Multimedia :: Rename All JPEGs In A Folder By EXIF Date & Time Stamp?

Feb 24, 2011

In the Windows world where I came from, Irfanview freeware easily renamed a large folder of JPEG photos by EXIF time & date stamps, appending a unique number if the time and date stamps were the same. Is there an equivalent rename-by-EXIF information batch command in Ubuntu 10.04 Lucid? For example, change (based solely on EXIF information): FROM:DSC_0001.JPG TO:20110224_09:34:56am.JPG

View 9 Replies View Related

General :: Change A Files Modification Date "only" Without Changing The Time?

Oct 29, 2010

I'd like to change a files modification date "only" without changing the time. I'm aware of the 'touch' command but is seems like it only allows changing both the date and time, and not one of them. Any ideas on an easy way to change a file's modification date without also changing its time? (I have a long list of files and thus would like to run one to command to change them all)Example: Change a file's (month) timestamp from "2010-09-23 11:59:23" to "2010-10-23 11:59:23"Background: I accidentally set the wrong month on my camera and ended up with all photos having a modification timestamp with the wrong month.

View 3 Replies View Related

Debian Multimedia :: Change Date Format Across Whole System?

Jan 13, 2015

I'm having an US American date format that drives me totally nuts, like MM/DD/YY. Today is 1/13/15. It seems to appear across the system (GNOME 3), from Skype to IceDove to Nautilus. So my hope is there is a central instance where I can change this. I would prefer to have 13-Jan-15 or 13-Jan-2015 or at the very least 13/01/2015, i.e. in some order consistent with my European brain.

View 7 Replies View Related

CentOS 5 :: Change Only Date And Keep Time In Centos?

Jan 2, 2010

I want to change only the date of my Centos server but keep the time as it is. Which command to use?

Example:

Sat Jan 2 22:04:39 ICT 2010

I want to change with a command to:

Sun Dec 12 22:04:00 ICT 2010

but the command need only works on the date, the time need no to be modified. How can I do it?

View 2 Replies View Related

Ubuntu :: Set Time To Singapore Server With Time And Date?

Oct 28, 2010

I want to synchronize my time to a time server in Singapore. How can i do so with the Time and Date in System - Administration - Time and Date?

View 4 Replies View Related

Fedora :: Network Time Protocol Part Of Date / Time Settings

Oct 3, 2009

I've got fedora 11 set up to use network time protocol to sync my laptop's date & time when I'm on-line. The question is simple really, I've added a local universality's time server (what is public) and it's live. but it's added to the end of the default time servers what come with fedora. How do I get fedora to just use the local time server, is it a case of removing the default time servers for fedora, but there is a box what says advanced options which are. sync system clock before starting service ???? & use Local time source (( is that the same as the local ntp server that I've got set up ))Hope some body can help me with the network time protocol part of Date/Time settings.

View 9 Replies View Related

Red Hat / Fedora :: Date And Time Changing All Time / Solution For It?

Jan 11, 2010

I have a problem..
the Date and time are changing all the time...

Meanwhile, I'm set the clock every day, But I must find a solution ... Do you have a solution?

View 1 Replies View Related

Ubuntu Multimedia :: Replace Jpg Files Last Modification Date With Timestamp Creation Date?

Sep 22, 2010

I'm looking for a method for modifying some jpg photo files last modification date with the corresponding timestamp creation date of each file.The reason is that shotwell import pictures in folders according to last modification date which is stupid on my opinion.

View 2 Replies View Related

Ubuntu Multimedia :: Change Kaffeines Time Stamp?

Jan 20, 2010

How do I change the time stamp on videos that I record so that they say what DAY they were recorded instead of just the DATE? I can't find the config file which I assume would be the place to look.

View 1 Replies View Related

Debian Multimedia :: Shutdown Delay Time - How To Change It

Jan 18, 2015

I have Linux debian 7.7.0 i386-amd64 under VBox 4.3.20 and here is the problem:::

When I open the menu from Linux's top-right corner and click SHUT DOWN..., it shows the dialog with choices, and that Linux guest will automatically shutdown after 60 seconds and I need to change that delay value to 3 seconds. Of course I could just re-click Shut Down -button again, but I don't want to do it. Period.

By Googling I found these "instructions" for UBUNTU:

None of this worked on my 13.04 system. In the end I re-compiled gnome-session.

In gsm_shell.c and gsm_logout_dialog.c change #define AUTOMATIC_ACTION_TIMEOUT from 60 to 5

View 7 Replies View Related

Ubuntu :: 8.10 - Date And Time One Month Behind

Mar 5, 2010

When I boot up ubuntu 8.10 the time and date are a month behind. Is there anyway of correcting this?

View 8 Replies View Related

Ubuntu :: Changing Date And Time

Apr 15, 2010

I installed my linux os in vmware.I need to set time of virtual machine to later time( 2005 ).I have an application whose license expires at 2006 so I have to do this in order for it to work .but when I change it it comes back to the current time ,so what is the solution for this .

View 2 Replies View Related

Ubuntu :: Adjust Date And Time In 10.10?

Dec 5, 2010

If one right-clicks on the date and time tab in Ubuntu 10.10 desktop, then there is no obvious way to change the time. If one right-clicks and goes to help, then the explanation for changing time is as follows under the category 'usage':

2.3. To Adjust the System Date or Time.

To adjust the system date or time that the Clock applet displays, perform the following steps:

1. Right-click on the applet, then choose Adjust Date & Time.

2. Type the root password, then click OK.

3. The Clock applet starts the system tool that sets the system date and time. Use the tool to adjust the date and time.

The actual way to do this is as follows:

Right-click on the date and time applet. select preferences, and down at the bottom of the window that opens push the 'time settings' button.

Then you will be able to adjust that date and time.

View 3 Replies View Related

Ubuntu :: How To Make Time & Date Persistent

Aug 26, 2010

I've noticed that every time this desktop is turned on the date & time are as they were the last time I used it, and then have to put in the correct date & time again (this is why I chose the word 'persistent' within the tittle). When I try to change those have to write in the password for the date as well as for the time as if 'login-in' once were not enough! What I want to know is how to put in the date & time and receive the correct amounts the next time I turn the unit on again, as it should be? Do I've to open a terminal & do it with administrator's authority/credentials?

View 3 Replies View Related

Ubuntu Servers :: Date And Time Not Updated On 8.10?

Aug 31, 2010

On my virtual machine ubuntu 8.10, the date and time settings are not updated every time when I restart the machine.

View 2 Replies View Related

Ubuntu :: Date And Time Can't Unlock Popup

Mar 10, 2011

ubuntu 10.10 64bit my system clock keeps running late, and for some reason, I can't use NTP to synchronize it.If I try to use System -> Preferences -> Administration -> Time and date I can't unlock the popup (see attached screenshot) - I can click on the little yellow lock icon but when I do so, nothing happens.I tried "sudo ntpdate..." but i get the "the NTP socket is in use, exiting" error.

View 9 Replies View Related

Ubuntu :: Deleted The Things Near The Time/date?

Mar 22, 2011

the section where the wireless signal and sound control is?To the left of the time/date in this picture:

View 2 Replies View Related

Ubuntu :: 11.04: Can't Open Time And Date Settings

Apr 28, 2011

Since my clean install of 11.04 using the Unity desktop (takes a little getting used to) I notice I cannot adjust the system clock any more...

I usually configure Ubuntu to sync to an internet time server but this is no longer possible as I cannot open the System Settings > Time and Date dialog.

View 9 Replies View Related

Ubuntu :: Can't Access System>Administration>Time And Date

May 13, 2010

Lucid 10.04, auto upgraded from 9.10, accessed through NoMachine NX from my MacBook Pro 10.6 system.

When I try to access the time settings through the System > Administration > Time and Date menu, all I get is the greyed-out display with the message Not authotized to make changes at the bottom.

With other administration functions, I am asked for sudo-style authorization with my password. That doesn't happen with Time and Date.

View 2 Replies View Related

Ubuntu Installation :: Cannot Set Time And Date On Netbook Remix 10.4

Jul 27, 2010

Just bought a refurb PC900 and also now have a SDHC Flash with Ubuntu 10.4 netbook remix on it so that I can boot from it. I am having a problem that the UNR shows the time and date 5 hours behind the real time. The notebook BIOS is correct. When I try to set the time and date it goes back to the original time that was set before withing a few seconds. I set up a new user with administrator full access but that did not solve the issue. I have also tried setting up Ubunto One but my system does not act like the directions online. Can I get files from my non-ubunto pc to my PC900? It seems only one way to me right now.

View 1 Replies View Related

Ubuntu :: Comply With ISO 8601 Date And Time Standard?

Aug 12, 2010

I've been trying to make Ubuntu comply with the ISO 8601 date & time standard, but to no avail. Here are the workarounds tried 1.Added LC_TIME="en_DK.UTF-8" to /etc/default/locale 2.Added LC_TIME="en_DK.UTF-8" to /etc/environment 3.Replaced /usr/lib/locale/en_US.utf8/LC_TIME with /usr/lib/locale/en_DK.utf8/LC_TIME.

View 1 Replies View Related

Ubuntu :: Date And Time / Calendar Window Out Of Display

Nov 16, 2010

I'm using ubuntu Maverick on a Dell 1545 and I'm pretty much a newbie to ubuntu. Most of the things have been fine so far, I just plugged it into a proxyless internet connection and adjusted my location for time zone (I've been using a porxy server previously for internet which didn't allow changes in location and time zone work) and since then that calendar has moved out of the scope on the top right corner of my screen and I'm unable to move it.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved