GNU bug report logs -
#35746
Evolution calendar gets the timezone wrong
Previous Next
Reported by: Ben Sturmfels <ben <at> sturm.com.au>
Date: Wed, 15 May 2019 13:18:01 UTC
Severity: normal
Done: Ben Sturmfels <ben <at> sturm.com.au>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 35746 <at> debbugs.gnu.org (full text, mbox):
Hi Ben,
Ben Sturmfels <ben <at> sturm.com.au> skribis:
> I've downloaded the source with `guix build --source
> evolution-data-server`, extracted and found the the function
> "e_cal_util_get_system_timezone()" at src/calendar/libecal/e-cal-util.c:1507
> which calls down to "system_timezone_find()" in e-cal-system-timezone.c:522
> where it looks up the timezone and compares it to a list of valid zones.
Looking more closely, ‘system_timezone_find’ first tries to see if
/etc/localtime is a symlink and if yes reads its target (but it’s never
a symlink, AFAIK), and later on tries to compare /etc/localtime to files
found under ‘SYSTEM_ZONEINFODIR’.
Problem is:
#define SYSTEM_ZONEINFODIR "/usr/share/zoneinfo"
So probably, if you substitute “/usr/” with the prefix of the ‘tzdata’
package, it’ll work much better. :-)
Let me know how it goes!
Ludo’.
This bug report was last modified 5 years and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.