python random timezone

1
2
3
4
5
 
import random
import pytz

pytz.timezone(random.choice(pytz.all_timezones))