fork download
  1. import time
  2.  
  3. print(time.tzname)
Success #stdin #stdout 0.01s 7180KB
stdin
Standard input is empty
stdout
('UTC', 'UTC')