この時刻のズレはDualBootで生じる現象。標準時に対して9時間。
- Linux側とWindows側で対策する方法がある。
- MACとWindowsの場合でも生じる。
追加レジストリ部分:参考までに
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:fffffde4
"DaylightBias"=dword:ffffffc4
"DaylightName"="@tzres.dll,-631"
"DaylightStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"StandardBias"=dword:00000000
"StandardName"="@tzres.dll,-632"
"StandardStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"TimeZoneKeyName"="Tokyo Standard Time"
"DynamicDaylightTimeDisabled"=dword:00000000
"ActiveTimeBias"=dword:fffffde4
"RealTimeIsUniversal"=dword:00000001
青字が追加レジストリです。
以下必読の上実施してください。手抜き。[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"Bias"=dword:fffffde4
"DaylightBias"=dword:ffffffc4
"DaylightName"="@tzres.dll,-631"
"DaylightStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"StandardBias"=dword:00000000
"StandardName"="@tzres.dll,-632"
"StandardStart"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"TimeZoneKeyName"="Tokyo Standard Time"
"DynamicDaylightTimeDisabled"=dword:00000000
"ActiveTimeBias"=dword:fffffde4
"RealTimeIsUniversal"=dword:00000001
青字が追加レジストリです。
http://askubuntu.com/questions/169376/clock-time-is-off-on-dual-boot
http://www.techgainer.com/fix-windows-showing-wrong-time-in-linux-windows-dual-boot-system/
http://lifehacker.com/5742148/fix-windows-clock-issues-when-dual-booting-with-os-x
提供組織 | アドレス |
---|---|
独立行政法人 情報通信研究機構(NICT) | ntp.nict.jp |
インターネットマルチフィード(MFEED) | ntp.jst.mfeed.ad.jp |
国立天文台 | s2csntp.miz.nao.ac.jp |
Ring Server Project | ntp.ring.gr.jp |
NTP POOL PROJECT | jp.pool.ntp.org |
手動コマンドによる時間合わせはこのページを参照してください。
ubuntu系は以下を発行.CTRL+ALT+T で端末/ターミナルを開く。
sudo ntpdate -v ntp.nict.jp
みたいに使います。