Prior to 1972, this time was called Greenwich Mean Time (GMT) but is now referred to as Coordinated Universal Time or Universal Time Coordinated (UTC). In openSUSE, UTC time will be selected by default if Windows is not detected. Normally, a Linux only, not a dual boot installation, should use UTC time. However, if you really do dual boot between openSUSE and Windows, then using UTC time will not work properly as Windows does not seem to handle this setting. This can cause a fight for your digital clock on each swap between the two Operating Systems.
Simple way to fix this issue.
Open terminal
-----------------------------------------------------------------------------------------------------------
1) For a UTC Setting Do this (recommended for users that don't dual boot with Windows):
Code:
su - echo -e "0.0 0 0.0\n0\nUTC" > /etc/adjtime
Code:
su - echo -e "0.0 0 0.0\n0\nLOCAL" > /etc/adjtime
No comments:
Post a Comment