R/created_at.R

Defines functions bs_created_at

Documented in bs_created_at

#' Get current time in Bluesky format
#'
#' @concept helper
#'
#' @section Function introduced:
#' `v0.1.0` (2023-11-25)
#'
#' @return a length 1 character vector
#' @export
#'
#' @examples
#' bs_created_at()
bs_created_at <- function() {
  format(lubridate::now('UTC'), format = '%Y-%m-%dT%H:%M:%OS6Z')
}

Try the bskyr package in your browser

Any scripts or data that you put into this service are public.

bskyr documentation built on June 8, 2025, 10:33 a.m.