I found two data entry errors for the start_time variable.
> pbp %>% filter(home_team == 'BAL', game_date == '2009-09-27' | game_date == '2014-10-19') %>% dplyr::select(home_team, away_team, game_date, start_time) %>% distinct()
── nflverse play by play data ────────────────────────────────────────────────────────
ℹ Data updated: 2026-02-12 01:57:42 PST
# A tibble: 2 × 4
home_team away_team game_date start_time
<chr> <chr> <chr> <chr>
1 BAL CLE 2009-09-27 9/28/09, 24:13:02
2 BAL ATL 2014-10-19 10/20/14, 24:13:04
Hey,
I found two data entry errors for the start_time variable.