mktime and time_t

If I modify mktime from the CVS repository, and rebuild the c library. Would
QNX accept to set it’s time to the year 2100. Is there any ohter functions
to modify? Because now if I used the either “date” command or the Time &
Date application, it’s stop at the year 2035. I really need a solution to
make our embedded system to support the year 2100 now, it’s a customer
spec!!!
Thanks,
Rejean Senecal.

I would suggest writing a custom lib to support the time functions you
require. This way you’ll have complete control over how far into the future
your time functions will extend.


Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>
“Rejean Senecal” <rsenecal@oerlikon.ca-no-spam> wrote in message
news:a2p5vk$lls$1@inn.qnx.com

If I modify mktime from the CVS repository, and rebuild the c library.
Would
QNX accept to set it’s time to the year 2100. Is there any ohter functions
to modify? Because now if I used the either “date” command or the Time &
Date application, it’s stop at the year 2035. I really need a solution to
make our embedded system to support the year 2100 now, it’s a customer
spec!!!
Thanks,
Rejean Senecal.