On Friday 13 Feb 2009 17:39:09 Daniel Brown :
> 2009/2/13 Lists <li...@euca.us>:
> > :-)
> >
> > Donovan
>
>     To you, as well!  I think it's really neat.  For us in the EST
> time zone, with time adjustments and such, it'll be 6:31:30p tonight.
>
> <?php echo strtotime("February 13, 2009 6:31:30 PM"); ?>
>
> --
> </Daniel P. Brown>
> daniel.br...@parasane.net || danbr...@php.net
> http://www.parasane.net/ || http://www.pilotpig.net/
> Unadvertised dedicated server deals, too low to print - email me to find
> out!

Odd that I should see this on here, I wrote a script in PHP to calculate the 
time left to 1234567890 earlier...

<?php
print "Unix timestamp is: " . time() . "\n";
$left = 1234567890 - time();
print "Time left til 1234567890 is: ". $left . "\n";

But if we're being all obfuscated you could do:

<?php print "Time left: " . 1234567890 - time();

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to