Convert timestamp to datetime in erlang
如何将时间戳(1970年1月1日以来的毫秒数...)转换为Erlang中的Date或DateTime格式? 像{年,月,日}这样的东西。
大致:
1 2 3 4 5 |
事实上,我有一个github gist,其中包含一堆日期时间实用程序,用于此目的:http://gist.github.com/104903。 日历中包含大部分低级管道。
如何将时间戳(1970年1月1日以来的毫秒数...)转换为Erlang中的Date或DateTime格式? 像{年,月,日}这样的东西。
大致:
1 2 3 4 5 |
事实上,我有一个github gist,其中包含一堆日期时间实用程序,用于此目的:http://gist.github.com/104903。 日历中包含大部分低级管道。