Change timezone of browser [duplicate]

半城伤御伤魂 提交于 2019-12-29 04:41:04

问题


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?


回答1:


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


来源:https://stackoverflow.com/questions/26099858/change-timezone-of-browser

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!