The date format appears to be "%d/%m/%Y", not "%m/%d/%Y".
Tried that as well but no luck
Hi @iupreti
you need to remove quotes for opened_at inside strptime function.
can you try runing removing quotes,
It should work
@SanjayReddyThank you it worked.