Create a new empty directory for a separate Chrome user profile. E.g. with
mkdir ~/chrome-profile
You specify the TZ
environment variable. You can see the valid timezones for example here, in column TZ.
To start Chrome, use these commands:
- for Mac OS X:
TZ='US/Pacific' open -na "Google Chrome" --args "--user-data-dir=$HOME/chrome-profile"
- for Linux:
TZ='US/Pacific' google-chrome "--user-data-dir=$HOME/chrome-profile"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…