method
http_date
v1_9_3_125 -
Show latest stable
- Class:
HttpServer
http_date( aTime )private
No documentation available.
# File lib/xmlrpc/httpserver.rb, line 124
def http_date( aTime )
aTime.gmtime.strftime( "%a, %d %b %Y %H:%M:%S GMT" )
end