 
      
      is_dst()Get Daylight Saving Time flag from the given timestamp
is_dst(timestamp = now(), utc = false)
timestamp (number, optional)  — Unix timestamp in seconds. The default value is now()utc (boolean, optional)  — Timestamp in UTC. The default value is false
number — Returns Daylight Saving Time flag value
import time
 
is_dst()