Python Set Timezone datetime.now

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