But when I read it in R, it changes the format for Date and Time(most important issue).
Here is my simple code that I used to read the csv
library(readr)
dat1<- read_csv("2010.csv")
How can I make it so that the format for date and time doesn't change and looks like the first picture?