# Generate a date and time value using a specified date/time value
add_readable_time(
time = ISOdatetime(
year = 2022,
month = 3,
day = 15,
hour = 8,
min = 30,
sec = 0,
tz = "GMT"
),
use_tz = FALSE
)
Run the code above in your browser using DataLab