<?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[Mastodon App Timezone]]></title><description><![CDATA[<p dir="auto">When I go to the Cloudron app terminal and use “date” my Timezone is incorrect.</p>
<p dir="auto">How do I permanently change this?</p>
]]></description><link>https://forum.cloudron.io/topic/8080/mastodon-app-timezone</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 17:23:32 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8080.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Nov 2022 08:24:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mastodon App Timezone on Mon, 28 Nov 2022 00:02:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Yep - seems to be due to insufficient processes and threads in <a href="http://config.sh" target="_blank" rel="noopener noreferrer nofollow ugc">config.sh</a></p>
<p dir="auto">I'm playing with:</p>
<pre><code>#!/bin/bash

# Setup scaling related environment variables here - https://docs.joinmastodon.org/admin/scaling/

# Puma
export WEB_CONCURRENCY=10    # number of worker processes
export MAX_THREADS=20        # the number of threads per process

# Streaming API
export STREAMING_CLUSTER_NUM=2  # number of worker processes

# Sidekiq
export SIDEKIQ_THREADS=80
export DB_POOL=100               # must be at least the same as the number of threads
</code></pre>
<p dir="auto">at the moment and it seems to be catching up. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f91e.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--hand_with_index_and_middle_fingers_crossed" style="height:23px;width:auto;vertical-align:middle" title=":hand_with_index_and_middle_fingers_crossed:" alt="🤞" /></p>
]]></description><link>https://forum.cloudron.io/post/57194</link><guid isPermaLink="true">https://forum.cloudron.io/post/57194</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Mon, 28 Nov 2022 00:02:11 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 13:46:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> this somehow seems more like a delayed federation issue, things are not really instant on mastodon. I have send you a DM from our cloudron mastodon account just now to see what happens.</p>
]]></description><link>https://forum.cloudron.io/post/56987</link><guid isPermaLink="true">https://forum.cloudron.io/post/56987</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 24 Nov 2022 13:46:40 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:28:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Even people I follow are delayed. Looking at them from my instance, their latest posts aren’t shown. Choosing “open original page” from their profile shows posts I can’t see on my home timeline.</p>
]]></description><link>https://forum.cloudron.io/post/56971</link><guid isPermaLink="true">https://forum.cloudron.io/post/56971</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:28:49 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:22:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> Looking for some obvious issues upstream. Just going through <a href="https://github.com/mastodon/mastodon/issues/21209" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mastodon/mastodon/issues/21209</a> and related tasks to see if we miss something obvious.</p>
]]></description><link>https://forum.cloudron.io/post/56970</link><guid isPermaLink="true">https://forum.cloudron.io/post/56970</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:22:49 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:20:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Fair enough. Now just need to work out why my federated feed is so delayed.</p>
]]></description><link>https://forum.cloudron.io/post/56969</link><guid isPermaLink="true">https://forum.cloudron.io/post/56969</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:20:54 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:18:38 GMT]]></title><description><![CDATA[<p dir="auto">The server and the containers are generally always run in UTC. This just helps in standardization. In general, apps don't use the server/container time zone. On Cloudron, they don't even have access to the server time zone because of permissions. When showing logs in the browser, we try to convert UTC to browser time zone (internal storage is always UTC).</p>
<p dir="auto">So, anyways, long story short. Do we know for sure Mastodon uses the server/container timezone ?</p>
<p dir="auto">Think about it, most software needs to support users in different timezone. One single server timezone is really not useful here). Like in this forum.. I am in SF, my colleague is in Germany, the server is in amsterdam. Each user is in their own timezones. Which timezone is it? An app should not rely on server timezones.</p>
]]></description><link>https://forum.cloudron.io/post/56968</link><guid isPermaLink="true">https://forum.cloudron.io/post/56968</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:17:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> said in <a href="/post/56964">Mastodon App Timezone</a>:</p>
<blockquote>
<p dir="auto">app terminal still displays UTC (from the host) I guess?</p>
</blockquote>
<p dir="auto">Yes, running date in the terminal of the app is still using and showing UTC as the timezone. The Cloudron dashboard is configured to use UTC+1.</p>
<p dir="auto">From my perspective it is fine if both values don't align. That is why timestamps should include a timezone so that software can properly convert these to the local time of the user.</p>
]]></description><link>https://forum.cloudron.io/post/56967</link><guid isPermaLink="true">https://forum.cloudron.io/post/56967</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:04:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> said in <a href="/post/56965">Mastodon App Timezone</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> said in <a href="/post/56963">Mastodon App Timezone</a>:</p>
<blockquote>
<p dir="auto">I have coming in via federated timeline show 12 hours ago? Weird.</p>
</blockquote>
<p dir="auto">Maybe your federation crawling is just slow as hell or configuration is messed up? By the way what timezone are you in and are federation posts off by -12h on the minute?</p>
</blockquote>
<p dir="auto">I'm in Australia/Sydney</p>
<p dir="auto">Weirdly when I look at <a href="https://universeodon.com/@popsci" target="_blank" rel="noopener noreferrer nofollow ugc">https://universeodon.com/@popsci</a> for example (picked at random from federated), the newest post I see in my federated timeline by them is:</p>
<p dir="auto"><a href="https://universeodon.com/@popsci/109394957345483126" target="_blank" rel="noopener noreferrer nofollow ugc">https://universeodon.com/@popsci/109394957345483126</a></p>
<p dir="auto">But the latest on their actual instance is <a href="https://universeodon.com/@popsci/109397760150760639" target="_blank" rel="noopener noreferrer nofollow ugc">https://universeodon.com/@popsci/109397760150760639</a></p>
<p dir="auto">How do I fix my federation speed? I haven't changed anything from default settings.</p>
]]></description><link>https://forum.cloudron.io/post/56966</link><guid isPermaLink="true">https://forum.cloudron.io/post/56966</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:04:49 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 09:01:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> said in <a href="/post/56963">Mastodon App Timezone</a>:</p>
<blockquote>
<p dir="auto">I have coming in via federated timeline show 12 hours ago? Weird.</p>
</blockquote>
<p dir="auto">Maybe your federation crawling is just slow as hell or configuration is messed up? By the way what timezone are you in and are federation posts off by -12h on the minute?</p>
]]></description><link>https://forum.cloudron.io/post/56965</link><guid isPermaLink="true">https://forum.cloudron.io/post/56965</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Thu, 24 Nov 2022 09:01:47 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:58:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> yeah that works but your app terminal still displays UTC (from the host) I guess? This is potentially undesirable behavior since you can set the time zone globally in Cloudron's settings.</p>
]]></description><link>https://forum.cloudron.io/post/56964</link><guid isPermaLink="true">https://forum.cloudron.io/post/56964</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:58:08 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:59:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> said in <a href="/post/56962">Mastodon App Timezone</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> if Mastodon cannot properly handle timezone information, then this is probably rather something for their issue tracker. I however just made a test, I am currently in UTC+1, while my server is using UTC as the timezone, I sent a toot and the time of sending was shown correctly in the mastodon interface.</p>
</blockquote>
<p dir="auto">It seems my interface is showing the latest items in my timeline and federated timeline 12 hours ago...</p>
<p dir="auto">My post I just made shows the correct time, but the latest posts I have coming in via federated timeline show 12 hours ago? Weird.</p>
]]></description><link>https://forum.cloudron.io/post/56963</link><guid isPermaLink="true">https://forum.cloudron.io/post/56963</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:59:12 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:55:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> if Mastodon cannot properly handle timezone information, then this is probably rather something for their issue tracker. I however just made a test, I am currently in UTC+1, while my server is using UTC as the timezone, I sent a toot and the time of sending was shown correctly in the mastodon interface.</p>
]]></description><link>https://forum.cloudron.io/post/56962</link><guid isPermaLink="true">https://forum.cloudron.io/post/56962</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:55:29 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:48:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shanelord01" aria-label="Profile: shanelord01">@<bdi>shanelord01</bdi></a> are you able to set the correct timezone within the app itself? I remember doing something like this in Freescout to counteract the wrong time.</p>
]]></description><link>https://forum.cloudron.io/post/56960</link><guid isPermaLink="true">https://forum.cloudron.io/post/56960</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:48:24 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:45:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> Yep - I’ve set the host back to UTC, but the docker container for Mastodon has incorrect local time vs my actual Timezone.</p>
]]></description><link>https://forum.cloudron.io/post/56959</link><guid isPermaLink="true">https://forum.cloudron.io/post/56959</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:45:22 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:39:12 GMT]]></title><description><![CDATA[<p dir="auto">Oups just saw that there is actual documentation for this case --&gt; <a href="https://docs.cloudron.io/settings/#timezone" target="_blank" rel="noopener noreferrer nofollow ugc">Cloudron Timezones</a></p>
<p dir="auto">So far the host timezone should not be changed (according to the docs). I have my Timezone set in Cloudron but my docker containers are -1 hour off. This isn't a problem for me but not the expected behavior.</p>
]]></description><link>https://forum.cloudron.io/post/56958</link><guid isPermaLink="true">https://forum.cloudron.io/post/56958</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:39:12 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:34:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> Thanks.</p>
]]></description><link>https://forum.cloudron.io/post/56957</link><guid isPermaLink="true">https://forum.cloudron.io/post/56957</guid><dc:creator><![CDATA[shanelord01]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:34:26 GMT</pubDate></item><item><title><![CDATA[Reply to Mastodon App Timezone on Thu, 24 Nov 2022 08:39:37 GMT]]></title><description><![CDATA[<p dir="auto"><s>Setup the correct timezone on your host machine and restart (or reload). Docker uses the same clock as the host so <a href="https://linuxize.com/post/how-to-set-or-change-timezone-on-ubuntu-20-04/" target="_blank" rel="noopener noreferrer nofollow ugc">it's on you to fix it</a></s>. Questionable?</p>
]]></description><link>https://forum.cloudron.io/post/56956</link><guid isPermaLink="true">https://forum.cloudron.io/post/56956</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Thu, 24 Nov 2022 08:39:37 GMT</pubDate></item></channel></rss>