The Ruby time.at function (https://ruby-doc.org/core-2.1.0/Time.html#method-c-at) gives you the time for the number of seconds since the epoch. You can create a formula that calculates the starttime in seconds and the you add 60 times (60 seconds in a minute) the rownumber to that value.