pol*_*nts 25

time.to_i => int:返回自纪元以来整数秒数的时间值.

Time.at(seconds[, microseconds]) => time: 使用epoch中给定的秒数(和可选的微秒)创建一个新的时间对象.

API链接