mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Set timezone for tests to non utc. (#28405)
* Set timezone for tests to non utc. * Fix comment
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
process.env.TZ = 'UTC';
|
||||
// We set this specifically for 2 reasons.
|
||||
// 1. It makes sense for both CI tests and local tests to behave the same so issues are found earlier
|
||||
// 2. Any wrong timezone handling could be hidden if we use UTC/GMT local time (which would happen in CI).
|
||||
process.env.TZ = 'Pacific/Easter';
|
||||
|
||||
module.exports = {
|
||||
verbose: false,
|
||||
|
||||
Reference in New Issue
Block a user