Fri, 31 Dec 2021 03:34:12 -0600
Replace g_time_zone_new by g_time_zone_new_identifier
The former calls the latter with a fallback to UTC, but is deprecated, so we're going to do the same for now (though maybe we should fall back to our normal `tz == NULL` handling?)
Testing Done:
Compiled.
Reviewed at https://reviews.imfreedom.org/r/1211/
// SPDX-FileCopyrightText: 2021 GNOME Foundation // SPDX-License-Identifier: LGPL-2.1-or-later // A map between namespaces and base URLs for their online documentation baseURLs = [ [ 'GLib', 'https://docs.gtk.org/glib/' ], [ 'GObject', 'https://docs.gtk.org/gobject/' ], [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ], [ 'GPlugin-Gtk3', 'https://docs.imfreedom.org/gplugin-gtk3/' ], [ 'Gtk', 'https://docs.gtk.org/gtk3/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], [ 'Talkatu', 'https://docs.imfreedom.org/talkatu/' ], ]