I need to calculate the date and time but I don't know how to do it.
The time is in the format %H:%M:%S
but the date is a timestamp.
The input from the CSV file:
ID; DATE; TIME;...
110715; 0,448321759; 08:26:22;...
110715; 0,489988426; 09:34:41;...
I can't handle the value 0,448321759. It represents the date. Any idea how to get the date and time from this?