Windows 10: Incorrect time zone on domain computers

Discus and support Incorrect time zone on domain computers in Windows 10 Customization to solve the problem; I have a customized Windows 10 image and associated answer file loaded into my Server 2012 R2 WDS. In the past my clients got set to our correct time... Discussion in 'Windows 10 Customization' started by gregovsky, Mar 28, 2019.

  1. gregovsky Win User

    Incorrect time zone on domain computers


    I have a customized Windows 10 image and associated answer file loaded into my Server 2012 R2 WDS. In the past my clients got set to our correct time zone "Mountain Standard Time", exactly how it is in my answer file. I remember spot checking a few deployed PC's about two years ago and they were indeed set to that time zone. Now however, they are all set to UTC -12 "International Date Line West". I have no idea what that even means, and the Windows time is correct on our systems, but Google Chrome is detecting system time as one hour earlier. I'm still baffled though as to why our system time zones are set to International Date Line West. Was there some Windows update that caused this? How do I get our systems back to Mountain Standard Time?


    Here is my answer file:


    <?xml version="1.0" encoding="utf-8"?>

    <unattend xmlns="urn:schemas-microsoft-com:unattend">

    <settings pass="windowsPE">

    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <SetupUILanguage>

    <UILanguage>en-us</UILanguage>

    </SetupUILanguage>

    <InputLocale>en-us</InputLocale>

    <SystemLocale>en-us</SystemLocale>

    <UILanguage>en-us</UILanguage>

    <UILanguageFallback>en-us</UILanguageFallback>

    <UserLocale>en-us</UserLocale>

    </component>

    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <DiskConfiguration>

    <Disk wcm:action="add">

    <CreatePartitions>

    <CreatePartition wcm:action="add">

    <Extend>true</Extend>

    <Order>1</Order>

    <Type>Primary</Type>

    </CreatePartition>

    </CreatePartitions>

    <ModifyPartitions>

    <ModifyPartition wcm:action="add">

    <Active>true</Active>

    <Format>NTFS</Format>

    <Label>SYSTEM</Label>

    <Letter>C</Letter>

    <Order>1</Order>

    <PartitionID>1</PartitionID>

    </ModifyPartition>

    </ModifyPartitions>

    <DiskID>0</DiskID>

    </Disk>

    </DiskConfiguration>

    <WindowsDeploymentServices>

    <ImageSelection>

    <InstallImage>

    <Filename>DJC-ADMIN-TMPLT_BUILD-02_REV-07.WIM</Filename>

    <ImageGroup>ImageGroup1</ImageGroup>

    <ImageName>DJC Admin Template</ImageName>

    </InstallImage>

    <InstallTo>

    <DiskID>0</DiskID>

    <PartitionID>1</PartitionID>

    </InstallTo>

    </ImageSelection>

    </WindowsDeploymentServices>

    </component>

    </settings>

    <settings pass="specialize">

    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <CopyProfile>true</CopyProfile>

    <ProductKey>removed</ProductKey>

    <TimeZone>Mountain Standard Time</TimeZone>

    <ShowWindowsLive>false</ShowWindowsLive>

    </component>

    <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <RunAsynchronous>

    <RunAsynchronousCommand wcm:action="add">

    <Order>1</Order>

    <Path>net user administrator /active:yes</Path>

    </RunAsynchronousCommand>

    </RunAsynchronous>

    </component>

    <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <Identification>

    <UnsecureJoin>true</UnsecureJoin>

    <JoinDomain>idjc</JoinDomain>

    </Identification>

    </component>

    </settings>

    <settings pass="oobeSystem">

    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <InputLocale>en-us</InputLocale>

    <SystemLocale>en-us</SystemLocale>

    <UILanguage>en-us</UILanguage>

    <UserLocale>en-us</UserLocale>

    </component>

    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <OOBE>

    <HideEULAPage>true</HideEULAPage>

    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

    <NetworkLocation>Work</NetworkLocation>

    <ProtectYourPC>3</ProtectYourPC>

    <SkipMachineOOBE>true</SkipMachineOOBE>

    <SkipUserOOBE>true</SkipUserOOBE>

    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>

    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>

    <HideLocalAccountScreen>true</HideLocalAccountScreen>

    </OOBE>

    <UserAccounts>

    <AdministratorPassword>

    <Value>removed</Value>

    <PlainText>false</PlainText>

    </AdministratorPassword>

    <LocalAccounts>

    <LocalAccount wcm:action="add">

    <Password>

    <Value>removed</Value>

    <PlainText>false</PlainText>

    </Password>

    <DisplayName>Administrator</DisplayName>

    <Group>Administrators</Group>

    <Name>Administrator</Name>

    </LocalAccount>

    </LocalAccounts>

    <DomainAccounts>

    <DomainAccountList wcm:action="add">

    <Domain>idjc</Domain>

    </DomainAccountList>

    </DomainAccounts>

    </UserAccounts>

    <RegisteredOrganization>IDJC</RegisteredOrganization>

    <RegisteredOwner>IDJC</RegisteredOwner>

    <ShowPowerButtonOnStartScreen>false</ShowPowerButtonOnStartScreen>

    <TimeZone>Mountain Standard Time</TimeZone>

    </component>

    </settings>

    <cpiIncorrect time zone on domain computers :eek:fflineImage cpi:source="wim:c:/users/gregovski/downloads/install.wim#Windows 10 Education VL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>

    :)
     
    gregovsky, Mar 28, 2019
    #1

  2. my computer periodically resets its time to a the wrong time zone, always the same

    Hi Richard,

    The challenge that you are experiencing with your computer's time zone settings can occur due to several reasons, such as, incorrect time and time zone settings, corrupted system files, etc. To better assist you, kindly answer the following questions:

    • What's the make and model of your computer?
    • What are the exact troubleshooting steps that you've taken so far? This is for us to avoid providing the same steps.

    We look forward to your response.
     
    Joshua Her1, Mar 28, 2019
    #2
  3. Mark_W. Win User
    Time Zones are incorrect

    Hello Scott:



    Thank you for posting your time zone experience to the forum. When you have the date + time set to automatic, the date and time become tied to information being pulled from your carrier. If the time zone is changing incorrectly this is something you will
    want to contact the mobile operator about.



    Outside of this being an issue with the information sent from local cell towers, you can try a couple things on the phone.

    • Toggle your cellular connection. Go to settings > cellular/mobile > turn it OFF > back out of settings > reenter cellular settings > turn ON.
    • If the issue continues, try performing a soft reset of the phone. The best way to do this is to remove the battery for about 2 minutes and then replace the battery and power the phone on.
    If this is something that is a regular inconvenience, we suggest you turn off the automatic time + date and set the phone to manual. Once you go to settings > date + time > OFF > you will be able to manually set the time, date and time zone.



    Please let us know if you have any other questions or concerns.



    Mark W.
     
    Mark_W., Mar 28, 2019
    #3
  4. Incorrect time zone on domain computers

    Taipei Time Zone Incorrect

    Hi,

    Thank you for posting your query on Microsoft Community. Let me assist you.

    I understand the time zone on your Windows 10 computer is set incorrectly. This might be due to synchronization in the Time settings. Click on the time display in the Notification area
    > Change date and time settings > Time Zone. Ensure that both

    Time and time zone sliders are ON.

    If the settings are On and you still face the issue, I suggest you to reset the Time service and check if helps.

    Steps:-

    1. Press Windows key + R and type
    services.msc.

    2. Check for the Windows Time service and select Windows time service.

    3. On the left panel, check if the service is start or not.

    4. If service is not started then start the service, by clicking on the
    Start option.

    5. If the service is started the restart the service by clicking on
    Restart option.

    Hope this information is helpful. Please do let us know if you need further assistance, we’ll be glad to assist you.
     
    Pawan Dhondiyal, Mar 28, 2019
    #4
Thema:

Incorrect time zone on domain computers

Loading...
  1. Incorrect time zone on domain computers - Similar Threads - Incorrect zone domain

  2. Time Zone incorrect when on a certain wifi network

    in Windows 10 Gaming
    Time Zone incorrect when on a certain wifi network: My Windows 10 laptop consistently sets itself to Eastern time I am in Mountain time--this ONLY happens when connected to one certain wifi network. Six other devices on that same wifi network do NOT have this problem....
  3. Time Zone incorrect when on a certain wifi network

    in Windows 10 Customization
    Time Zone incorrect when on a certain wifi network: My Windows 10 laptop consistently sets itself to Eastern time I am in Mountain time--this ONLY happens when connected to one certain wifi network. Six other devices on that same wifi network do NOT have this problem....
  4. Date & Time defaulting to incorrect time zone

    in Windows 10 Gaming
    Date & Time defaulting to incorrect time zone: My date & time always sets itself to pacific despite the fact that I have "set time zone automatically" disabled and am in the eastern time zone, although it was also doing this when I was in the central time zone. I cannot even turn on "set time automatically" because this...
  5. Date & Time defaulting to incorrect time zone

    in Windows 10 Software and Apps
    Date & Time defaulting to incorrect time zone: My date & time always sets itself to pacific despite the fact that I have "set time zone automatically" disabled and am in the eastern time zone, although it was also doing this when I was in the central time zone. I cannot even turn on "set time automatically" because this...
  6. Date & Time defaulting to incorrect time zone

    in Windows 10 Customization
    Date & Time defaulting to incorrect time zone: My date & time always sets itself to pacific despite the fact that I have "set time zone automatically" disabled and am in the eastern time zone, although it was also doing this when I was in the central time zone. I cannot even turn on "set time automatically" because this...
  7. Time zone is incorrect and unable to change

    in Windows 10 Gaming
    Time zone is incorrect and unable to change: I visited another country several months ago, during which my computer was set to the country's time zone. When I came back, my clock remained in the country's time, which was not a huge issue then. However, I have been unable to change the time zone. The section in the date...
  8. Time zone is incorrect and unable to change

    in Windows 10 Software and Apps
    Time zone is incorrect and unable to change: I visited another country several months ago, during which my computer was set to the country's time zone. When I came back, my clock remained in the country's time, which was not a huge issue then. However, I have been unable to change the time zone. The section in the date...
  9. Incorrect time zone

    in Windows 10 Ask Insider
    Incorrect time zone: I just did a clean installation of Windows 10 and in the install, I chose for 'Country or region' set to"Netherlands", and 'Regional format' to "Dutch (Netherlands)". This is still the case looking in the settings, but at 'Date & time' my timezone options are only of UTC 'US...
  10. Incorrect time zone

    in Windows 10 Installation and Upgrade
    Incorrect time zone: I just did a clean installation of Windows 10 and in the install, I chose for 'Country or region' set to"Netherlands", and 'Regional format' to "Dutch Netherlands". This is still the case looking in the settings, but at 'Date & time' my timezone options are only of UTC 'US &...

Users found this page by searching for:

  1. time zone incorrect on domain computers

    ,
  2. domain pc wrong timezone

    ,
  3. domain connect pc wrong time zone