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 691194 - Import .ics preview shows UTC time instead of local time
Import .ics preview shows UTC time instead of local time
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Importers
3.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-01-05 18:36 UTC by Aaron D Borden
Modified: 2013-01-14 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (607 bytes, patch)
2013-01-14 20:11 UTC, Milan Crha
committed Details | Review

Description Aaron D Borden 2013-01-05 18:36:07 UTC
When importing an ics file, the data on the ics is displayed as a preview with the UTC time but does not clarify that this is in fact UTC time. This can be confusing because once the data is imported it is displayed in local time which would be different than what the preview had advertised.
Comment 1 Milan Crha 2013-01-14 20:00:38 UTC
Thanks for a bug report. I can confirm this even on current development version (3.7.4).
Comment 2 Milan Crha 2013-01-14 20:11:04 UTC
Created attachment 233466 [details] [review]
evo patch

for evolution;

It seems it applies only for times in UTC, which is not found by icaltimezone_get_builtin_timezone_from_tzid(), because the other timezones are recognized properly, and the time is set to user's timezone, unless the .ics file contains invalid/unknown timezone for the time. In any way, this fixes it for me for the UTC times.
Comment 3 Milan Crha 2013-01-14 20:14:36 UTC
Created commit fd87e09 in evo master (3.7.5+)
Created commit 491dbe8 in evo gnome-3-6 (3.6.3+)