<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Feb 19, 2025 at 3:52 PM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com">pb.mythtv@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 2/18/25 21:05, Bob Sully wrote:<br>
> Thanks. It appears to be a problem with the browser I'm using <br>
> (LibreWolf, a more-secure fork of Firefox).<br>
> I ran the new web interface under Vivaldi (a more secure fork of <br>
> Chrome; I don't trust Chrome, it's way too permissive).<br>
><br>
> Under Vivaldi, the times are correct in the new interface. I tried <br>
> the solution you referenced from 2016 - no change under LibreWolf.<br>
> Maybe the Myth devs can look into why this happens with some browsers <br>
> and not others.<br>
><br>
> [rcs@vader: ~]$ timedatectl<br>
> Local time: Tue 2025-02-18 17:59:54 PST<br>
> Universal time: Wed 2025-02-19 01:59:54 UTC<br>
> RTC time: Wed 2025-02-19 01:59:54<br>
> Time zone: America/Los_Angeles (PST, -0800)<br>
> System clock synchronized: yes<br>
> NTP service: n/a<br>
> RTC in local TZ: no<br>
><br>
The web app uses the browser's default time zone, which is normally <br>
taken from the operating system.<br>
<br>
I am in Eastern time zone.<br>
<br>
timedatectl<br>
Local time: Wed 2025-02-19 09:48:44 EST<br>
Universal time: Wed 2025-02-19 14:48:44 UTC<br>
RTC time: Wed 2025-02-19 14:48:44<br>
Time zone: America/New_York (EST, -0500)<br>
System clock synchronized: yes<br>
NTP service: active<br>
RTC in local TZ: no<br>
<br>
If you run this you can open the web app in Pacific Time zone. I tested <br>
this now:<br>
<br>
killall chrome<br>
TZ=America/Los_Angeles google-chrome<br>
<br>
In chrome navigate to the web app and see everything in that time zone.<br>
<br>
Peter<br>
<br></blockquote><div><br></div><div>It's a feature of LibreWolf, it looks like LibreWolf sets `privacy.resistFingerprinting` per default,</div><div>thus using UTC as default timezone. You can't use a different one.</div><div>Open in LibreWolf the page "about:config" and search for the setting `privacy.resistFingerprinting`.</div><div>See LibreWolf FAQ at:<br><a href="https://libreWwolf.net/docs/faq/#what-are-the-most-common-downsides-of-rfp-resist-fingerprinting">https://libreWwolf.net/docs/faq/#what-are-the-most-common-downsides-of-rfp-resist-fingerprinting</a></div><div><br></div><div>Google found it in a few seconds. Ah, LibreWolf disables Google in favor of DuckDuckGo ;-)</div><div><br></div><div>You could try if If this also works on LibreWolf: disable the `privacy.resistFingerprinting`</div><div>for the MythTV Web Application page, see<br><a href="https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting">https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting</a><br>second entry: "How do I disable this protection for a website"</div><div><br></div><div>Roland</div></div></div>