Description Usage Arguments Examples
Get random time from an interval
| 1 2 3 4 5 | random_time(
  min_time = "00:00:00",
  max_time = "23:59:59",
  resolution = "seconds"
)
 | 
| min_time | character, beginning of the time interval to sample from | 
| max_time | character, ending of the time interval to sample from | 
| resolution | character, one of "seconds", "minutes", "hours", time resolution | 
| 1 | random_time("12:23:00", "15:48:32")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.