Tagtime.next_ping

You're seeing just the function next_ping, go back to Tagtime module for more information.
Link to this function

next_ping(seed, last_ping, gap \\ 45 * 60)

View Source

Specs

next_ping(integer(), integer(), integer()) :: {integer(), integer()}

Returns new seed and the unix time of the next ping.

gap is the average time between pings in seconds, 45 minutes by default.