Domain Controller resets time ahead one hour on reboot

I have a Windows 2003 R2 domain controller that is running on a Windows 2012 Hyper-V cluster. Time sync between the host and guest are disabled. The last two times the Domain Controller has been rebooted, time has jumped ahead one hour on the Domain Controller
which is also our NTP server for the company. Our DC's have been virtualized for 5-6 years, first on VMware, then on hyper-v 2008 r2 now on 2012.
I have verified that hosts and guests are configured for the correct time zone and the DST is enabled. The first incident occurred the weekend after the time change, so I thought maybe their was some DST issue.
Any thought on why it would jump ahead exactly one hour after reboot?

Might need the latest cumulative time zone updates.
http://support.microsoft.com/kb/2863058
http://blogs.technet.com/b/dst2007/archive/2013/08/13/august-2013-dst-cumulative-update-for-windows-operating-systems.aspx
http://support.microsoft.com/kb/2890882
You can also compare the setting here.
http://support.microsoft.com/kb/914387
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Similar Messages

  • Created tickets have a time of one hour ahead

    hi Experts,
    When tickets are being created on CRM by the NA Help desk  for UK customers,they are being created with a time of one hour ahead of the UK,
    It should be UK times.

    Hi Arden,
    users are set with GMT UK Timezone (greenwich UK with DST and  diffrence from UTC:  +/-0= UTC/GMT).
    users from North America Help Desk are creating tickets for the UK customers.
    when ever  tickets are created by  users of North America Help Desk, tickets are being created with a time of one hour ahead of the UK.
    Thank you.

  • IPhoto automatically resets photo timestamp one hour forward

    Since the reversion to Standard Time last night I notice now that my iPhoto exhibits peculiar behavior when I attempt to set the "time" field for a photo. No matter what time I enter, iPhoto changes my entry and displays that time plus one hour. For example, if I set the "time" field to "10:47:03", iPhoto displays "11:47:03".
    Is iPhoto storing the time I entered or the "corrected" time? If as a workaround I enter the correct time minus one hour and thereby see the correct time displayed, will the time displayed be shifted back one hour upon reversion to Daylight Time next spring?
    Is this a known bug or can I take action to fix iPhoto?
    Thanks.
    iPhoto version: 8.1.2 (424)
    OS X version: 10.6.4 (10F569)
    I have my system clock set to synch with time.apple.com, and it was properly set back one hour last night. I have also rebooted my computer since the switch to Standard Time from Daylight Time.

    Try deleting the Delete iPhoto Pref File
    iPhoto preference file, com.apple.iPhoto.plist, that resides in your User/Library/Preferences folder.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding the the Option key. You'll also have to reset the iPhoto's various preferences.
    OT

  • Time is one hour off (tz issue)

    Using Calendar, Date, or System.currentTimeMillis(), the time is one hour early. I am in America/New_York. The root of the problem seems to be that it's not using DST. Printing out the current Calendar says:
    java.util.GregorianCalendar[time=1241705420169,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT-05:00",offset=-18000000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2009,MONTH=4,WEEK_OF_YEAR=19,WEEK_OF_MONTH=2,DAY_OF_MONTH=7,DAY_OF_YEAR=127,DAY_OF_WEEK=5,DAY_OF_WEEK_IN_MONTH=1,AM_PM=0,HOUR=9,HOUR_OF_DAY=9,MINUTE=10,SECOND=20,MILLISECOND=169,ZONE_OFFSET=-18000000,DST_OFFSET=0] tz=sun.util.calendar.ZoneInfo[id="GMT-05:00",offset=-18000000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]
    It's currently 10:10am (2:00am GMT), and the above says it's 9:10am, but it also says "useDaylight=false".
    Being a good hacker, I found the tz updater program, and ran it, and it failed every test.
    root@dkramer-laptop:/dload/tzupdater-1.3.12-2009a# java -jar tzupdater.jar -u -v
    java.home: /usr/lib/jvm/java-6-openjdk/jre
    java.vendor: Sun Microsystems Inc.
    java.version: 1.6.0_0
    JRE time zone data version: tzdata2008e
    Embedded time zone data version: tzdata2009a
    Extracting files... done.
    Renaming directories... done.
    Validating the new time zone data... /data/tzdata2009a.test:509: time zone not found: US/Pacific-New
    /data/tzdata2009a.test:510: time zone not found: US/Pacific-New
    /data/tzdata2009a.test:511: time zone not found: US/Pacific-New
    /data/tzdata2009a.test:4089: test failed: Asia/Gaza
    /data/tzdata2009a.test:4090: test failed: Asia/Gaza
    /data/tzdata2009a.test:4093: test failed: Asia/Gaza
    failed.
    Validation tests failed.\
    Restoring the saved time zone data... done.
    Being a good hacker again, I figured the raw data must be in the JAR file, and I found it there, and replaced the zi directory's content with the content of the zip file. I still have the same problem, though. And I did it in every JVM I have installed, so it can't be pointing at the wrong one.
    Sooo...
    1) Why is the updater failing?
    2) Is there a way to beat Java into submission to use DST?
    Thanks.

    dj_segfault wrote:
    I would be very surprised to find out that time zones were tacked on on to UNIX as an afterthought, given how it was meant to be used in a remote and distributed way.
    According to [this article on Wikipedia|http://en.wikipedia.org/wiki/Zoneinfo] , the zoneinfo system dates back to 1986 or so. [According to Sun (nee Oracle)|http://www.java.com/en/javahistory/timeline.jsp] , Java started several years later.
    Origins of unix either as 1969
    [http://www.bell-labs.com/history/unix/acronyms.html]
    or 1970
    [http://www.bell-labs.com/history/unix/almost.html]
    Thus one would suppose that means that more than 16 years passed between the origins and when the zoneinfo was added.
    Or perhaps you are suggesting that unix didn't exist until 1986?
    In comparison, java has only been around 13 years.
    I understand that Java needs a system-independent way of determining the time zone info, but this isn't a "close enough" kinda situation. Picking the first one it sees is hardly appropriate, especially given [Sun has a whole page on Java and Time Zones|http://java.sun.com/javase/timezones/] and doesn't document this "feature". And now that we have laptops, it's especially important for the user to be able to control what time zone their software thinks they are in.
    You missed my point. It isn't a matter of being OS independent, but rather that the situation is in fact muddled on every OS, thus one must make a best guess effort. I have seen experts in unix, groups of them, befuddled by where a particular unix application was getting its timezone info from.

  • 2011 MBP (10.8.4) freezes exactly one hour after reboot

    Hello,
    I'm having an issue identical to this poster insofar as I can tell, but some test results are different for me. Exactly one hour after rebooting or starting the computer, applications become unresponsive, video stops playing, then a little while later sound stops playing, and the cursor becomes a beachball if interacting with an application. Some windows can still be dragged or brought to the front of the screen for a short time. Eventually everything (except sometimes the cursor) is frozen and the machine never recovers from this state (for at least 15 minutes, I haven't let it go longer).
    Most of the time this is accompanied by a CPU use spike and the fans spinning up, but not always. I have trawled through the system logs and disabled lots of LaunchAgents to no avail, so let me just list a few things I've tried and their result.
    Disabling wifi: no change
    Removing RAM one slot at a time: no difference
    Memtest: clean results, froze after 1 hour anyway
    Apple Hardware test: clean result on extended test, progress *sometimes* halts at the end of the third or fourth pass after the "Main Logic Board" test had finished (during message "Testing in progress... Extended testing in progress").
    System console/system.log shows no distinctive output immediately before freeze, unless I'm doing other things like playing audio or using the internet in which case the wifi interface has activity or CoreAudio turns outputs on, but this is different every time it crashes. I did find that GoogleSoftwareUpdate was implicated in one of the console logs, so I disabled and uninstalled that without effect. I recently started using Time Machine on an external drive, so I disabled that and removed the drive I'd selected from Time Machine preferences - no improvement.
    While watching Activity Monitor during one freeze, I saw that cprefsd (root) had spiked to 260% CPU usage, fseventsd (root) to 128%, and several other processes to 100% (UserEventAgent, cprefsd, iTunes Helper, and apsd (root)). Everything else was at 1%.
    Symptomatically, this appears to be a software issue (not an instant crash, elevated CPU usage, regular timed interval), but I've been unable to isolate the cause. I strongly suspect Time Machine is responsible (fseventsd is linked to it) but having disabled it in System Preferences I'm not sure if it should be eliminated. Alternately I believe this may be symptomatic of logic board, memory controller, or graphics card failure, but am at a loss to explain the regular (non-random, non-usage-dependent) occurrence. I performed the syslog test prescribed by Linc Davis in this thread and found only regular shutdown codes, so that also seems to point to software issues.
    --- last message repeated 9 times ---
    Sep 15 22:18:20 localhost kernel[0] <Debug>: Previous Shutdown Cause: 5
    --- last message repeated 1 time ---
    Sep 15 23:22:24 localhost kernel[0] <Debug>: Previous Shutdown Cause: 0
    Sep 15 23:50:11 Solidspace kernel[0] <Debug>: Previous Shutdown Cause: 0
    Sep 16 00:20:10 localhost kernel[0] <Debug>: Previous Shutdown Cause: 0
    Sep 16 11:29:05 localhost kernel[0] <Debug>: Previous Shutdown Cause: 5
    Sep 16 12:41:26 localhost kernel[0] <Debug>: Previous Shutdown Cause: 0
    --- last message repeated 1 time ---
    Sep 16 14:11:11 localhost kernel[0] <Debug>: Previous Shutdown Cause: 5
    This morning I tried leaving the computer on in Safe Boot mode and the freeze occurred on schedule, with the windows becoming unresponsive at 60 minutes in, and the the beachball appearing as soon as I moved the cursor.
    If I can get a full backup sorted (only essential stuff is cloned right now), I'll try a clean install of OS X from the recovery partition to see if it nixes whatever process is at fault. I have an appointment with the Genius Bar tomorrow evening, but if this is really a software problem then I'm not sure how they can help (except to replace it at cost). Are there any other tests or fixes I can try? What's the likely prognosis?
    Thanks a lot for your help.

    Apple replaced the logic board and the fix and it didn't fix the problem. To their credit, they refunded the repair fee. I ended up tracing the issue to a third-party drive I'd bought from NewEgg, a Crucial M4 SSD, which had a very peculiar firmware bug:
    Correct a condition where an incorrect response to a SMART counter will cause the m4 drive to become unresponsive after 5184 hours of Power-on time. The drive will recover after a power cycle, however, this failure will repeat once per hour after reaching this point.
    I would have probably gotten the update notice had I purchased direct from Crucial (or had it come pre-installed if I'd bought it a month later). If you have a similar issue, check your drive firmware!

  • Time is one hour behind

    I am trying to get the time.value of
    a specified time
    the specified time is in format hh:mm;ss
    When it outputs the result the hour is one hour backward
    for e.g.
    import java.sql.*;
    System.out.println(""+Time.valueOf("03:00:00").getTime());
    It prints
    7200000
    System.out.println(""+Time.valueOf("04:00:00").getTime());
    It prints
    10800000
    I am currently using java version "1.4.1_02"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
    Previosly used an older version of java and didn't encounter this problem.
    Can some shed any ideas why this is happening?

    This "Time" is java.sql.Time, right? Unfortunately it's a subclass of java.util.Date, so internally there must be a date as well as a time component. And I'll bet the default date that gets used in the valueOf() method is one that isn't in daylight saving time -- maybe 1970 January 01 -- and today is (at least where I am it is), so that's where the hour difference comes from.
    Try resetting your system clock to some time in November and see if it still happens.

  • Synching Treo 600 with I Cal alters meeting time by one hour?

    When preforming a synch with I CAL, all meeting times, Flight times etc were moved back one hour! Having now manually corrected the Schedule on the TREO what can I do to prevent this from recurring the next time I synch with Ical? Can I make the Treo Schedule override the now incorrect times on ICAL?

    Hi,
    Time zone issues have always been a pain in the you know what.
    Here is what the guys at Mark/Space gave me a long time ago. Maybe it will work with your situation.
    Ho Boy do I hate those 1 hour off time shift (ST-DT) issues, they are my worst nightmare. Because it is always a case by case solution, never got a single solution to work twice.
    So I will have to give you my check list, so you can go throuth it. The big picture is, making some backups, reset the pram on the Mac. Do the check list, finally do an overwrite of the handheld with the desktop data.
    Here we go.
    Do some backups first by following those simple steps
    1. Go to Address Book, click on 'File' menu and choose 'Back up Address Book'. Go to iCal, click on 'File' menu and choose 'Back up database'.
    2. Go to Missing Sync and double click on the Backup Conduit and set it to backup all databases. Then run the sync with just that Backup conduit selected, disable all other conduits.
    3. Go to: /Users/<user name>/Documents/Palm/Users/<hotsync name>/ now hold the 'ctrl' key and click on the /Backups/ folder. Choose the option to 'Create Archive of "Backups"'. This is to safeguard your backed up data in case anything goes wrong.
    Reset PRAM
    Shut down your computer, as soon as you start your computer press and hold command-option-P-R keys simultaneously until you hear the chime start up sound 3 times. Then let go of the keys.
    Support Reps and Engineers have met over this issue of Time Zones. There are some grey zones that still need to be addressed, either by us, Apple's iCal team or Palm.
    Here is a list of items that you need to verify or correct.
    1) Launch iCal, in the iCal menu go to Preferences, in the toolbar, click "Advanced", make sure that "Turn on time zone support" is unchecked.
    2) On your device, launch you calendar, menu Preferences, uncheck "New events use time zones".
    3) Check for new firmware updates available for your device. http://www.palm.com/us/support/downloads/
    4) Verify your location and time. (Ex: if your location is not listed in the selections you can add it).
    To add your location, tap location, go to "edit list", in the new window tap "add", you will see a list of Cities, go down the list to "Your Location" and add it to the your list.
    5) On your Mac, in the System Preferences, open the Date & Time pane, check your "Time Zone". Make sure that it is the same as your Treo.
    6) On your device, tap on the TimeCopy application use the drop-down menu to select Option and then Preference, you can modify to "Update" at Local time only.
    7) If you are using third-party Calendar applications (such as DateBK 5, Agendus etc.) consult your user documentation or contact the appropriate technical support representative.
    Go to iCal, click on 'File' menu and choose 'Back up database'. Modify the name of the backup so that it won't overwrite the one you did earlier.
    I suggest that you 'Reset Sync History' using the iSync preferences option. The first sync will likely be slower.
    1) Launch iSync
    2) Click on the iSync menu
    3) Choose Preferences (make sure the "Enable syncing on this computer" is checked)
    4) Click the 'Reset Sync History' button. Read and follow the onscreen directions.
    5) This may launch iCal. Also the status of the reset is showing in the iSync display. When the reset is complete quit both iSync and iCal.
    Launch Missing Sync and enable the Mark/Space Contacts, Events and Tasks conduits and set them to Desktop overwrite Handheld. Disable all other conduits.
    Then sync, when you do, you will get a dialog box with an orange iSync icon on it. Check the box to erase the device, then click the 'Allow' button. It will overwrite your device. You will get one for events, one for tasks, and one for contacts. The next time you sync .mac or other devices that sync with iSync like an iPod, you will get these same dialog boxes for their databases and you should check the box and click 'Allow' in those cases as well.
    Good luck...

  • Daylight savings moved all my event ahead one hour

    When Daylight savings kicked in all of my iCal events were bumped ahead 1 hour, is there a fix for this?

    I'm not sure why your appointments would have changed
    Because the time for appointments are relative to GMT. DST changed relative to GMT which never changes. You can force the times to always remain the same by turning on Time Zone Override.
    You have to remember that when put events into a calendar that the time is relative to GMT and your location. Put an event that is a 5:00P EDT and fly to California the time if the event will change to 2:00P PDT. The event is still occurring at the time you specified as it is still 5:00P on the east coast. If you have an event scheduled in California and you enter the event into your calendar while you are in New York you need to put the time for the event as when the event will occur in New York. Then when you arrive in California the time of the event will adjust.
    You can skip all this by turning on Time Zone Override and selecting the time zone you always want to use.
    It sort of makes sense once you get used to it. I fly to Europe a lot from the east coast. When I enter my flight information the times are relative to the time in New York when the event will occur in Europe. I have to make some mental calculations to add six hours to the event time. My calendar now shows the true duration of the event, especially when flying.

  • Changing Appointment STOP Time From One Hour to Half-Hour.

    On my desktop and on my Centro, appointment "stop" times always default to one hour from the "start" time. I would like to change this so the default is to a half-hour interval. However, I cannot find a setting for this, either on my desktop or on the mobile device.
    I'm changing the "stop" time manually for each entry, which is inconvenient. Is there any way to make it automatic?
    -Paul-
    Post relates to: Centro (Sprint)

    Have you tried this procedure to enter an end time?
    Using the keyboard, enter a starting hour and minute for the event. (For example,
    enter 545 for 5:45.)Select the End Time box, and then select the ending hour and minute for the event. 
    Click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/centro/centro_sprint/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Post relates to: Palm i705

  • It says iCal will default events with no end time to one hour..and mine used to..but since I upgraded to Lion it doesn't.  Any suggestions as to how I can get it to default events to one hour?

    My iCal used to default to one hour when I posted an event with a start time and no end time.  The user guide says it will default to one hour.  Since I started using OS Lion, my calendar doesn't do that.  Can anyone suggest a way for me to get the calendar to default to one hour again?  Thanks.

    Dana,
    Here are some iCal data entry tips from iCal Help:
    Enter a name, date, and time duration for the event, and then press Return.
    For example, you can enter “Super Bowl Party Feb 5,” “Movie with Rebecca on Friday at 7pm,” “Soccer Game on Saturday from 11am-1pm,” or “Breakfast with Jon,” and then press Return.
    If you don’t enter a time duration for the event, iCal sets the event’s duration to 1 hour.
    If you don’t enter any time information for the event, iCal makes the event an all-day event.
    If you enter “breakfast” or “morning,” iCal sets the event to start at 9 a.m.
    If you enter “lunch “ or “noon,” iCal sets the event to start at 12 p.m.
    If you enter “dinner” or “night,” iCal sets the event to start at 8 p.m.

  • How to redirect domain controller address to another one without changing IP Helper

    Hi All
    Basically we have been told that our domain controller's address is going to change, we have many switches 200+ that have the current address as the IP Helper address. The topology is basically a core 6509 that goes out to approx 45 distribution switches 3560s that then have multiple access switches hanging off 3560s, 2950s and 2960s. There are also many workstations that have  the domain controllers IP statically assigned.
    My question is is there a way that this server can be decomisioned and replaced with a new one with a different IP without having to change all of the devices IP Helper address static DNS etc. but to just redirect requests for that address to another at a higher level? Like say the core receives requests for the old IP and redirects requests to the new address? We have tried suggesting they keep the same IP for the new server but it's not going to happen.
    thanks

    You can use NAT to do that. Be careful though because that is really a band-aid and not a resolution to the problem.
    http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tsd_technology_support_sub-protocol_home.html

  • Capture time is one  hour off

    My "capture time" as displayed in the right metadata panel is one hour earlier than it actually happened. I date my digital camera photos by date time and Lightroom displays the capture time an hour earlier than the file date time or the capture date time displayed in other tools, for example, Bridge.
    I noticed this from the beginning but it didn't sink in that it's that way for photos from digital cameras as well as these scans I'm trying to get the date correct on.
    Anyone have any idea about what's going on?

    LR is using the EXIF 'Date Time Original' field to sort by Capture Time .
    LR automatically displays Date Time Original minus 1 hour from any Date within a period of Daylight Saving Time.
    It does not change the EXIF metadata within the original file.
    However (and here is the catch...), if you use the Edit Capture Time function it changes the capture time NOT in relation to the Date Time Original value but to the LR (DTO-1) value.
    Thats OK you might think but unlike other metadata changes you make in LR this one gets written straight back to the original image file!
    But LR has a solution - 'Revert Capture Time to Original' - or does it...?
    After Reverting the Capture Time to Original, I discovered that the EXIF Date Time Original value in the image file was now shifted by minus 1 hour.
    Scary bit is I tried this first with JPG and DNG files but then with a Canon CR2 RAW file and got the same result. Just to be certain I looked at the file with a Hex editor and sure enough LR had changed the Date Time Original value by minus 1 hour in the CR2 file without warning.
    I don't know about the rest of you but I do not like this 'feature' at all!!!

  • When syncing time is one hour different

    When I put an event into iCal and then sync it into my iPhone it comes up one hour earlier on the iPhone. Both my computer and iPhone are showing the same time and time zones so why is it syncing differently?

    Is the Set automatically on or off, should be off. that to is in settings, general, date&time.
    Message was edited by: Goshia

  • Applying Domain controller policy to only one DC on a domain

    We want to apply the Microsoft supplied group policy "MSFT Windows Server 2012 R2 Domain controller Baseline" to only 1 out of our 6 Server 2012 R2 Domain controllers. This server is also set-up as an RODC and is in a DMZ
    hence hardening.
    Some of the settings within this policy would seem to be applicable to a domain rather than an individual server (DC), even though they are listed under "Local Policies".
    The following are only some examples, there may be others.......
    Computer Configuration, Policies, Windows Settings, Security Settings, Local Policies/Security Options, Other
    Domain member: Digitally encrypt or sign secure channel data (always)
    Microsoft network server: Digitally sign communications (always)
    Computer Configuration, Policies, Windows Settings, Security Settings, Local Polices/Security Options, Domain Controller
    Domain Controller: LDAP server signing requirements - Require signing
    Computer Configurati......, Local Policies/Security Options, Network Security
    Network Security: Minimum session security for NTLM SSP based (including secure RPC) clients (and Servers) - Require NTLMv2 session security and Require 128-bit encryption
    My question is - If we apply this group policy to one DC only, will it affect any other Domain wide communication e.g. PCs to other DCs, Member servers to other DCs, DCs to DCs etc? I understand that after policy application, the DC may not function
    properly and we will need to test it and potentially relax some of the settings but we cannot afford to risk the rest of the domain from being affected. We are particularly concerned with the forcing of Digitally signing or encypting communications.
    Can anyone help?
    

    If configured incorrectly the policy might disable communication from or to the dc.
    That being said, I think you are pretty safe applying the listed policy items.
    MCP/MCSA/MCTS/MCITP

  • I can increase the record time of one hour on my iphone 4?

    I could not record more than an hour on my Iphone 4 of 16 G.
    The one-hour video occupies 3.5 G. I have 10 G free others so that space is not the problem. Are there any special configuration program or to record longer?
    It can record lower resolution?
    Thanks for your help

    You double posted.
    Open the Video app on the phone, locate the movie, swipe from left to right, hit delete.

Maybe you are looking for