I have created an automated data client that pulls data from a txt file and inputs it into a csv file. Each data entry contains a timestamp, but it is not in the format I need it in, I need it to match the datetime.now() format: ORIGINAL FORMAT [03/11/22 01:06:09:190] DESIRED FORMAT 2022-11-03 01:06:09.190000 I am currently using the following