Aiz
Aiz
Working on latest nightly build. https://github.com/FreeTubeApp/FreeTube/pull/2448 updated electron and now `freetube --enable-features=UseOzonePlatform --ozone-platform=wayland` launches freetube under wayland without issue.
Hmm YouTube does actually update the text automatically, must have missed it or something.
I use Freetube v0.16.0 on Arch Linux and currently use CEST time. I don't experience this issue, premiere time is reported as correct local time for me. @Winterhuman in the...
After setting ALL locale variables it seems to be using correct date format, yyyy-mm-dd with 24 hour clock. Freetube uses the toLocaleString() to return the premier date as a string...
Could this issue be related to Flathub/flatpak then? I've tested both the aur version and the portable x64 and both use correct time zone. I've found this disscussion regarding another...
After Installing FreeTube via flatpak I can confirm that premiere time will display in UTC.  Here you can see the difference between premiere time for flatpak install (left) and...
I looked into this again and removing `--env=TZ=UTC` seems to fix the issue for the latest freetube version on flathub. I get the correct timezone when i run `Intl.DateTimeFormat().resolvedOptions().timeZone` in...
There's a build on the testing repository now: https://buildbot.flathub.org/#/builders/32/builds/110792 you can install it with this command ``` flatpak install --user https://dl.flathub.org/build-repo/108415/io.freetubeapp.FreeTube.flatpakref ```
Open this in browser and you should be able to find some upcoming live streams. https://www.youtube.com/live
Just to be clear. Does the build I linked use the correct timezone without you having to make any modifications to the environment? When you say you are removing `TZ=UTC`...