Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hernan7
on Feb 6, 2009
|
parent
|
context
|
favorite
| on:
Unix Time = 1234567890 On Valentine’s Day
One way to see the current Unix time:
perl -e 'print time() . "\n";'
mati
on Feb 6, 2009
[–]
$ date +%s
blasdel
on Feb 7, 2009
|
parent
[–]
$ date -d @1234567890 # to convert from epoch seconds
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
perl -e 'print time() . "\n";'