<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=8072&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / How to set system time?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8072</link>
		<description><![CDATA[The most recent posts in How to set system time?.]]></description>
		<lastBuildDate>Thu, 09 Jul 2026 11:59:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64662#p64662</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Current default time zone: &#039;Europe/Rome&#039;<br />Local time is now:&#160; &#160; &#160; Thu Jul&#160; 9 13:45:59 CEST 2026.<br />Universal Time is now:&#160; Thu Jul&#160; 9 11:45:59 UTC 2026.<br />Run &#039;dpkg-reconfigure tzdata&#039; if you wish to change it.</p></div></blockquote></div><p>think the .reg file trick shared by Mr. RedGreen925 is very helpful;<br />it functioned on 1 computer that i use here quite reliably; however, it takes the windows machine about a half or minute or so to adjust; but otherwise it seem to function; but probably, it needs an internet connection to function.</p><p>where i live the UTC &quot;universal&quot; time seem not so much off, so i am not at odds with it;<br />very mjuch more so with the &quot;current local time&quot; <del>which is affront, </del>so calld &quot;DST&quot; &quot;ora legale&quot; &quot;Sommerzeit&quot; etc ~</p><p>basically in small room can get 3 different times depending on where i watch ~</p><p>TV gives me like&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;07.39 (UTC)<br />my smartwatch on wrist&#160; &#160; &#160; &#160; 08.39 (local-time) &gt; since have the wrist-watch not synced for along time.<br />radio-clock in kitchen-space 09-39 (local-&quot;summer&quot;-time) &gt; the stupid does &quot;align&quot; itself via radio probably</p><p>the local-time is most true to the sun since it probaly 15min ahead of loca-tun-time~<br />and UTC is probably 45min behind suntime ~<br />whereas the &quot;summer-time&quot; &quot;day-light-saving-time&quot; if full 75minutes &quot;ahead&quot; of sun <del>and a real bummer so doing my best to ignore it ~ but since it is ~ &quot;legal&quot; time, well, not fully to ignore, but thats for another topi</del>c.</p><p>it would be nice to set the time in BIOS, and that could be it.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 09 Jul 2026 11:59:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64662#p64662</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64586#p64586</link>
			<description><![CDATA[<p>These days I set my motherboard to UTC, and use the world clock to set my time.</p><p>But when I used to struggle with it, the time changing from boot to boot, I used hwclock to make the system time hardware time and visa-vis.</p><div class="codebox"><pre><code>Set the Hardware Clock to the current System Time.

# hwclock --systohc

Set the System Time from the Hardware Clock.

# hwclock --hctosys

# hwclock --set --date=&quot;8:20:05&quot;</code></pre></div><p> Check out hwclock --help for more info.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 07 Jul 2026 02:51:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64586#p64586</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64550#p64550</link>
			<description><![CDATA[<p>my laptop&#039;s battery and BIOS battery both died. <br />I have to set date/time after every boot manually. i done it via &#039;date -s ...&#039;<br />i do it manually because i dont want internet connected services set it automatically. eh my taste.</p><p>when date/time is wrong most sites refuses my connection attemps.</p>]]></description>
			<author><![CDATA[dummy@example.com (wert)]]></author>
			<pubDate>Sun, 05 Jul 2026 17:40:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64550#p64550</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64533#p64533</link>
			<description><![CDATA[<p>The kernel will set the hwclock itself if a time-keeper is running successfully.</p><p>All you needed to do was install ntpsec.</p><p>ntpsec-ntpdate is for single-shot use: that was wrong advice.</p><p>Yes, chrony will also work, but you don&#039;t need to switch software family to get this behaviour.</p>]]></description>
			<author><![CDATA[dummy@example.com (abower)]]></author>
			<pubDate>Sun, 05 Jul 2026 01:15:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64533#p64533</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64529#p64529</link>
			<description><![CDATA[<p>To maintain accuracy of your system&#039;s clock you can use &quot;chrony&quot;. It will enable also a dedicated service.</p><p>If you run only Devuan is enough to install the &quot;chrony&quot; package.</p><p>If you are dual-boot with Windows it&#039;s recommended to have both system set to UTC time. Windows does not use UTC by default, and if you are dual-booting, this will conflict with Devuan.&#160; That&#039;s why the installer will see that you have Windows installed and will set the time as Windows to local time.<br />To&#160; make the system time to UTC in Windows just download and run the registry file that RedGreen925 suggested.<br />In Devuan do this:</p><p>Check if the system time is set to UTC or not:<br /><span class="bbc">$ cat /etc/adjtime</span></p><p>Marks the hardware clock standard as UTC in Devuan and verify<br /><span class="bbc">$ sudo hwclock --systohc --utc<br />$ cat /etc/adjtime<br /></span></p><p>Force chrony to&#160; re-sync:<br /><span class="bbc">sudo chronyc makestep</span></p>]]></description>
			<author><![CDATA[dummy@example.com (ovi)]]></author>
			<pubDate>Sat, 04 Jul 2026 21:37:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64529#p64529</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64502#p64502</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I does indirectly. When I shut down my PC the HW clock is updated.</p></div></blockquote></div><p>In SYSVINIT this is done by <strong>/etc/init.d/hwclock.sh</strong> for example. But it works independent of what your systemtime was set.<br />It does it&#039;s job too, if there is no NTP or if you&#039;ve changed your systemtime manually.</p><div class="quotebox"><blockquote><div><p>I am pretty sure any device supporting a clock has a RTC on board.</p></div></blockquote></div><p>For example, Raspberry, at least up to models 4 (didn&#039;t know about 5) doesn&#039;t have a RTC. (&quot;fake-hwclock&quot; here is not the same)</p><p>But independent from all said before, you can go the way &quot;vice versa&quot; and set some type of hardware-vlock (for example DCF77, GPS or what ever) as source for NTP.</p><p>Greetings, FM81</p>]]></description>
			<author><![CDATA[dummy@example.com (FM81)]]></author>
			<pubDate>Fri, 03 Jul 2026 12:12:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64502#p64502</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64501#p64501</link>
			<description><![CDATA[<div class="quotebox"><cite>FM81 wrote:</cite><blockquote><div><p>As fas as I know it doesn&#039;t. (And I&#039;m not sure, if this was changed with ntpsec?)</p></div></blockquote></div><p>I does indirectly. When I shut down my PC the HW clock is updated. ntp and ntpsec are the same. </p><div class="quotebox"><cite>FM81 wrote:</cite><blockquote><div><p>If NTP would be depending on the HW-clock, how should it work with devices (e.g. singleborad-computers) without any such?</p></div></blockquote></div><p> I am pretty sure any device supporting a clock has a RTC on board.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 03 Jul 2026 11:21:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64501#p64501</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64500#p64500</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>would have to guess, but apparently i am able to mess up the time every other time i boot into windows and back , or so ~</p><p>there have been kind peopel on this forum who told me how to fix&#160; time with windows tricks ]</p><p>but those have tricks not lasted that long also use several computer , and what function on one, seem not always stable on another. . it has probably to do aswell with the computers itself; and maybe also language, regional settings may interfere?</p><p>maybe some day we can get to to the bottom of it.</p></div></blockquote></div><p>It has to do with windows always setting the system clock to local time. Most Linux installs default to Universal Time, the UTC method o doing it. A .reg file download to make the required change.</p><p><a href="https://www.howtogeek.com/wp-content/uploads/2017/08/Make-Windows-Use-UTC-Time.zip" rel="nofollow">https://www.howtogeek.com/wp-content/up … C-Time.zip</a></p><p>From this page.</p><p><a href="https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/" rel="nofollow">https://www.howtogeek.com/323390/how-to … l-booting/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Fri, 03 Jul 2026 05:49:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64500#p64500</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64499#p64499</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>ntp sets the HW clock.</p></div></blockquote></div><p>As fas as I know it doesn&#039;t. (And I&#039;m not sure, if this was changed with ntpsec?)<br />NTP sets the systemtime only ...</p><p>If NTP would be depending on the HW-clock, how should it work with devices (e.g. singleborad-computers) without any such?</p><p>Best Regards, FM81</p>]]></description>
			<author><![CDATA[dummy@example.com (FM81)]]></author>
			<pubDate>Fri, 03 Jul 2026 04:20:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64499#p64499</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64495#p64495</link>
			<description><![CDATA[<div class="quotebox"><cite>safari wrote:</cite><blockquote><div><p>Do you know if that sets OS time only, or hardware time too?</p></div></blockquote></div><p>ntp sets the HW clock. The rest is job of the operating system. </p><p>In Linux its standard to set the HW re. the bios clock to UTC. During installation you configure your location and timezone, and the OS then generates the local time from that.</p><p>Windows per default is running on local time, i.e. the bios clock is set to local time. This creates 2h time shifts on a Linux/Windows dual boot system. The best fix is to set Windows to UTC.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 02 Jul 2026 19:27:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64495#p64495</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64492#p64492</link>
			<description><![CDATA[<p>i think the confusion stems also from the fact that during installation i set &quot;language: englsish&quot;</p><p>but i live somehwere else, and i am however constrained to select a region that has &quot;english mapping&quot; and hence everything goes tupsy turvy;</p><p>this is probably a limitating on the lclassic debian-inux installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 02 Jul 2026 18:00:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64492#p64492</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64488#p64488</link>
			<description><![CDATA[<p>would have to guess, but apparently i am able to mess up the time every other time i boot into windows and back , or so ~</p><p>there have been kind peopel on this forum who told me how to fix&#160; time with windows tricks ]</p><p>but those have tricks not lasted that long also use several computer , and what function on one, seem not always stable on another. . it has probably to do aswell with the computers itself; and maybe also language, regional settings may interfere?</p><p>maybe some day we can get to to the bottom of it.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 02 Jul 2026 15:15:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64488#p64488</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64486#p64486</link>
			<description><![CDATA[<p>Thanks, that worked. Do you know if that sets OS time only, or hardware time too?</p>]]></description>
			<author><![CDATA[dummy@example.com (safari)]]></author>
			<pubDate>Thu, 02 Jul 2026 14:54:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64486#p64486</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64485#p64485</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>sudo apt install ntpsec-ntpdate</p></div></blockquote></div><p>is valid for devuan 6.0</p><div class="codebox"><pre><code>sudo ntpdate-debian</code></pre></div><div class="codebox"><pre><code>2026-07-02 16:39:31.356971 (+0200) +0.170255 +/- 0.010254 0.debian.pool.ntp.org 37.247.53.178 s2 no-leap</code></pre></div><p>but with dual-boot windows + linux there is still woes, at least on computers that i use.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 02 Jul 2026 14:42:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64485#p64485</guid>
		</item>
		<item>
			<title><![CDATA[How to set system time?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64484#p64484</link>
			<description><![CDATA[<p>My system time is out. How do I fix that? hwclock, timedatectl, and ntp aren&#039;t available.</p>]]></description>
			<author><![CDATA[dummy@example.com (safari)]]></author>
			<pubDate>Thu, 02 Jul 2026 14:32:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64484#p64484</guid>
		</item>
	</channel>
</rss>
