slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] TIme Routines.


* Ben Duncan <ben@xxxxxxxxxxxxxxxxxx> [2005-07-18 11:56] :
> Slackware 10.1 .....glibc
> 
> Ran your routine and got back a -1 from mktime ..

I am using Slackware 10.1 too and got the same as John :

slsh> tm = localtime (-100000000);
slsh> print (tm);
{tm_sec=20, tm_min=13, tm_hour=15, tm_mday=31, tm_mon=9, tm_year=66,
tm_wday=1, tm_yday=303, tm_isdst=0}
slsh> mktime (tm);
-100000000

S-Lang Library Version: 2.0.4

Anyway, was there something before the Epoch ? ;^)

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]