I want to convert my time_stamp string into epoch time but I am not good with datetime and related modules, so getting a little confused. I saw many solutions but none of them had date_time format like mine.
my date_time is in the below format date_time = "2023-01-1T17:35:19.818"
How can I convert this into epoch time using python?
Any help will be appreciated. Thank you.