Class Time
In: lib/rscm/time_ext.rb
lib/rscm/scm/star_team.rb
Parent: Object

Methods

epoch   infinity   to_rfc2822  

Public Class methods

[Source]

   # File lib/rscm/time_ext.rb, line 3
3:     def epoch
4:       Time.utc(1972)
5:     end

[Source]

   # File lib/rscm/time_ext.rb, line 7
7:     def infinity
8:       Time.utc(2036)
9:     end

Public Instance methods

[Source]

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

[Validate]