GLib.TimeZone.prototype.is_dst

function is_dst(interval: Number(gint)): Boolean {
    // Gjs wrapper for g_time_zone_is_dst()
}
  

Determines if daylight savings time is in effect during a particular interval of time in the time zone tz.

Since 2.26

interval

an interval within the timezone

Returns

true if daylight savings time is in effect