I have a ascii file with different coordinates and time, I was able to extract coordinates but not time as time was in the format of 1980-01-01T20:55:49.257.
It would be very helpful if somebody could suggest how to remove (- T : ) characters and write the data into a new file or suggest a method if there is any to read such kind of data.
I would like to have data like this
1980 01 01 20 55 49 257
thanks for the help