while converting from csv to parquet, using AWS glue ETL job following mapped fields in csv read as string to date and time type.
this is the actual csv file

after mapping and converting, date filed is empty and time is concatenated with today's date

How to convert with proper date and time format?