Module: JFoundry::Timer

Included in:
RestClient
Defined in:
lib/jfoundry/timer.rb

Instance Method Summary collapse

Instance Method Details

#get_timeObject



8
9
10
# File 'lib/jfoundry/timer.rb', line 8

def get_time
    return Time.now.utc.strftime("%Y%m%dT%H%M%SZ")
end