func Since(since *time.Time) LogFilter {
    if since == nil {
        return PassThru
    }