func (ts Times) Max() *time.Time {
    if len(ts) == 0 {
        return nil
    }
    var max time.Time