python datetime now kor tz code example
Example 1: datetime python timezone
import datetime
import pytz
my_date = datetime.datetime.now(pytz.timezone('US/Pacific'))
Example 2: python datetime now
import datetime
print(datetime.datetime.now()) #datetime.datetime.now() is the syntax