#' time_now_utc
#'
#'
#' @return the current UTC POSIXct timestamp
#'
#' @importFrom lubridate with_tz
#'
#' @export
#'
time_now_utc <- function() {
lubridate::with_tz(Sys.time(), tzone = "UTC")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.