Open
Description
Describe the feature
Provide min and max timestamp (just like math.MaxInt
, math.MinInt
)
Motivation
Sometimes I have to decide whether a timestamp in a valid range (after the begin time stamp and before the end time stamp).
It's convenient if I have a MaxTime so that any certainTime.Before(maxTime)
is true
Related Issues
Metadata
Assignees
Labels
No labels
Activity