I looking for a way to convert integer that represente a minute count to a cron time
var totalMinute = 1300 to an acceptable cron time : */* * * * *
(The cron will execute every 1300 minutes)
I tried to convert to Date then to cron, but i'am stuck
Thanks for your help!