Python Set Timezone of DateTime.Now

my_date = datetime.datetime.now(pytz.timezone('US/Pacific'))
Smiling Snake