'datetime.datetime' object has no attribute 'read' code example
Example: module 'datetime' has no attribute 'strptime'
Use this: from datetime import datetime
instead of Import datetime
Use this: from datetime import datetime
instead of Import datetime