10
Comments
  • 5
    I swear people like to complicate things.
    Why make it do the math when it's a static value anyway?

    sleep(86400000);
  • 1
    @C0D4 because it is much easier to read and to edit. Also for me it is more prettier
  • 3
    Not a rant.
  • 1
    Didn't even return back the date... Are you still sleeping?
  • 1
    I wish there was a comment above getCurrentDate call explaining what's happening.

    // get current date
  • 0
    @Tr33 Ah yes just in case the earth is thrown off orbit by an asteroid and you need to update it to 27 hours per day
  • 0
    @CoffeeSnake I guess you obfuscate each function after they are finally done?
Add Comment