• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Fix Time Differences Between Ubuntu 16.04 and Windows 10 (Dual Boot)

Fix Time Differences Between Ubuntu 16.04 and Windows 10 (Dual Boot)

By Sourabh / May 31, 2016 Category: How To, Ubuntu

Dual Boot Windows and Ubuntu – Fix time differences between Ubuntu and Windows. How to fix time differences in Ubuntu 16.04 and Windows 10. For a dual boot system, the clock time is off and causes time differences after each system reboot.

The problem arises because, Ubuntu System maintains the clock in universal time (UTC) and Windows System maintains the clock in local time. To fix the time differences, either:

  • Disable UTC and use Local Time in Ubuntu
  • Make MicroSoft Windows uses UTC

Disable UTC and use Local Time in Ubuntu:

ubuntu-date-time

Run the following commands in Terminal to disable UTC and use Local Time in Ubuntu 16.04:
timedatectl set-local-rtc 1 --adjust-system-clock
Now run the command given below to verify/check if Ubuntu system uses Local time:
timedatectl

Warning: The system is configured to read the RTC time in the local time zone. This mode can not be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling ‘timedatectl set-local-rtc 0’.

For older Ubuntu versions (older than Ubuntu 16.04), to disable UTC and ise Local Time, you will need to edit the /etc/default/rcS file and replace UTC=yes with UTC=no.

You can do this manually or using commands. Either open the /etc/default/rcS file in text editor and manually edit the entries or run the command given below to do this automatically:
sudo sed -i 's/UTC=yes/UTC=no/' /etc/default/rcS

Please restart the system once the above command in executed.

Undo changes

To enable UTC and not use Local Time in Ubuntu anymore, run the command given below:
timedatectl set-local-rtc 0

For older Ubuntu versions (older than Ubuntu 16.04), you will have to do it by modifying the entries in the /etc/default/rcS file. Which means, you will have to replace UTC=no with UTC=yes. Similar to above you can do it manually or by running the command given below:
sudo sed -i 's/UTC=no/UTC=yes/' /etc/default/rcS

Please restart the system once the above command in executed.

Tags: Disable UTC and use Local Time in Ubuntu, Dual Boot Fix Time Differences Between, Dual Boot Ubuntu Windows Fix Time Differences Between, Dual Boot Windows Ubuntu Fix Time Differences Between, Fix Time Differences Between Ubuntu, Fix Time Differences Between Ubuntu 16.04, Fix Time Differences Between Ubuntu Windows, Fix Time Differences Between Windows Ubuntu, M, Ubuntu 16.04 Fix Time Differences Between, Ubuntu Fix Time Differences Between, Ubuntu Windows Fix Time Differences Between, Windows Ubuntu Fix Time Differences Between

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap