Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
6.4k stars 696 forks source link

The clock in the waybar has gone wrong #3655

Open Dmitryi opened 3 days ago

Dmitryi commented 3 days ago

The clock in the waybar has gone off by three hours and is now behind the time in my time zone. In tmux, the time shows exactly how it should be. If you switch to KDE, the time also shows how it should be. The clock went wrong only in the way bar. config clock in waybar

"clock": {
        "timezone": "Europe/Moscow",
        "interval": 1,
        "format": " {:%a %H:%M %d.%m.%Y}",
        "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
        "format-alt": "{:%Y-%m-%d}"
    }
bobblkabb commented 2 days ago

The same here, on all 3 computers. "timezone": "Europe/Berlin"

steevelefort commented 1 day ago

Hello, Same thing here. The clock widget seems to ignore the timezone ("Europe/Paris" for me). The 'date' command print the right time on my terminal. image