Method: ChefAPI::Authentication#canonical_timestamp

Defined in:
lib/chef-api/authentication.rb

#canonical_timestampString

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 canonical_timestamp
  @canonical_timestamp ||= Time.now.utc.iso8601
end