Skip to content

Commit

Permalink
expect UTC indices (#2027) (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphaelli authored Mar 25, 2019
1 parent f5d7442 commit 3cb1a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idxmgmt/supporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestIndexSupport_TemplateConfig(t *testing.T) {
}

func TestIndexSupport_BuildSelector(t *testing.T) {
today := time.Now()
today := time.Now().UTC()
day := today.Format("2006.01.02")
testdata := map[string]struct {
meta common.MapStr
Expand Down

0 comments on commit 3cb1a91

Please sign in to comment.