Skip to content

Commit 80f7b02

Browse files
author
greensheng
committed
-
1 parent 8fe0669 commit 80f7b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/tick_maker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (t *TickMaker) OnDoneLog(log *matching.DoneLog, offset int64) {
7676

7777
func (t *TickMaker) OnMatchLog(log *matching.MatchLog, offset int64) {
7878
for _, granularity := range minutes {
79-
tickTime := log.Time.UTC().Truncate(time.Duration(granularity) * time.Minute).Local().Unix()
79+
tickTime := log.Time.UTC().Truncate(time.Duration(granularity) * time.Minute).Unix()
8080

8181
tick, found := t.ticks[granularity]
8282
if !found || tick.Time != tickTime {

0 commit comments

Comments
 (0)