Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个整数 50,它作为持续时间保存在我的数据库中,我想将其转换为日期时间。
我用过Time.at(50),它给出了结果
Time.at(50)
1970-01-01 05:30:50 +0530
在我想要零值的日期。
日期部分不能为零;如果可以的话,它就不再是约会了。
您必须有一些起点,并且该起点已确定为 1970-01-01 00:00:00.000 UTC。
历史。