NOAA inconveniently uses a weird timestamp format in different time zones, and R's strptime can't accept vectorized input with one time zone per element (instead of one fixed time zone). So we have to manually loop.

noaa_stormevents_parse_datetime(datetimes, tzs, format)