Parent

Files

Time

Public Class Methods

epoch() click to toggle source
# File lib/rscm/time_ext.rb, line 3
def epoch
  Time.utc(1972)
end
infinity() click to toggle source
# File lib/rscm/time_ext.rb, line 7
def infinity
  Time.utc(2036)
end

Public Instance Methods

to_rfc2822() click to toggle source
# File lib/rscm/scm/star_team.rb, line 8
def to_rfc2822
  utc.strftime("%a, %d %b %Y %H:%M:%S +0000")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.