GLib.DateTime.prototype.get_timezone_abbreviation

function get_timezone_abbreviation(): String {
    // Gjs wrapper for g_date_time_get_timezone_abbreviation()
}
  

Determines the time zone abbreviation to be used at the time and in the time zone of datetime.

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.

Since 2.26

Returns

the time zone abbreviation. The returned string is owned by the GLib.DateTime and it should not be modified or freed