I got data that the time format include some rows that the time is more than 24 hours.
the data also incluse date parameter
time 26:00 mean the day after at 2:00
max time is 28:00
I want to create datetime parameter but because the time parameter is an object it doesn't let me to it. and when I try to convert it says "hour must be in 0..23: 24:00:02"
any suggestion what to do?
edit: i need the date time