After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759924 - Events show an incorrect time
Events show an incorrect time
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-28 09:56 UTC by Álvaro Peña
Modified: 2018-01-04 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Almanah showing an incorrect time for an event (56.45 KB, image/png)
2015-12-28 09:56 UTC, Álvaro Peña
  Details
Events: Removed event ocurrences (7.59 KB, patch)
2016-01-01 11:53 UTC, Álvaro Peña
rejected Details | Review
Events: fixed representation localtime (2.43 KB, patch)
2016-03-25 21:21 UTC, Álvaro Peña
committed Details | Review

Description Álvaro Peña 2015-12-28 09:56:02 UTC
Created attachment 317956 [details]
Almanah showing an incorrect time for an event

The events from the calendar source are displayed with an incorrect time.

Looks like the timezone is not set properly.
Comment 1 Álvaro Peña 2016-01-01 11:53:40 UTC
Created attachment 318113 [details] [review]
Events: Removed event ocurrences

Due some kind of error in timezone calculation for an event ocurrence,
we only use the event date to fix the event time displayed in the events
zone.

Added some adjusts to the timezone setup for an event.
Comment 2 Álvaro Peña 2016-01-10 17:06:17 UTC
Review of attachment 318113 [details] [review]:

Looks like the local events with repetitions aren't displayed with this change, so it's required.

Look deeper for the real bug.
Comment 3 Álvaro Peña 2016-03-25 21:21:03 UTC
Created attachment 324770 [details] [review]
Events: fixed representation localtime

The presentation time was displayed as UTC, so now we use the local
timezone.
Comment 4 Philip Withnall 2016-04-01 17:04:06 UTC
Review of attachment 324770 [details] [review]:

Looks good to me.
Comment 5 Álvaro Peña 2018-01-04 15:43:21 UTC
evolution: Fixed wrong dates on events from Evolution calendar


Attachment 324770 [details] pushed as 8a76a1b - Events: fixed representation localtime