Skip to content

date-time-utils: fallback to UTC when timezone is unrecognized

Michael Catanzaro requested to merge mcatanzaro/#485 into master

For whatever reason, libical doesn't support the Etc/UTC timezone. Currently we crash gnome-calendar whenever libical doesn't support the current timezone (as returned by GTimeZone). Let's fall back to UTC instead.

Fixes #485 (closed)

Merge request reports