[SOLVED]Incorrect time - 1h+

Hello,
I've followed the wiki's page: https://wiki.archlinux.org/index.php/time
timedatectl status | grep local
RTC in local TZ: no
I've tried this, but didn't help:
timedatectl set-local-rtc false
timedatectl status
Local time: Sat 2014-02-22 12:17:18 CET
Universal time: Sat 2014-02-22 11:17:18 UTC
Timezone: Europe/Copenhagen (CET, +0100)
NTP enabled: n/a
NTP synchronized: no
RTC in local TZ: no
DST active: no
Last DST change: DST ended at
Sun 2013-10-27 02:59:59 CEST
Sun 2013-10-27 02:00:00 CET
Next DST change: DST begins (the clock jumps one hour forward) at
Sun 2014-03-30 01:59:59 CET
Sun 2014-03-30 03:00:00 CEST
UTC time is correct, but my arch uses localtime (shown in tint2). How to fix this? I've searched this forum and Google, but nothing solved the problem.
Last edited by decas (2014-02-22 18:57:20)

Either adjust it manually (e.g. in the BIOS), or use something like NTP to sync your software clock, then use hwclock to save the changes to the hardware clock (I believe that it saves it as UTC by default, but you might want to check that).

Similar Messages

  • [SOLVED] Incorrect time displayed in my system

    Hey Archers,
    I have trouble correct time being displayed in my system.
    My BIOS time is:
    May 18 2012 08:39:21 PM IST
    Date command displays
    Sat May 19 02:09:59 IST 2012
    Clearly the time displayed by date command is localtime+05:30 (Asia/Kolkata), when I expect it to be just localtime.
    How do I correct this?
    I dont dual boot and have just Arch installed on my machine.
    And my /etc/rc.conf has this:
    HARDWARECLOCK="UTC"
    TIMEZONE="Asia/Kolkata"
    Please correct if my understanding is wrong, but is this how it works?
    When I say HARDWARECLOCK=UTC and TIMEZONE=''Asia/Kolkata",
    It assumes, hardwareclock, time displayed by BIOS, is infact UTC, and, since the user is interested in timezone, +0530, it adds 0530 to hardware clock.
    Thanks,
    Nachiket.
    Last edited by Nachiket (2012-05-19 07:22:47)

    Hey Tectu,
    The wiki article on Time was indeed splendid. It had all the information I needed. Thank you.
    Trilby,
    You were right, my hardware clock was on local time.
    So this is what I did to set it correct.
    1. Set the HARDWARECLOCK to "localtime" in /etc/rc.conf
    HARDWARECLOCK="localtime"
    TIMEZONE="Asia/Kolkata"
    2. Reboot the system
    3. Set the systemclock to UTC by doing a -0530 (minus 05 hours 30 minutes)
    # date `date -d "-05 hours -30 mins" +%m%d%H%M%Y`
    4. Copy the system clock value to hardware clock
    # hwclock --systohc
    5. Edit the /etc/rc.conf to set HARDWARECLOCK back to UTC
    HARDWARECLOCK="UTC"
    TIMEZONE="Asia/Kolkata"
    6. Reboot the system.
    And yes, now my system clock displays correct time
    Just setting HARDWARECLOCK to "localtime" also worked. But since I the beginners guide recomments "UTC" I did all this.
    Marking the thread as SOLVED.
    Regards,
    Nachiket.
    Last edited by Nachiket (2012-05-19 07:23:33)

  • Jabber Voicemail Incorrect Time Stamp

    I just noticed the the time stamp on my voicemails in Jabber v9.0.1 Build 12296 have the incorrect time stamp. They are all one hour behind. I confirmed that this does not happen in any of the following:
    Jabber v9.0.5
    CUPC v8.6
    Jabber for Mac v8.6.1
    Is this happening to anyone else?

    did you get this sorted out?  Im having the same problem with Jabber v9.1.5, CUC 9.1.2 and cucm 9.1.2.  Both cuc and cucm use the same NTP time source.  Time looks fine on the handsets and from the cli..

  • "The movie contains an incorrect time value" error - saving a trimmed video

    I am attempting to trim a video shot on my Samsung CL65. The video was shot in High Quality HD 1280 x 720. I open the video in QuickTime and then use the Trim command to remove the last part of the video and then close it to Save it. When I save it I get the following error: "The document SAM_0306.MP4 could not be saved as "SAM_0306". The movie contains an incorrect time value." I think this has to do with an encoding error in the original file or in the trimmed file but I have no idea how to get around it.
    Any ideas?

    This info probably won't help with your problem, but it's information for others who get this error.
    It's probably the software that made the MP4. ffmpegX, for example, and the mencoder program inside it, do this with every H264 encoding when the video is longer than 1 hour. Time codes are correct up to 1 hour, then the seconds value gets wacky (3600 is added to it). Quicktime won't save a movie with a time code like 1:20:3623.120 (although it will correctly display 1:20:23 in the player).
    Apple used to offer quicktime scripts that would allow you to see what the time code in a stream really looked like. Applescript appears to have officially and quietly gone missing, though, and those scripts are no longer available online as far as I can tell. There were some really handy other scripts that would allow you to view all sorts of movie properties and manipulate tracks (great for syncing poorly synced sound, for example), but time code problems like the above would invariably mean the movie couldn't be saved.

  • Mail delivery problems and incorrect time stamps

    I'm running Server 10.4.9 and along with hosting two webpages I am hosting email for one of the domains. Whenever a message is received by an account hosted by my server, the time listed for receiving the email is incorrect. It varies from 1 to 4 hours fast or slow depending on the source of the email. It happens with both incoming and outgoing mail. If a message is sent from one account to another on my server, the time stamp is correct.
    In addition to the incorrect time, I have noticed messages directed to one account being delivered to another. For example, in my own mailbox I recieve messages that were intented to go to another user mailbox on my server. I don't know if that is related to the same problem or if it is a spam issue but I figure any bit of information will be helpful.
    And finally, I do not believe all mail is reaching the intended mailbox. I have junkmail and notjunkmail accounts enabled for spam and if I redirect 10 emails usually only 5 at the most will make it. I get no return errors when redirecting (ex: undeliverable)
    I have checked the obvious time and date panels in OS X including the server admin and everything matches. The timezone is also correct. I type date into the terminal and that comes up correct as well. This isn't my first time configuring a server.... I've hosted mail servers with 10.2 and 10.3 in the past with no problems but this is my first time using 10.4. I'm pretty comfortable navigating through the server, but I have limited experience in terminal. (Just for FYI) Usually with enough time I can figure almost anything out, but I've run out of ideas here. Any help would be greatly appreciated. Thanks...

    I'm running Server 10.4.9 and along with hosting two
    webpages I am hosting email for one of the domains.
    Whenever a message is received by an account hosted
    by my server, the time listed for receiving the
    email is incorrect. It varies from 1 to 4 hours
    fast or slow depending on the source of the email.
    Where are you looking at the timestamp? On the message headers? Are you taking into account any timezone corrections on same headers? E.g. following message sent from Apple HQ to UK...
    Received: from uk2mxserver3-10.uk2.net ... Sun, 15 Apr 2007 10:24:34 +0100 (BST)
    Received: from bz3.apple.com ... Sun, 15 Apr 2007 10:24:31 +0100
    Received: from acutil03.apple.com ... Sun, 15 Apr 2007 02:24:22 -0700 (PDT)
    Otherwise you will need to post examples.
    In addition to the incorrect time, I have noticed
    messages directed to one account being delivered to
    another. For example, in my own mailbox I recieve
    messages that were intented to go to another user
    mailbox on my server. I don't know if that is
    related to the same problem or if it is a spam issue
    but I figure any bit of information will be helpful.
    And finally, I do not believe all mail is reaching
    the intended mailbox. I have junkmail and
    notjunkmail accounts enabled for spam and if I
    redirect 10 emails usually only 5 at the most will
    make it. I get no return errors when redirecting
    (ex: undeliverable)
    What does the mail.log show for these messages? You should be able to track them moving through the system.
    -david

  • Incorrect time slices for 0UCCONTRACT (note 713358)

    Hello everybody,
    I have the same problem as mentioned in note 713358:
    Time slices of contracts were closed in IS-U. NO new time slice wasopened to this end (with the end date December 31, 9999). After the data is loaded, a time slice of the contract with the end date December 31, 9999 remains in BW, and receives the attributes of the contract before it is completed.
    I can't delete all the master data for the contracts, because they are already in use in another ODS objects.
    Is it possible to delete only historical data (table QUCCONTRACT)?
    I tried to do another initial upload (0UCCONTRACTH_ATTR) over the existing master data, but it didn't help, incorrect time slices remain the same.
    Is is possible to fix historical data without deleting all the master data?
    Any help would be greatly appreciated.

    I wrote a direct update statement to QUCCONRACT that deleted all attributes and then I started a new upload.

  • Widget world clock shows incorrect time

    widget world clock shows incorrect time.. how can i fix this?

    There are two possibilities: (1) your computer's time is wrong. Open System Preferences, select the Date & Time tab, and either set the time manually or select a time server. If you choose the time server click on the Time Zone tab and choose your correct time zone. (2) click on the i on the World Clock widget and select a city near you (that's in the same time zone as yours.)

  • A Verizon cellphone tower in my area is feeding multiple Verizon Customers / Devices with the incorrect time (one hour behind) when we are in range of this tower

    A Verizon cellphone tower in my area is feeding multiple Verizon Customers / Devices with the incorrect time (one hour behind) when we are in range of this tower (in this specific area).   Our phones show the correct time in other areas.   Is there a way to fix or report this?

    The zip code that this is occurring in is: 87102
    Specifically when I am at
    1001 Woodward Pl NE
    Albuquerque, NM 87102
    Upon further investigation, it is happening to anyone with a Verizon handset, regardless of specific device.  I have a Samsung Galaxy Note 3, and my co-worker has a Motorola Droid Turbo and we are both having the issue.  Anyone on a different carrier (T-Mobile, AT&T) is fine, and is not experiencing this issue.
    It actually looks like the cell tower is feeding us the correct time, but its like it forgot daylight savings happened.  So it is feeding us the incorrect time zone/day light savings information.
    When I goto Settings -> Date and Time on my Android device,  I have both "Automatic date and time" and "Automatic time zone" checked.
    the "Automatic timezone" it is pulling from the Verizon cell tower is "Mountain -7".   It is correct that we are in the "Mountain" timezone, but we are currently "Mountain -6" (also known as day light savings).   So the Cell Tower things it MST when it should be MST DST
    When I uncheck "Automatic time zone" and select my own, suddenly it lets me select "Mountain -6" and doesn't even give me the option of "Mountain -7".
    So in conclusion, some cell tower in the area of zip code 87102 forgot that daylight savings ever happened, and is telling cellphones they are in the "Mountain -7" timezone, instead of the correct current timezone of "Mountain -6 DST"
    Edit: Oh, sorry, and to answer your question, it began happening about 3 weeks ago.  We started noticing around March 25th, maybe a little after that.

  • Can I change incorrect time and date with

    Hello,
    I used my digital camera in a different time zone and forgot to set it accordingly. Now a bunch of photos have the incorrect time and date. Can I use Photoshop CS4 (11.0.2) to change this? I only found instructions on the Internet for Elements, which I do not have.
    Windows Live Photogallery was only mildly successful. In the Windows 7 Explorer the date is shown correctly, but when I go to open the file in Adobe Photoshop, the old, incorrect date is shown. That's why I hoped that I could change this for good with Photoshop.
    Thanks in advance!
    Aiiyana

    There are several dates in the metadata.  THe date shot is set by the camera and I know that you can not change that in Bridge.  There are programs out there on the web that will do it.

  • Logviewer 1.14 showing incorrect times, and other issues.

    Couple of issues with running LogViewer, wondering if anyone can help.
    First, and seems to be the most frustrating, is that the LogViewer screen is showing incorrect times for the events. I am in Mountain Time zone in the US, which is GMT-7. When looking at the log from a web browser, my router is displaying the correct time. The text file that LogViewer saves on the local computer shows the same correct time. The LogViewer screen, however, shows a time 7 hours into the future. IE, if I type out the log from a DOS window, the last event will say something like "Mar 28 1:15:05 2008", but that same event number will be listed on the logviewer screen as "Mar 28 8:15:05" Any ideas on what may be wrong and how to correct it?
    Second, all events seem to be grouped exactly 3 minutes apart. I realize this is probably an effect of the router sending the information every three minutes. Anyone know of a way of changing that period?
    Hm, just noticed a third, but very minor issue. The text file written has the wrong day of week on it. It's listing Mar 28 2008 as a Wednesday...
    Thanks in advance for any advice.
    OK, the tech info. I am running LogViewer 1.14 on a Windows XP machine, contacting an WRT55AG with firmware 1.20. The connection is through a Cat 5 cable, not through the wireless.

    Couple of issues with running LogViewer, wondering if anyone can help.
    First, and seems to be the most frustrating, is that the LogViewer screen is showing incorrect times for the events. I am in Mountain Time zone in the US, which is GMT-7. When looking at the log from a web browser, my router is displaying the correct time. The text file that LogViewer saves on the local computer shows the same correct time. The LogViewer screen, however, shows a time 7 hours into the future. IE, if I type out the log from a DOS window, the last event will say something like "Mar 28 1:15:05 2008", but that same event number will be listed on the logviewer screen as "Mar 28 8:15:05" Any ideas on what may be wrong and how to correct it?
    Second, all events seem to be grouped exactly 3 minutes apart. I realize this is probably an effect of the router sending the information every three minutes. Anyone know of a way of changing that period?
    Hm, just noticed a third, but very minor issue. The text file written has the wrong day of week on it. It's listing Mar 28 2008 as a Wednesday...
    Thanks in advance for any advice.
    OK, the tech info. I am running LogViewer 1.14 on a Windows XP machine, contacting an WRT55AG with firmware 1.20. The connection is through a Cat 5 cable, not through the wireless.

  • S4 Chooses incorrect time zone when set to automatic

    My S4, and my son's, are choosing the incorrect time zone when the phones are set to choose automatically.
    The phones were working and my son noticed his was off earlier in the week and mine seems to have developed the same issue sometime last evening.
    They are both choosing Central Time and should be choosing Mountain Time.
    Location services are enabled on both (GPS & Verizon as well as Google Wi-Fi)
    I've launched my phone in Safe Mode and the issue still occurs
    On my son's we chose to set time zone manually which works, but it reset itself to automatic later and returned to being incorrect.
    Thanks for any help.

    On my phone I believe it was the day I posted here (April 14th) on his a couple days prior to that.
    Both had 'fixed' themselves until his changed back a couple days ago
    No new apps, latest update applied to both phones (after his was already showing incorrect time).
    Also of note, 3 other S4's in the household that do not have the issue(...yet?)
    As mine is currently working I don't suppose there's a need for me to run in safe mode, but I will pass the instructions on to him

  • When i print using the email option, the hpeprint site shows the incorrect time for printing

    when i print using the email option, the hpeprint site shows the incorrect time for printing

    See this:
    [http://kb.mozillazine.org/Problems_printing_web_pages#Prints_to_a_small_portion_of_the_page]

  • IPhone 5c keeps showing incorrect times.

    My Iphone 5c shows an incorrect time, i tried a few things including resetting the phone. I have changed the time manually but after an hour or so the time just randomly changes. This is very frustrating and makes the phone useless to use as an alarm clock. I am sure it has to be a software issues but have tried syncing and like i said i have even done a hard reset but all to no avail!...Please help..is driving me mad.

    How far is it off?
    Always the same amount off?
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    BTW, this is the iPod touch forum                                         

  • It shows incorrect time in time zone iphone 4s!! If i select 'set automatically' the london time show is wrong,how do i correct this?

    It shows incorrect time in time zone on my iphone 4s!! If i select 'set automatically' the London time, is wrong,how do i correct this?

    I recently got the same problem and noticed that it only started after I'd downloaded a particular app which used the location feature.  It was the free version of the Weather Channel that started it off and, since I've deleted it, I've not had the problem of being in Singapore or China since!
    I expect there will be other apps that cause the same issues - probably a bad piece of code being used to pick up the location function.  It might be worth trying to turn individual apps off that feature in location services to pinpoint which other apps may causing your problem.
    Hope this helps!

  • Why is my iPhone displaying incorrect time?

    Image should explain all.
    The time at the top is 8 hours behind. I can't correct it because when I go into Time, it's correct!
    Many thanks

    Hey there JonnyAustin,
    It looks like your phone is showing an incorrect time but it is set correctly in Settings. I would start with quitting all the running apps on the device:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    If the issue persits, I would next use the troubleshooting in the following article for additional assistance:
    iOS: Troubleshooting issues with date and time - Apple Support
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

Maybe you are looking for