Jan. 9, 2001
5:26 p.m.
On Monday, January 8 2001, "Paul Eggert" wrote to "tz@elsie.nci.nih.gov" saying:
* The following declarations are added to <time.h>:
char *asctime_r(const struct tm *restrict, char *restrict); char *ctime_r(const time_t *, char *); struct tm *localtime_r(const time_t *restrict, struct tm *restrict); struct tm *gmtime_r(const time_t *restrict, struct tm *restrict); struct tm *getdate(const char *); char *strptime(const char *restrict, const char *restrict, struct tm *restrict);
extern int daylight; extern long timezone;
Is there any hope of their adding timegm() as well? -- Jonathan Lennox lennox@cs.columbia.edu