Gets zone'
s daylight/summer time offset from UTC, in minutes. Eg,
a value of 120 would indicate "GMT+2". This is only meaningful if
gweather_timezone_has_dst() returns %TRUE.
Gets zone'
s name; a translated, user-presentable string.
Note that the returned name might not be unique among timezones, and may not make sense to the user unless it is presented along with the timezone's country's name (or in some context where the country is obvious).
Gets zone'
s standard offset from UTC, in minutes. Eg, a value of
120 would indicate "GMT+2".
Gets zone'
s tzdata identifier, eg "America/New_York".
Checks if zone
observes daylight/summer time for part of the year.
Subtracts 1 from zone'
s reference count and frees it if it reaches 0.
A timezone.
Timezones are global to the GWeather world (as obtained by gweather_location_get_world()); they can be gotten by passing gweather_timezone_get_by_tzid() with a tzid like "America/New_York" or "Europe/London".