/*++ /* NAME /* mail_date 3 /* SUMMARY /* return formatted time /* SYNOPSIS /* #include <mail_date.h> /* /* const char *mail_date(when) /* time_t when; /* DESCRIPTION /* mail_date() converts the time specified in \fIwhen\fR to the /* form: "Mon, 09 Dec 1996 05:38:26 -0500 (EST)" and returns /* a pointer to the result. The result is overwritten upon /* each call. /* DIAGNOSTICS /* Panic: the offset from UTC is more than a whole day. Fatal /* error: out of memory. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
/* *Application-specific.
*/ #define DAY_MIN (24 * HOUR_MIN) /* minutes in a day */ #define HOUR_MIN 60/* minutes in an hour */ #define MIN_SEC 60/* seconds in a minute */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.