update comment on MaxTime

pull/6675/head
Nathaniel Cook 2016-05-26 14:21:22 -06:00 committed by Edd Robinson
parent 9314ae8e80
commit 2927fee2d1
1 changed files with 1 additions and 1 deletions

View File

@ -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
)