摘要: 如何在不同编程语言中获取现在的Unix时间戳(Unix timestamp)?JavatimeJavaScriptMath.round(new Date().getTime()/1000)getTime()返回数值的单位是毫秒 Microsoft .NET / C#epoch = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000)... 阅读全文
posted @ 2010-08-02 09:38 Rex.. 阅读(2521) 评论(1) 推荐(0)