Sets the package-scoped value of script_run_time
Usage
set_script_run_time(fake_runtime = lubridate::NA_POSIXct_)
Examples
set_script_run_time()
#> [1] "2024-11-03 15:15:09 UTC"
set_script_run_time(fake_runtime =
as.POSIXct("2021-02-23 02:23:00",
tz="",
format="%Y-%m-%d %H:%M:%OS")
)
#> [1] "2021-02-23 02:23:00 UTC"