<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MM clock reverted to UTC]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">After a recent reboot (to update MMM-CalendarExt3Agenda and add some more dates to MMM-MyGarbage) I’ve noticed that the clock and agenda modules have reverted to UTC (should be BST right now).</p>
<p dir="auto">A quick look shows the docker container is now running with UTC (although the RPi is correctly on BST):</p>
<pre><code>magicm@magicmirror:~ $ date
Sun  3 May 09:02:24 BST 2026
magicm@magicmirror:~ $ docker exec -it mm bash
node@magicmirror:/opt/magic_mirror$ date
Sun May  3 08:02:36 AM UTC 2026
</code></pre>
<p dir="auto">I’ve not set the timezone (or date format) explicitly for the Docker before.  Has a new release of Docker changed that and, if so, how do I pass that setting through?</p>
<p dir="auto">Many thanks</p>
<p dir="auto">Steve</p>
]]></description><link>https://forum.magicmirror.builders/topic/20237/mm-clock-reverted-to-utc</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 15:47:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20237.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2026 11:59:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MM clock reverted to UTC on Mon, 18 May 2026 13:34:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smegbadger" aria-label="Profile: smegbadger">@<bdi>smegbadger</bdi></a> you would have to load the develop branch of MagicMirror, as we don’t distribute less than the full package…</p>
<p dir="auto">see this link<br />
<a href="https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code">https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code</a></p>
]]></description><link>https://forum.magicmirror.builders/post/131164</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131164</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 18 May 2026 13:34:58 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Wed, 06 May 2026 07:48:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> What’s the procedure to update that module?</p>
]]></description><link>https://forum.magicmirror.builders/post/131069</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131069</guid><dc:creator><![CDATA[smegbadger]]></dc:creator><pubDate>Wed, 06 May 2026 07:48:15 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Tue, 05 May 2026 17:07:15 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smegbadger" aria-label="Profile: smegbadger">@<bdi>smegbadger</bdi></a> <a href="/post/131057">said</a>:</p>
<p dir="auto">Before I could send this another day passed and now they are correct! Docker is still on UTC but the Clock and Agenda are correctly showing times on BST!</p>
</blockquote>
<p dir="auto">Thanks for the feedback. This is expected behavior. If you really need the timezone for other stuff in the container you can set it by adding this in the <code>compose.yaml</code>:</p>
<pre><code class="language-yaml">    environment:
      - TZ=Europe/Berlin
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/131066</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131066</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 05 May 2026 17:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Tue, 05 May 2026 15:31:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smegbadger" aria-label="Profile: smegbadger">@<bdi>smegbadger</bdi></a> Not sure if this would work for you but you can set this in you docker-compose.yml under volumes:<br />
<code>- /etc/timezone:/etc/timezone:ro</code> this should take the timezone from the host.</p>
]]></description><link>https://forum.magicmirror.builders/post/131065</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131065</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Tue, 05 May 2026 15:31:38 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Tue, 05 May 2026 13:15:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smegbadger" aria-label="Profile: smegbadger">@<bdi>smegbadger</bdi></a> yes, we have a fix for that. It’s from the updatenotification module.</p>
]]></description><link>https://forum.magicmirror.builders/post/131060</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131060</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 05 May 2026 13:15:33 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Tue, 05 May 2026 11:21:42 GMT]]></title><description><![CDATA[<p dir="auto">There is a git error in the Docker logs for MMM-CalendarExt3Agenda, though</p>
<pre><code>[2026-05-05 12:14:05.460] [ERROR] [updatenotification] Failed to get git revisions for MMM-CalendarExt3Agenda: Error: Command failed: git rev-list --ancestry-path --count 72816f2..ed664f3  main
fatal: ambiguous argument '72816f2..ed664f3  main': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git &lt;command&gt; [&lt;revision&gt;...] -- [&lt;file&gt;...]'
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/131058</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131058</guid><dc:creator><![CDATA[smegbadger]]></dc:creator><pubDate>Tue, 05 May 2026 11:21:42 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Tue, 05 May 2026 11:19:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a></p>
<p dir="auto">I did a <code>docker compose pull</code> in the <code>opt/mm/run</code> directory and that was successful</p>
<pre><code>magicm@magicmirror:/opt/mm/run $ docker compose pull
[+] Pulling 17/17
 ✔ labwc Pulled                                                                                                    0.9s
 ✔ magicmirror Pulled                                                                                             81.9s
   ✔ 76b7b92b680d Already exists                                                                                   0.0s
   ✔ 5ee1ed488d07 Already exists                                                                                   0.0s
   ✔ 3154f7f9972b Already exists                                                                                   0.0s
   ✔ 73114b557eb0 Already exists                                                                                   0.0s
   ✔ 563f46f75d49 Already exists                                                                                   0.0s
   ✔ ad0a7f3409e8 Already exists                                                                                   0.0s
   ✔ 5a172ff577b3 Already exists                                                                                   0.0s
   ✔ 39715dbbbd4f Already exists                                                                                   0.0s
   ✔ 189de6907d33 Already exists                                                                                   0.0s
   ✔ e8dbedaf8b5d Pull complete                                                                                    0.4s
   ✔ 3c77d19aac28 Pull complete                                                                                    0.5s
   ✔ 8d20b36a9778 Pull complete                                                                                    0.5s
   ✔ 1d705635a0a9 Pull complete                                                                                   51.6s
   ✔ 5c309722c0df Pull complete                                                                                   80.1s
   ✔ 4f4fb700ef54 Pull complete                                                                                   80.2s
</code></pre>
<p dir="auto">but the clock and agenda are still on UTC.  The Docker logs state this early on<br />
<code>[INFO]  ***WARNING*** could not set timezone, please set TZ variable in compose.yaml, see https://khassel.gitlab.io/magicmirror/configuration/#timezone</code></p>
<h1>UPDATE</h1>
<p dir="auto">Before I could send this another day passed and now they are correct! Docker is still on UTC but the Clock and Agenda are correctly showing times on BST!</p>
<pre><code>magicm@magicmirror:~ $ date
Tue  5 May 12:15:21 BST 2026
magicm@magicmirror:~ $ docker exec -it mm bash
node@magicmirror:/opt/magic_mirror$ date
Tue May  5 11:15:28 AM UTC 2026
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/131057</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131057</guid><dc:creator><![CDATA[smegbadger]]></dc:creator><pubDate>Tue, 05 May 2026 11:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to MM clock reverted to UTC on Sun, 03 May 2026 12:12:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smegbadger" aria-label="Profile: smegbadger">@<bdi>smegbadger</bdi></a></p>
<p dir="auto">The external url for getting the TZ doesn’t work anymore, I had to switch to another one. Meanwhile this did not work but I pushed new images some minutes ago which should fix this. So please pull the new image and let me know if it works.</p>
]]></description><link>https://forum.magicmirror.builders/post/131045</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131045</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Sun, 03 May 2026 12:12:20 GMT</pubDate></item></channel></rss>