Method
GLibTimeZoneget_abbreviation
since: 2.26
Declaration [src]
const gchar*
g_time_zone_get_abbreviation (
GTimeZone* tz,
gint interval
)
Description [src]
Determines the time zone abbreviation to be used during a particular
interval
of time in the time zone tz
.
For example, in Toronto this is currently “EST” during the winter months and “EDT” during the summer months when daylight savings time is in effect.
Available since: 2.26