mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
lib/logger: initialize timezone by UTC in order to fix failing tests
This commit is contained in:
parent
fc5b26d856
commit
d6347a3e56
@ -53,7 +53,7 @@ func initTimezone() {
|
||||
timezone = tz
|
||||
}
|
||||
|
||||
var timezone *time.Location
|
||||
var timezone = time.UTC
|
||||
|
||||
func setLoggerOutput() {
|
||||
switch *loggerOutput {
|
||||
|
Loading…
Reference in New Issue
Block a user