Create list of time of day break points
vector of two for the hours where morning start or end in 24H
vector of two for the hours where afternoon start or end in 24H
vector of two for the hours where evening start or end in 24H
list of fours times of day classifying the 24H of the day
time_of_day()
#> $morning
#> [1] 5 12
#>
#> $afternoon
#> [1] 12 17
#>
#> $evening
#> [1] 17 21
#>
#> $night
#> [1] 21 5
#>