Skip to content

Unix Epoch + 1234567890 = Next Friday

I’m kind of an obsessive-compulsive when it comes to numbers (1, 2, 3, 4, 5…), so I’m fairly excited about next Friday (..6, 7, 8, 9, 10…) when Epoch time reaches 1234567890 at 18:31:30 on 13 February(…11, 12, 13, 14, 15…).  I’m sure my ADD will kick in (Oh, look.  A squirrel!) right before, but I’ll try to remember to run to a Linux box and type date +%s (…16, 17, 18, 19, 20!  Made it!).

3 thoughts on “Unix Epoch + 1234567890 = Next Friday

  1. Woohoo!

    [jac@host ~]$ while [ true ]; do echo -n “The time is “; date +%s; sleep 1; done
    The time is 1234567887
    The time is 1234567888
    The time is 1234567889
    The time is 1234567890
    The time is 1234567891
    The time is 1234567892

Leave a Reply to Aaron Conaway Cancel reply

Your email address will not be published. Required fields are marked *