I have a col on googlesheet, that I need convert to date time with query function.
try:
=INDEX(QUERY({A1:A, TEXT(REGEXREPLACE(B1:B, "[TZ]", " "), "e-mm-dd hh:mm:ss")}))