Rfc822DateTime function

function Rfc822DateTime(t: TDateTime): string;

Unit
SynaUtil

Description
Return current time in format defined in RFC-822.

Usefull for SMTP message, but others protocol is used this time format too. Result is with timezone specification. For year is used four digits to break Y2K bug. (Example '
Fri, 15 Oct 1999 21:14:56 +0200')

See also:
Timezone