日志收集工具中开关机事件boot时间问题
Tofloor
poster avatar
满阶砌
deepin
2020-08-25 04:49
Author
用日志收集工具查看开关机事件发现一个小问题,如图

Reply Favorite View the author
All Replies
avatar
满阶砌
deepin
2020-08-25 05:19
#1
补充一下,双系统,时间方面没有做操作,两系统均正常。
Reply View the author
avatar
不做伸手党
deepin
2020-08-25 23:41
#2
双系统windows下需要一点小改动,管理员权限打开你的cmd64位系统输入reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_QWORD /f
32位系统输入reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
然后关机启动到deepin打开终端依次输入
sudo timedatectl set-ntp true
sudo timedatectl set-timezone Asia/Shanghai
sudo hwclock --systohc

手机回复没排版讲究着看吧
Reply View the author
avatar
满阶砌
deepin
2020-08-26 04:24
#3
asimpleuser 发表于 2020-8-25 15:41
双系统windows下需要一点小改动,管理员权限打开你的cmd64位系统输入reg add "HKEY_LOCAL_MACHINE\System\C ...

今天发的版本自动解决了
Reply View the author