Python ustawia stref czasu DATETIME.NOW

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