Change timezone of browser [duplicate]

2019-01-23 15:22发布

This question already has an answer here:

I need to run browser with a timezone other than operating system's time zone. Is there any way to customize time zone in any browser or is there any plugin available that provides such functionality?

2条回答
该账号已被封号
2楼-- · 2019-01-23 15:45

If you are on Linux, you can launch a process while setting an environment variable for the lifetime of the process. Linux uses the environment variable TZ for time zone configuration. For example, the following command will run firefox using UTC timezone.

TZ=UTC firefox
查看更多
Deceive 欺骗
3楼-- · 2019-01-23 15:53

In this Regard, I've used this script on OXS: https://gist.github.com/prasadsilva/225fd0394a51e52bf62f

Works like a charm!

查看更多
登录 后发表回答