I presume then that the "datetime" string you provided is a string column?If so, try the following code. This will not perform any transformation to timestamps:from pyspark.sql.functions import lit, split, concat
data = [{"date_string": "2002-01-01T...