Skip to content
Permalink
Browse files

Fix time zone offset display

Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
  • Loading branch information
freemangordon committed Oct 7, 2020
1 parent 65ef01a commit 1f9bc577c2a4dd5ecfad7d986447affa2f923936
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/cpdatetime.c
@@ -123,7 +123,7 @@ cpa_write_city_zone(HildonButton *button, GtkLabel *label, Citytime *ct)
city = clock_citytime_get_city(ct);
country = clock_citytime_get_country(ct);

if (gmt_offset == 3600 * hours)
if (gmt_offset == -3600 * hours)
{
const char *fmt = dgettext("osso-clock", "cloc_fi_timezonefull");

0 comments on commit 1f9bc57

Please sign in to comment.
You can’t perform that action at this time.