bug#35746: Evolution calendar gets the timezone wrong

2020-02-06 Thread Ben Sturmfels
Marius B. advised that the Evolution timezone issue was addressed in 2a80d9e55299214a3f0b4f585767b4c81c9d5c7d. I hadn't noticed, but can confirm that my times are now showing up perfectly in Evolution and Gnome Calendar, yay thanks! Epiphany is also showing the correct timezone now for me with

bug#35746: Evolution calendar gets the timezone wrong

2019-09-12 Thread Ben Sturmfels
On Thu, 12 Sep 2019, Ludovic Courtès wrote: > Ludovic Courtès skribis: > >> Ben Sturmfels 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

bug#35746: Evolution calendar gets the timezone wrong

2019-09-12 Thread Ludovic Courtès
Hello, sirmacik skribis: > This problem seems to be also present also for other programs such as > GNU IceCat which reads UTC timezone every time, despite Europe/Warsaw > being set in my config.scm. I can confirm this (it’s not clear that it relates to the evolution-data-server issue.) I

bug#35746: Evolution calendar gets the timezone wrong

2019-09-12 Thread Ludovic Courtès
Hello Ben, Ludovic Courtès skribis: > Ben Sturmfels 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

bug#35746: Evolution calendar gets the timezone wrong

2019-05-19 Thread sirmacik
Timothy Sample dixit (2019-05-18, 14:43): > Hi again, > > Timothy Sample writes: > > > Hello, > > > > Ludovic Courtès writes: > > > >> Hi Ben, > >> > >> Ben Sturmfels skribis: > >> > >>> In Evolution though, all my calendar events show up in UTC time, so I > >>> have appointments showing up at

bug#35746: Evolution calendar gets the timezone wrong

2019-05-18 Thread Timothy Sample
Hi again, Timothy Sample writes: > Hello, > > Ludovic Courtès writes: > >> Hi Ben, >> >> Ben Sturmfels skribis: >> >>> In Evolution though, all my calendar events show up in UTC time, so I >>> have appointments showing up at eg. 1am. >>> >>> When I go to Edit, Preferences, Calendar and Task,

bug#35746: Evolution calendar gets the timezone wrong

2019-05-18 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels 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

bug#35746: Evolution calendar gets the timezone wrong

2019-05-18 Thread Timothy Sample
Hello, Ludovic Courtès writes: > Hi Ben, > > Ben Sturmfels skribis: > >> In Evolution though, all my calendar events show up in UTC time, so I >> have appointments showing up at eg. 1am. >> >> When I go to Edit, Preferences, Calendar and Task, General, under >> timezone it says: >> >> [x] Use

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Danny Milosavljevic
You'd have to add a debug output to the package in question (outputs '("out" "debug")) and possibly pass --enable-debug to configure. Unfortunately, for space reasons, that's not the default in Guix. pgpe25SVjMWNS.pgp Description: OpenPGP digital signature

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ben Sturmfels
On Thu, 16 May 2019, Ben Sturmfels wrote: > Possibly completely unrelated, but noting that both icecat and chromium > do this - which is wrong: > >> new Date().getTimezoneOffset() > 0 > > Where node does this - which is correct: > >> new Date().getTimezoneOffset() > -600 I also tested epiphany

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ben Sturmfels
On Thu, 16 May 2019, Ben Sturmfels wrote: > So I run `gdb evolution`, but don't seem to have the debugging symbols. > How does one get/build the debugging symbols? Can `guix build` help with > this? I mean, I know from long ago university projects that I need "-g -O0". Does guix have any secret

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ben Sturmfels
Hi Ludo, On Thu, 16 May 2019, Ludovic Courtès wrote: > Ben Sturmfels skribis: > >> In Evolution though, all my calendar events show up in UTC time, so I >> have appointments showing up at eg. 1am. >> >> When I go to Edit, Preferences, Calendar and Task, General, under >> timezone it says: >> >>

bug#35746: Evolution calendar gets the timezone wrong

2019-05-16 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels skribis: > In Evolution though, all my calendar events show up in UTC time, so I > have appointments showing up at eg. 1am. > > When I go to Edit, Preferences, Calendar and Task, General, under > timezone it says: > > [x] Use system time (UTC) Could you figure out how

bug#35746: Evolution calendar gets the timezone wrong

2019-05-15 Thread Ben Sturmfels
Hi Folks, My Guix System is configured with (timezone "Australia/Melbourne") which is reflected by the `date` command as well as the Gnome clock. $ date Wed May 15 23:03:34 AEST 2019 In Evolution though, all my calendar events show up in UTC time, so I have appointments showing up at eg. 1am.