diff --git a/storage/metric/test_helper.go b/storage/metric/test_helper.go index 2a1cd74fc..a63c6ac3b 100644 --- a/storage/metric/test_helper.go +++ b/storage/metric/test_helper.go @@ -23,7 +23,7 @@ import ( var ( // ``hg clone https://code.google.com/p/go ; cd go ; hg log | tail -n 20`` usEastern, _ = time.LoadLocation("US/Eastern") - testInstant = time.Date(1972, 7, 18, 19, 5, 45, 0, usEastern) + testInstant = time.Date(1972, 7, 18, 19, 5, 45, 0, usEastern).In(time.UTC) ) func testAppendSample(p MetricPersistence, s model.Sample, t test.Tester) {