Download How can I convert a Unix timestamp to DateTime and vice versa? book pdf free download link or read online here in PDF. Read online How can I convert a Unix timestamp to DateTime and vice versa? book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
Or, for Java (which is different because the timestamp is in milliseconds, not seconds): public static DateTime JavaTimeStampToDateTime( double javaTimeStamp ) { // Java timestamp is milliseconds past epoch DateTime dateTime = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc); dateTime = dateTime.AddMilliseconds( javaTimeStamp ).ToLocalTime(); return dateTime; }
Read : How can I convert a Unix timestamp to DateTime and vice versa? pdf book online Select one of servers for direct link: |
---|