If you want Unix time then why you don't convert millisecond to Unix? You can try this : long unixTime = System.currentTimeMillis() / 1000L;.
確定! 回上一頁