Generate data with datetime for ever minute of a month

Hi -

New to the platform so sorry is this has already been answered.

I am trying to create a dataset for network traffic for every minute of a month.

I was going down a rabbit whole of creating ‘Custom List’ for Day, House, Min when was going to join in excel. Most be a better way.

thx

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.