Mutates column data types to POSIXct. Especially useful when working with in-memory tables where dates are often converted to int.
Examples
if (FALSE) { # \dontrun{
time_columns <- c("created", "updated")
mutate_columns_to_posixct(data, time_columns)
} # }