1004e5c Issue 50850 - Fix dsctl healthcheck for python36

Authored and Committed by mreynolds 4 years ago
    Issue 50850 - Fix dsctl healthcheck for python36
    
    Description:  dsctl health check, specifically the certificate expiring
                  checks, were using python37 specific functions, but these
                  do not work on python36.  Needed to replace fromisoformat()
                  with something more portable.
    
    relates: https://pagure.io/389-ds-base/issue/50850
    
    Reviewed by: firstyear(Thanks!)
    
        
file modified
+5 -3