I use freebsd 6.3-release on sun ultra5, gcc 3.4.6.
this code:
time_t timCorr;
struct tm *tmCorr;
timCorr=time(NU LL);
tmCorr=localtim e(&timCorr);
when i get tmCorr->tm_year, it gives me 108, instead of 2008.
tmCorr->tm_mon gives me 4 instead of 5.
it's correct or it's a bug?
the distribution of freebsd for ultrasparc it is not so good...
--
Spolvera la mia email per rispondermi
"Storia del Mondo. I vulcani eruttarono. Gli oceani ribollirono.
L'universo era in tumulto. Poi venne il cane."
Snoopy
maxy04.splinder .com
questo articolo e` stato inviato via web dal servizio gratuito
http://www.newsland.it/news segnala gli abusi ad abuse@newsland. it
this code:
time_t timCorr;
struct tm *tmCorr;
timCorr=time(NU LL);
tmCorr=localtim e(&timCorr);
when i get tmCorr->tm_year, it gives me 108, instead of 2008.
tmCorr->tm_mon gives me 4 instead of 5.
it's correct or it's a bug?
the distribution of freebsd for ultrasparc it is not so good...
--
Spolvera la mia email per rispondermi
"Storia del Mondo. I vulcani eruttarono. Gli oceani ribollirono.
L'universo era in tumulto. Poi venne il cane."
Snoopy
maxy04.splinder .com
questo articolo e` stato inviato via web dal servizio gratuito
http://www.newsland.it/news segnala gli abusi ad abuse@newsland. it
Comment