Method: App42::Client::RestUtil#get_timestamp_utc
- Defined in:
- lib/app42/client/rest_util.rb
#get_timestamp_utc ⇒ Object
Finds the current time
15 16 17 18 |
# File 'lib/app42/client/rest_util.rb', line 15 def = Time.now.utc.strftime("%Y-%m-%dT%H:%M:%S.%LZ") return .freeze end |