mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
lib/logger: initialize timezone by UTC in order to fix failing tests
This commit is contained in:
parent
ffec5131ae
commit
2c14c70903
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func initTimezone() {
|
|||
timezone = tz
|
||||
}
|
||||
|
||||
var timezone *time.Location
|
||||
var timezone = time.UTC
|
||||
|
||||
func setLoggerOutput() {
|
||||
switch *loggerOutput {
|
||||
|
|
Loading…
Reference in a new issue