Closed TheyCallMeSecond closed 1 month ago
I appreciate this, I was just trying to figure out what was going on with that. It was driving me crazy
any idea on how to degrade or any steps ?
tzdata
PackageTo resolve the issue with the Waybar clock showing the wrong timezone, you can downgrade the tzdata
package to version 2024a-2
. Follow these steps:
Install the downgrade
tool using your AUR helper (paru
or yay
):
paru -S downgrade
or
yay -S downgrade
Use the downgrade
tool to select and install the specific version of tzdata
:
sudo downgrade tzdata
From the list, select version 2024a-2. This will downgrade the package.
After the downgrade, the system will ask if you'd like to add tzdata
to the ignore list in the Pacman configuration (/etc/pacman.conf
). This will prevent tzdata
from being upgraded the next time you run:
sudo pacman -Syu
Y
and hit Enter to add tzdata
to the ignore list. Once the bug is fixed upstream, you can remove tzdata
from the ignore list by editing the pacman.conf
file, and it will be upgraded automatically with your next system update.
I hope this helps!
you can remove tzdata from the ignore list by editing the pacman.conf file,
or running yay -Sy tzdata
this command removes the ignored package from the pacman.conf.
yay -Sy tzdata
will running this remove tzdata from the ignore package variable inside the conf file or will it ignore it for this specific command only this time we run this specific command with tag -Sy
?
it removes it.
I tried this on dolphin last time.
Recently most use command is downgrade
.
And here I was thinking i messed up my computer time lol
Hi All, update gcc
to latest version will solve this issue.
@kRHYME7 can be marked as solved
now we have problem with waybar clock, clock showing UTC timezone instead of local time zone its because tzdata package update you can downgrade tzdata to 2024a-2 version to temporary fix the issue