On *BSD: date -r 1234567890. On Linux (specifically, with GNU coreutils ≥5.3): date -d @1234567890. With older versions of GNU date, you can calculate the ...
確定! 回上一頁