lib/logger: initialize timezone by UTC in order to fix failing tests

This commit is contained in:
Aliaksandr Valialkin 2021-01-27 00:59:12 +02:00
parent fc5b26d856
commit d6347a3e56

View file

@ -53,7 +53,7 @@ func initTimezone() {
timezone = tz
}
var timezone *time.Location
var timezone = time.UTC
func setLoggerOutput() {
switch *loggerOutput {