header_format_date
Description:
public string header_format_date (
long date,
int tz_offset)
Allocates a string buffer containing the rfc822 formatted date string represented by time
and tz_offset
.
Parameters:
date |
time_t date representation
|
tz_offset |
Timezone offset
|
Returns:
a valid string representation of the date.
|