Searched refs:timezone (Results 1 – 2 of 2) sorted by relevance
21 def GetTimeWithTimezone(dt, timezone="US/Pacific"): argument35 converted_time = utc_time.astimezone(pytz.timezone(timezone))
170 tzoffset = int(time.timezone / 3600)