From 1e6d334c5fb2a5fdde2d454c29c31e3efb15bacc Mon Sep 17 00:00:00 2001 From: darksun Date: Wed, 3 Jan 2018 14:15:53 +0800 Subject: [PATCH] translate done: 20171230 How To Sync Time Between Linux And Windows Dual Boot.md --- ...ime Between Linux And Windows Dual Boot.md | 46 ------------------- ...ime Between Linux And Windows Dual Boot.md | 45 ++++++++++++++++++ 2 files changed, 45 insertions(+), 46 deletions(-) delete mode 100644 sources/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md create mode 100644 translated/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md diff --git a/sources/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md b/sources/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md deleted file mode 100644 index 915c8a3c79..0000000000 --- a/sources/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md +++ /dev/null @@ -1,46 +0,0 @@ -translating by lujun9972 -How To Sync Time Between Linux And Windows Dual Boot -====== -Dual Booting has become very common among people trying out different Linux Distributions while still keeping their windows system. This has become extremely popular since it is so easy to do. However, one big problem with dual booting is the **Time.** - -Yes, you read that right. When you are using only one Operating System your system sync time effortlessly. But when on a dual boot of Windows & Linux, there can be a time sync error. Linux uses GMT while Windows uses your Local time. When you log in to Windows after spending time with Linux or vice versa, there might be incorrect time displayed. - -Worry not, as we have a simple solution for this. - -Just click on the start menu in your windows system and search for regedit. - -[![open regedit in windows 10][1]][1] - -Click on Enter, Now you will see a screen like the one below. This is the registry editor. - -[![windows 10 registry editor][2]][2] - -From the navigation menu on the left side, Navigate to - - - **`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation`** - -On the right side of the window, Right click on any empty space and select **`New>> DWORD(32 bit) Value`**. - -[![change time format utc from windows registry][3]][3] - -After you have done that, the new entry you created will be highlighted by default. Rename it to `**RealTimeIsUniversal**` and give it a value of **1.** - -[![set universal time utc in windows][4]][4] - -We are done with all configurations and next time you reboot, you will not have the time sync problem. - --------------------------------------------------------------------------------- - -via: http://www.theitstuff.com/how-to-sync-time-between-linux-and-windows-dual-boot-2 - -作者:[Rishabh Kandari][a] -译者:[lujun9972](https://github.com/lujun9972) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]:http://www.theitstuff.com -[1]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime1-e1512732558530.jpg -[2]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime2.jpg -[3]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime3.jpg -[4]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime4.jpg diff --git a/translated/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md b/translated/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md new file mode 100644 index 0000000000..2738213365 --- /dev/null +++ b/translated/tech/20171230 How To Sync Time Between Linux And Windows Dual Boot.md @@ -0,0 +1,45 @@ +解决 Linux 和 Windows 双启动带来的时间同步问题 +====== +想在保留 windows 系统的前提下尝试其他 Linux 发行版,双启动是个常用的做法。这种方法如此风行是因为实现双启动是一件很容易的事情。然而这也带来了一个大问题,那就是 **时间**。 + +是的,你没有看错。若你只是用一个操作系统,时间同步不会有什么问题。但若有 Windows 和 Linux 两个系统,则可能出现时间同步上的问题。Linux 使用的是格林威治时间而 Windows 使用的是本地时间。当你从 Linux 切换到 Windows 或者从 Windows 切换到 Linux 时,就可能显示错误的时间了。 + +不过不要担心,这个问题很好解决。 + +点击 windows 系统中的开始菜单,然后搜索 regedit。 + +[![open regedit in windows 10][1]][1] + +点击打开,然后你会看到类型下面的内容。这就是注册表编辑器。 + +[![windows 10 registry editor][2]][2] + +在左边的导航菜单,导航到 - + + **`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation`** + +在右边窗口,右键点击空白位置,然后选择 **`New>> DWORD(32 bit) Value`**。 + +[![change time format utc from windows registry][3]][3] + +之后,会有新生成一个条目,而且这个条目默认是高亮的。将这个条目重命名为 `**RealTimeIsUniversal**` 并设置值为 **1。** + +[![set universal time utc in windows][4]][4] + +所有的配置就完成了,下次重启,就不会再有时间同步问题了。 + +-------------------------------------------------------------------------------- + +via: http://www.theitstuff.com/how-to-sync-time-between-linux-and-windows-dual-boot-2 + +作者:[Rishabh Kandari][a] +译者:[lujun9972](https://github.com/lujun9972) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]:http://www.theitstuff.com +[1]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime1-e1512732558530.jpg +[2]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime2.jpg +[3]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime3.jpg +[4]:http://www.theitstuff.com/wp-content/uploads/2017/12/syncdualbootime4.jpg