[ale] In about 2.5 hours...???

Jim Kinney jim.kinney at gmail.com
Fri Feb 13 14:52:50 EST 2009


typo. 13000+ seconds left/60 s/m / 60 m.h = 3.6

On Fri, Feb 13, 2009 at 2:47 PM, Scott Castaline <hscast at charter.net> wrote:
> Charles Shapiro wrote:
>> Counting Down to the Significant Second:
>>
>> tprt.c:
>>
>> #include <stdio.h>
>> #include <time.h>
>>
>> int main (int  argc, char *argv[])
>> {
>>   time_t now;
>>   printf("Time: %ld\n",time(&now));
>> }
>>
>>
>> gcc tprt.c
>>
>> while true
>> do
>>    ./a.out >> tprt.out
>>    sleep 1
>> done
>>
>> tail -f ./tprt.out
>>
>> Current values for me on a work machine:
>>
>> Time: 1234549942
>> Time: 1234549943
>> Time: 1234549944
>> Time: 1234549946
>> Time: 1234549947
>> Time: 1234549948
>> Time: 1234549949
>> Time: 1234549950
>>
>> -- CHS
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Ale mailing list
>> Ale at ale.org
>> http://mail.ale.org/mailman/listinfo/ale
> Huh? According to the following site there is over 3.5 hours to go.
> http://www.1234567890day.com/
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
>



-- 
-- 
James P. Kinney III


More information about the Ale mailing list