To get a RFC 850 date (used in HTTP) of the current time:
gmstrftime
("%A %d-%b-%y %T %Z", time ());
This will get for
example:
Friday 25-Jun-04 03:30:23 GMT
Please note that times in
HTTP-headers _must_ be GMT, so use gmstrftime() instead of strftime().
gmmktime
