A2-ai / dvs

Other
1 stars 0 forks source link

update time to be parsed via strptime to get dttm class #17

Open dpastoor opened 3 months ago

dpastoor commented 3 months ago

example:

tibble(old = status1t$time_stamp, new = strptime(status1t$time_stamp, "%Y-%m-%dT%H:%M:%S", tz = **"UTC"))

image