#' Get tz from timestamp
#' @export
get_tz_from_timestamp <-
function(timestamp_string) {
format(parse_timestamp(timestamp_string), "%Z")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.