Crontab bad hour error


crontab -e
# bug
*/10 23-06 * * * echo hello

# right
*/10 23,00-06 * * * echo hello