You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Within the ServiceProvider model, the timezone information is stripped from the metadata_expiration_dt field on multiple occasions. This causes errors when comparing to timezone aware datetimes. Ideally the meta attribute is used as is, given that it should be using a timezone aware datetime format.
Within the
ServiceProvidermodel, the timezone information is stripped from themetadata_expiration_dtfield on multiple occasions. This causes errors when comparing to timezone aware datetimes. Ideally the meta attribute is used as is, given that it should be using a timezone aware datetime format.