LJ::time_to_http — Converts a Unix time to an HTTP date.
LJ::time_to_http(time);
LJ::time_to_http
time. Integer; Unix time.
Wrapper around HTTP::Date::time2str to make an HTTP date (RFC 1123 format) See also LJ::http_to_time.
cgi-bin/ljlib.pl
String; RFC 1123 date.