Skip to content

Instantly share code, notes, and snippets.

@imankulov
Created April 5, 2017 16:00
Show Gist options
  • Save imankulov/1637338a7f84a94f720a60b0eafa6f4b to your computer and use it in GitHub Desktop.
Save imankulov/1637338a7f84a94f720a60b0eafa6f4b to your computer and use it in GitHub Desktop.
How to run a Google Chrome under Mac OS with a different timezone
#!/bin/bash
export TZ='Europe/Moscow'
exec open -na "Google Chrome" --args "--user-data-dir=$HOME/chrome-profile"
@jarvisjohnson
Copy link

thanks this was helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment