Deepin OS keeps changing Windows System Hour
Tofloor
poster avatar
thunder_bolt
deepin
2017-01-15 15:26
Author
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 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 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 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 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
  1. 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 View the author
左心房的痛
deepin
2017-01-15 18:02
#5
  1. sudo hwclock --systohc --localtime
Copy the Code
Reply View the author
fyzz
deepin
2017-01-16 05:08
#6
sudo hwclock --systohc --localtime
用这个命令在终端试试。
Reply 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)
  • Name the key RealTimeIsUniversal.
  • Double-click on it and set its value to 1.
This works for Windows 7 and above.
Reply View the author
Feelup
deepin
2017-01-18 05:48
#8
我认为你可能是在使用deepin时访问了Windwos分区导致的,你可以考虑关闭Windwos 10的快速启动功能,这样以后就ok啦
Reply View the author
myTTYY
deepin
2017-01-18 09:31
#9
Reply View the author
stevex
deepin
2017-01-23 18:10
#10
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.
Reply View the author