|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] a question of terminology..
|
> try all systems at these dates
> 9/9/1999 (in progress, duh...)
> 12/31/99 and let it rollover to 1/1/2000
> 3/29/2000 (leapyear)
> Shit there was one other date we did testing on at my old work, and I'll be
> damned if I can remember it right now. I've got a head full load testing
> software.
Try this one
Jan 13, 2038 about 10:14 EST time_t should go negative.
ctime under linux reports time before 1970 but strftime
under Microsoft Visual C++ tries to access a string
pointer out of range. Anyway, my tests under Linux run
but the time jumps back while my MS executables crash.
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|