Skip to content

date-time-utils: fall back to UTC when timezone is unrecognized

Michael Catanzaro requested to merge mcatanzaro/#485-gnome-3-34 into gnome-3-34

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