Current behavior
- Create a
QWebEngineView
- Visit https://codepen.io/pen/, open the console at the lower left corner
- Run
Date()
This would show the local system's local time and timezone.
Question
How can I tell QWebEngineView
to use a different timezone when executing javascript in the browser, instead of using the system timezone?