TimeZone.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
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

identifiera 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.