Hi somebody can help me with this:
I have this char string (date) but i can format with strptime, i get only NA.
date <- "2020-08-05T03:48:49Z" #this is the format of the string , why is in this form T03:48:49Z?
strptime(x = eth_date, format = "%Y-%m-%d %H:%M:%S")