ansible / pinakes

Apache License 2.0
18 stars 2 forks source link

[SSP-2984] Fix calling isoformat on null completed_at in analytics collectors #554

Closed hsong-rh closed 2 years ago

hsong-rh commented 2 years ago

During analytics collections, some orders may still in the pending state and theirs completed_at is not set yet. Fix to return empty string in this case, instead of isoformat conversion.

https://issues.redhat.com/browse/SSP-2984