Method: ChefAPI::Authentication#canonical_timestamp
- Defined in:
- lib/chef-api/authentication.rb
#canonical_timestamp ⇒ String
The iso8601 timestamp for this request. This value must be cached so it is persisted throughout this entire request.
193 194 195 |
# File 'lib/chef-api/authentication.rb', line 193 def ||= Time.now.utc.iso8601 end |