mitmproxy/web/setup-global-jest.js
Matteo Luppi 40f345204c
Web: Show Local timezone in the Timing tab (#7804)
* show local datetime

* Add TZ=UTC in test script

* update changelog

* review changes

* [autofix.ci] apply automated fixes

* review changes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-08 08:08:30 +02:00

3 lines
59 B
JavaScript

export default function () {
process.env.TZ = "UTC";
}