Parent

Methods

Class/Module Index [+]

Quicksearch

Time

clean up warnings caused by web servers that send down 2 digit years

Constants

CENTURY

Public Class Methods

old_utc(*args) click to toggle source
Alias for: utc
utc(*args) click to toggle source
# File lib/rubyforge/client.rb, line 12
def utc(*args)
  args[0] += CENTURY if args[0] < 100
  old_utc(*args)
end
Also aliased as: old_utc

[Validate]

Generated with the Darkfish Rdoc Generator 2.