 
      
      get_timezone()Get timezone abbreviation from the given timestamp
get_timezone(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
string — Returns timezone abbreviation value
import time
 
get_timezone()