EquateNearlySameTime returns a cmp.Comparer option that determines two
non-zero time.Time values to be equal if they are within one second of one
another. It uses cmpopts.EquateApproxtime.
Recent returns a matcher that evaluates to true if the parameter passed to
the mock function is a time.Time representing a clock reading from within
the last second.