• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Epoch-defining event tonight"

Collapse

  • Ardesco
    replied
    Happy 1234567890 (I know i'm posting late but I watched it tick over and start doing fireworks on my screen so it doesn't matter)

    Leave a comment:


  • minestrone
    replied
    Classic coding from me......

    import java.util.Date;


    public class Timer {

    public static void main(String[] args) throws Exception {

    int loop = 0 ;

    while( true ){

    if( ( new Date().getTime() / 1000 ) > 1234567891 ){
    System.out.println( "And the time sponored by minestrone is - " + ( new Date().getTime() / 1000 ) );
    }
    else{
    new Thread().currentThread().sleep(1000) ;
    System.out.println( "zzzzz becasue it is - " + new Date().getTime() ) ;
    }

    if( loop++ > 100000 ){
    break ;
    }

    }
    }

    }
    gives

    And the time sponored by minestrone is - 1234567898
    And the time sponored by minestrone is - 1234567898
    And the time sponored by minestrone is - 1234567898
    And the time sponored by minestrone is - 1234567898

    END

    Leave a comment:


  • BrowneIssue
    replied
    It's doing fireworks!

    Leave a comment:


  • thunderlizard
    replied
    Not sure about that, but they will stop fitting into a 32-bit signed integer in 2038.

    Leave a comment:


  • minestrone
    replied
    System.out.println( new Date().getTime() );

    When does that date bust the limit of the memory area it is put in with unix systems?

    Leave a comment:


  • thunderlizard
    replied
    Great lizards think alike!

    Leave a comment:


  • portseven
    replied
    I have just run

    Code:
    watch -n1 echo 'Time since epoch: `date +"%s"`s'
    on my ubuntu laptop, watching it now

    Leave a comment:


  • BrowneIssue
    replied
    Another lizard, of the Giant Alien variety, beat you to it.

    Although it warrants repeating.

    Leave a comment:


  • thunderlizard
    started a topic Epoch-defining event tonight

    Epoch-defining event tonight

    http://coolepochcountdown.com/
Working...
X