As you may know, tonight, at exactly 23:31:30 UTC, Epoch Time will reach 1234567890! Hurray!
One way of watching epoch time is by using Perl:
perl -le 'while(true){print time();sleep 1;}'
Can you do the same in another programming language?
this site is in my favorites and has many answers for it
python one-line:
python -c "while True: import time;print time.time();time.sleep(1)"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With