Skip to content

Commit

Permalink
update comment on MaxTime
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored and e-dard committed May 26, 2016
1 parent c37674e commit e6f525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxql/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
MinTime = int64(0)

// MaxTime is used as the maximum time value when computing an unbounded range.
// This time is Jan 1, 2050 at midnight UTC.
// This time is 2262-04-11 23:47:16.854775806 +0000 UTC
MaxTime = models.MaxNanoTime - 1
)

Expand Down

0 comments on commit e6f525e

Please sign in to comment.