- From: Laurent TRICHES <l_triches@effix.fr>
- Date: Wed, 1 Apr 1998 06:00:37 -0500 (EST)
- To: Henrik Frystyk Nielsen <frystyk@w3.org>
- Cc: www-lib@w3.org
Thank you very much for your answer. . But I have found some lines which are not millenium compliant in the file HTWWWStr.c. . 1) In some lines, there is '- 1900' writes directly, does it work for a year >= 2000 ? If it doesn't what is th correction to do ? . 2) And in an other line there is a sprintf with 19%2d. I have replace it with a %4d and a function which return us the year on 4 digits. . Could you please give me a solution for the first notes. . Thanks a lot for your help, and thank you very much for your first answer. . -- --------------- Laurent TRICHES Henrik Frystyk Nielsen wrote: > At 15:59 03/30/98 +0200, Laurent TRICHES wrote: > >Dear all, > >I have found you e-mail adresses in the souce code of the libwww5.1b. > >Please, could you tell me if this version of the libwww is Millennium > >Compliant. > > Yes, it is. Internally, libwww maintains time in number of seconds or > milliseconds since 00:00:00 UTC, January 1, 1970 depending on the accuracy > needed. > > It can parse a large set of date/time formats currently in use by older > applications on the Internet including some that are not MC - these formats > will of course stop working. All the date/time formats that libwww > generates and send over the Net are in the RFC 1123 MC format. > > PS: Please send questions and comments like this to the <www-lib@w3.org> > mailing list - information about the list is available from > > http://www.w3.org/Library/ > > Thanks, > > Henrik > -- > Henrik Frystyk Nielsen, > World Wide Web Consortium > http://www.w3.org/People/Frystyk
Received on Wednesday, 1 April 1998 16:45:12 UTC