Module: JDC::Timer
- Included in:
- Client
- Defined in:
- lib/jdc/timer.rb
Instance Method Summary collapse
Instance Method Details
#get_time ⇒ Object
8 9 10 |
# File 'lib/jdc/timer.rb', line 8 def get_time return Time.now.utc.strftime("%Y%m%dT%H%M%SZ") end |