MySQL DATE HEUNE Format de chaîne Python

#try using
import datetime
dateime.datetime.strftime('%Y-%m-%d %H:%M:%S')
#for marshmellow schema
datetime.datetime.strftime('%Y-%m-%dT%H:%M:%S')
Awais