redhat-cop / group-sync-operator

Synchronizes groups from external providers into OpenShift
Apache License 2.0
111 stars 60 forks source link

Correct logic for parsing and comparing sync time #263

Closed sabre1041 closed 1 year ago

sabre1041 commented 1 year ago

Existing logic for determining when to prune groups was based on string comparison instead of proper datetime formatting. This enhancement corrects this logic.

Related to the following:

248

69

Mitigates the need for #251

sabre1041 commented 1 year ago

@raffaelespazzoli Updated to align holistically on RFC3339

raffaelespazzoli commented 1 year ago

LGTM