enrich_timestamp.Rd
Create new variables from existing timestamp, which are often used/needed as intermediate variables in home location algorithms.
enrich_timestamp(df, timestamp = "created_at", tz = "Asia/Singapore")
A nested dataframe
Name of column that holds specific timestamp for each data point and it should be POSIXct
A character string containing the time zone to convert to and it should be recognized in R.