What kind of timestamp is this?

蹲街弑〆低调 提交于 2019-12-13 04:26:24

问题


I write an application that has to mimick the behavior of a certain telephony server.

I see it sending timestamps that are not in the Unix time_t format.

For example 303502349 is some time on December 16th, 2013.

Any idea what kind of timestamp format that is ?


回答1:


Maybe you can have a look here: http://en.wikipedia.org/wiki/Epoch_(reference_date) and then check whether 303502349 seconds or milliseconds fits one of those epochs...



来源:https://stackoverflow.com/questions/20632340/what-kind-of-timestamp-is-this

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!