Is there a way to change your timezone in Chrome devtools?

后端 未结 4 1502
慢半拍i
慢半拍i 2021-02-06 21:38

I\'ve created a tool in JavaScript that determines the current UTC time and checks if another predetermined date has passed yet.

I\'d like to change my browser to anoth

4条回答
  •  渐次进展
    2021-02-06 21:59

    There's no way yet to do this from the DevTools, but I've filed a feature request to implement a way to override the timezone.

    In the meantime, you can launch the browser with the TZ environment variable set to the desired timezone name on Linux/MacOS.

提交回复
热议问题