cron every 5 minutes offset

C++
# Run a job every 5 minutes with an offset of 2 minutes
2-59/5 * * * *
Source

Also in C++: