[Top]
Protocols
Protocols.HTTP
|
Method Protocols.HTTP.http_date()
- Method
http_date
-
string Protocols.HTTP.http_date(int time)
- Description
-
-
Makes a time notification suitable for the HTTP protocol.
@param time
The time in seconds since the 00:00:00 UTC, January 1, 1970
@returns
The date in the HTTP standard date format.
Example : Thu, 03 Aug 2000 05:40:39 GMT
|