Hey Guys! I got a PC running Deepin OS and Windows 10 on different Hard Drives but every time I boot on Deepin next time I use Windows it shows wrong system hour, I have to change it manually. Any idea why is this happening?
Reply Like 0 Favorite View the author
All Replies
182******97
deepin
2017-01-15 16:10
#1
THE SAME TO YOU,NOT ONLY DEEPIN OS,ALL THE LINUX IS THE SAME .WE CAN SET THE UTC.
Reply Like 0 View the author
182******97
deepin
2017-01-15 16:16
#2
本帖最后由 wonchong 于 2017-1-15 08:18 编辑
You can download a software to keep the windows system time synchronize with the Internet when windows starts.
Reply Like 0 View the author
stevex
deepin
2017-01-15 17:12
#3
Edited by stevex at 2017-1-15 10:12
Hi. I had exact same problem. I solved it by using a small download fix that someone on this forum provided in a post. Problem is that I cannot remember where this post is located.. This was posted about a year ago, so if I find it I'll let you know, for it works perfectly for your problem. It's called "Time". Here is a link to solution: http://www.linuxandubuntu.com/home/how-to-fix-time-difference-between-ubuntu-and-windows
Reply Like 0 View the author
132******13
deepin
2017-01-15 18:00
#4
Maybe it's beacuse Deepin uses UTC as defult but Windows uses localtime instead. Change either one should work.
For example execute
sudo hwclock --systohc --localtime
Copy the Code
in Deepin will change the time setting from UTC to localtime, and then manually correct the time. If both OS use the same setting, the problem should not exist any longer.
Reply Like 0 View the author
左心房的痛
deepin
2017-01-15 18:02
#5
sudo hwclock --systohc --localtime
Copy the Code
Reply Like 0 View the author
fyzz
deepin
2017-01-16 05:08
#6
sudo hwclock --systohc --localtime
用这个命令在终端试试。
Reply Like 0 View the author
savanweylyn
deepin
2017-01-18 01:25
#7
Either the sudo hwclock --systohc --localtime under Deepin (as recommended above) or a registry „hack” under Windows will solve the problem. To make Windows use UTC Just follow these steps:
Open regedit.
Navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
Right-click in the white area and select New --> DWORD (32-bit Value)
time.reg (148 Bytes, Downloads: 1659)
2016-2-17 16:05 Upload Click on the file to download the attachment
, And then double-click Run, select the import registry, restart can be resolved.