Merge current v2.3 branch into master
This commit is contained in:
commit
4fccde84bd
26 changed files with 634 additions and 423 deletions
|
@ -83,8 +83,8 @@ func TestCommonLogFormatter_Format(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
// Set timezone to Alaska to have a constant behavior
|
||||
os.Setenv("TZ", "US/Alaska")
|
||||
// Set timezone to Etc/GMT+9 to have a constant behavior
|
||||
os.Setenv("TZ", "Etc/GMT+9")
|
||||
|
||||
for _, test := range testCases {
|
||||
test := test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue