class Miasma::Contrib::AwsApiCore
Core API for AWS access
Public Class Methods
time_iso8601()
click to toggle source
@return [String] current time ISO8601 format
# File lib/miasma/contrib/aws.rb, line 53 def self.time_iso8601 Time.now.utc.strftime("%Y%m%dT%H%M%SZ") end