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.
XMLファイルでタイムスタンプを取得しようとしていますが、次のように表示されます。
<diary_date>1347274789</diary_date>
この継ぎ目は私にシリアル化されましたが、この形式を逆シリアル化する方法が見つかりませんでした。これを解決する方法を知っていますか?
1970/1/1からの経過秒数です
var dt = new DateTime(1970, 1, 1).AddSeconds(1347274789); //09/10/2012 10:59:49
http://en.wikipedia.org/wiki/Unix_time