Hello! I have a CSV input that contains a date and time column and I'm easily able to convert that from a string to an Alteryx recognized date/time by using the DateTime tool except for the midnight hour. The issue seems to be the input format of "2023-01-01 24:00:00" because all dates convert except the "24:00:00" which are [Null].
I'm looking for a suggestion to convert all my data to a date/time without having to adjust the CSV prior to input.
Thank you!