# File lib/rubyforge/client.rb, line 12
    def utc(*args)
      args[0] += CENTURY if args[0] < 100
      old_utc(*args)
    end