mktime and time_t

We are making an embedded system manipulating date until the year 2100 with
the function mktime and other standard C functions.
Is there a release date for a new version of the C library supporting time_t
an
unsigned or other solution for manipulating date with the year 2100.

Thanks,
Rejean Senecal

Not yet, but you can grab the source from the public cvs tree, and modify it
to suit your application.


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:a2mo5n$r2c$1@inn.qnx.com

We are making an embedded system manipulating date until the year 2100
with
the function mktime and other standard C functions.
Is there a release date for a new version of the C library supporting
time_t
an
unsigned or other solution for manipulating date with the year 2100.

Thanks,
Rejean Senecal
\

Would it be way out of line to suggest the ability to change the start of
the epoc as a system level global variable?

Since time_t gives a 136 year window some might like to move that window
around. Yes, I realize that would make it non-ANSI.


Bill Caroselli – 1(626) 824-7983
Q-TPS Consulting
QTPS@EarthLink.net


“Adam Mallory” <amallory@qnx.com> wrote in message
news:a2mp2p$9f8$1@nntp.qnx.com

Not yet, but you can grab the source from the public cvs tree, and modify
it
to suit your application.


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:a2mo5n$r2c$> 1@inn.qnx.com> …
We are making an embedded system manipulating date until the year 2100
with
the function mktime and other standard C functions.
Is there a release date for a new version of the C library supporting
time_t
an
unsigned or other solution for manipulating date with the year 2100.

Thanks,
Rejean Senecal


\