I have this:
>>> import datetime
>>> today = str(datetime.date.today())
>>> print today
2017-06-07
The machine is in UTC time. I would like to know if there is easy/simple way to get same kind of output for PST (without changing machine time zone).