I have code that returns a CkSFtpFile object from the SFTP library in Python, but I need to convert the file modified datetime to a standard Python datetime.
Assuming I have CkSFtpFile object which returns a CkDateTime object, how do I convert this to a Python datetime?