Hacker News new | past | comments | ask | show | jobs | submit login

One way to see the current Unix time:

perl -e 'print time() . "\n";'




$ date +%s


$ date -d @1234567890 # to convert from epoch seconds




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: