>> func = lambda obj: obj.strftime('%d/%m/%Y %H:%m')
^
Correggo:
func = lambda obj: obj.strftime('%d/%m/%Y %H:%M')
^
Minuti non mesi..