Philipp Hörist pushed to branch contactpopover at gajim / gajim
Commits:
5ff9b270 by Philipp Hörist at 2025-08-30T13:22:35+02:00
fix timeformat
- - - - -
1 changed file:
- gajim/gtk/contact_popover.py
Changes:
=====================================
gajim/gtk/contact_popover.py
=====================================
@@ -142,8 +142,8 @@ def _get_timezone_label(self, prop: TzProperty) -> str:
except Exception:
return ""
- dt_format = app.settings.get("date_time_format")
- remote_dt_str = dt.datetime.now(tz=tzinfo).strftime(dt_format)
+ t_format = app.settings.get("time_format")
+ remote_dt_str = dt.datetime.now(tz=tzinfo).strftime(t_format)
data = get_zone_data(prop.value)
return f"{remote_dt_str} ({data.full_name})"
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5ff9b270d6da0c99591bf01fab45efdb9a65c795
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5ff9b270d6da0c99591bf01fab45efdb9a65c795
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]