Internet Direct (Indy) Version 9.0.1 Beta
TIdDateTimeStamp.AsRFC822
The Indy timestamp as an RFC 822 Date string,

property AsRFC822: String;
Description
AsRFC822 is a read-only String property that returns the date/time in the date format specified in RFC 822. For example:

  // New Year's Day 2001 US Eastern
  Mon, 1 Jan 2001 00:00:01 -0500

  // New Year's Eve 2001 US Eastern
  Mon, 31 Dec 2001 23:59:59 -0500