# NOT RUN {
# Get season start and end times for season 35 in the European region.
try({
data <- get_season_data(season_id = 35, host_region = "eu")
as.POSIXct(data$start_timestamp, origin = "1970-01-01")
as.POSIXct(data$end_timestamp, origin = "1970-01-01")
})
# }
Run the code above in your browser using DataLab