class Time

Public Instance Methods

rfc1123() click to toggle source
# File lib/sbsm/time.rb, line 29
def rfc1123
        gmtime.strftime('%a, %d %b %Y %H:%M:%S %Z')
end