51 52 53
# File 'lib/httpclient/http.rb', line 51 def http_date(a_time) a_time.gmtime.strftime("%a, %d %b %Y %H:%M:%S GMT") end