class Aws::Plugins::Retries::ClockSkew
def server_time(response)
-
response
(Seahorse::Client::Http::Response:
) --
def server_time(response) begin Time.parse(response.headers['date']).utc rescue nil end end
response
(Seahorse::Client::Http::Response:
)
--
def server_time(response) begin Time.parse(response.headers['date']).utc rescue nil end end