A version of glib.time_zone.TimeZone.newIdentifier which returns the UTC time zone if identifier could not be parsed or loaded.
If you need to check whether identifier was loaded successfully, use glib.time_zone.TimeZone.newIdentifier.
a timezone identifier
the requested timezone
Deprecated: Use glib.time_zone.TimeZone.newIdentifier instead, as it provides error reporting. Change your code to handle a potentially null return value.
A version of glib.time_zone.TimeZone.newIdentifier which returns the UTC time zone if identifier could not be parsed or loaded.
If you need to check whether identifier was loaded successfully, use glib.time_zone.TimeZone.newIdentifier.