TimeZone.this
this
(string identifier = null)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].
Parameters
identifier | a timezone identifier |
Returns
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.