sample_month$started_at_time <- anytime(sample_month$started_at_time)
sample_month$ended_at_time <- format(sample_month$ended_at_time, format = "%H:%M:%S")
I have tried these two codes and they don't seem to work. I was expecting all the timestamp to be the same format.