Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly parse updated_at timestamps from OpsGenie
when paginating alerts using cursor-based pagination. The OpsGenie API will truncate the `updated_at` timestamp of alerts where the timestamp falls exactly on the second. This change extends the list of accepted cursor-based timestamp formats to include a format without fractions of seconds to correctly handle the response in this circumstance. See more details: #35020
- Loading branch information